Query upcoming automation actions

Returns scheduled automation actions that are waiting to run: either automated messages (type=message, same scope as the in-app “upcoming message actions” list, within the next 30 days) or automated reviews (type=review). Filters mirror the internal automation plan lists (keyword, property IDs, time range, channel types, rule event filters). Pagination uses offset and limit like other v3 list endpoints.

Query Params
string
enum
required

Kind of scheduled action: message for automated guest messages, review for scheduled host reviews.

Allowed:
string

Optional text matched against the plan detail payload (same as the in-app keyword filter).

string

The code of the stay.

string

Enter property IDs to search. Comma-separated integer IDs (e.g. 1,2,3) or a JSON array string (e.g. [1,2,3]).

date-time

Include only actions scheduled at or after this time (inclusive). ISO 8601 or Y-m-d H:i:s as accepted by date validation.

date-time

Include only actions scheduled at or before this time (inclusive).

string

Filter by channel types. Comma-separated channel names, e.g. airbnb,agoda.

integer
≥ 0
Defaults to 0

Zero-based index of the first row to return. Default: 0.

integer
1 to 100
Defaults to 20

Maximum number of rows to return (1–100). Default: 20.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json