Updates an existing automation with new parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the automation to update.
Title of the automation
"Save pdf invoices"
Sender that should match (optional)
Inbox that should match (optional)
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 updated.