Tool to retrieve email events (bounce, delivery, open) with filtering and pagination. Use this to track email delivery status, monitor bounces, or analyze email engagement. Supports PostgREST-style filtering on event type, email address, timestamps, and other criteria.
idstringFilter by email event ID. Supports PostgREST operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
limitintegerMaximum number of results to return (max: 1000).
orderstringSort results by specified column. Use format 'column_name.asc' or 'column_name.desc' (e.g., 'created_at.desc').
offsetintegerNumber of results to skip for pagination.
selectstringSpecifies which columns to retrieve. Use '*' for all columns or comma-separated column names (e.g., 'id,email_id,event_type').
email_idstringFilter by related email ID. Supports PostgREST operators (e.g., 'eq.uuid', 'is.null').
created_atstringFilter by event creation timestamp. Supports PostgREST operators (e.g., 'gte.2026-01-01T00:00:00Z', 'lte.2026-12-31T23:59:59Z').
event_typestringFilter by event type. Supports PostgREST operators (e.g., 'eq.delivered', 'in.(bounce,dropped)').
email_addressstringFilter by recipient email address. Supports PostgREST operators (e.g., 'eq.user@example.com', 'like.*@example.com').
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.