Mautic: Webhook Received Event¶
When a Mautic webhook is received.
Provided tokens
| Token | Description |
|---|---|
[webhook_data] |
Raw webhook data from Mautic. |
[event] |
The event. |
[event:machine_name] |
The machine name of the ECA event. |
[session_user] |
The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account. |
Fires when a Mautic webhook is received by the Mautic API module. Use this to react to Mautic events such as contact updates, form submissions, or email interactions.
The webhook payload is available as a token under the name configured in the Token Name field (defaults to webhook_data).
Fields¶
Webhook Configuration-
No webhook configurations found. Please create webhook configurations in the Mautic API module first.
Select the webhook configuration to use for this event. You can create webhook configurations in the Mautic API module settings.
Token Name-
Enter the name for the token that will contain the webhook data.
The token name under which the raw webhook data from Mautic will be available. Defaults to
webhook_data.