v1
latestOpenAPI 3.0.02026-07-26866217.8 KBQuery 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 parameters
Kind of scheduled action: message for automated guest messages, review for scheduled host reviews.
Optional text matched against the plan detail payload (same as the in-app keyword filter).
The code of the stay.
Enter property IDs to search. Comma-separated integer IDs (e.g. 1,2,3) or a JSON array string (e.g. [1,2,3]).
Include only actions scheduled at or after this time (inclusive). ISO 8601 or Y-m-d H:i:s as accepted by date validation.
Include only actions scheduled at or before this time (inclusive).
Filter by channel types. Comma-separated channel names, e.g. airbnb,agoda.
Zero-based index of the first row to return. Default: 0.
Maximum number of rows to return (1–100). Default: 20.
Response
List of upcoming automation actions and total count.
Example response
{
"error_msg": "Done."
}