Creates a new automation that triggers an action when an email matching the specified criteria is received.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Title of the automation
"Save pdf invoices"
Sender that should match (optional)
"shop@example.com"
Inbox that should match (optional)
"claire@example.com"
Subject that should match (optional)
"New invoice"
Email should have at least one attachment (optional)
true
URL that will be called (optional)
"https://example.com/webhooks/save-pdf-invoices"
Use this token to validate received payloads (optional)
"SECRET12345$"
Email should be deleted after processing (optional)
true
Payload format to use (optional)
json, raw, json_with_bodies "json"
Automation successfully created.