Tool to retrieve emails from the system with optional filtering and pagination. Returns a list of email records including details like subject, body, status, scheduled send time, and related booking information. Use this when you need to list emails, search by booking or status,…
idstringFilter emails by exact ID match.
typestringEmail type values.
limitintegerMaximum number of emails to return per request. Default and maximum is 1000.
orderstringSort order for results. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'send_at.asc').
offsetintegerNumber of emails to skip before returning results. Used for pagination.
selectstringColumns to retrieve from emails table. Use '*' for all columns, or specify comma-separated field names (e.g., 'id,subject,status,created_at'). Can include related resource columns.
statusstringEmail status values.
booking_idstringFilter emails by related booking identifier.
calendar_event_idstringFilter emails by associated calendar event identifier.
email_template_idstringFilter emails by base email template reference.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.