Webhook Received triggered automation flows execute when an external system sends a webhook request to your platform. This enables real-time automation based on external activities, making it ideal for third-party integrations, CRM syncs, and responsive workflows based on real-time data.
By using webhook triggers in your flows, you can respond to external events as they happen—whether it’s a user registration, transaction update, or signal from another system—enabling timely and personalized automation.
Here are a few ways you can use the Webhook Received Trigger automation type:
User sign-ups – Automatically send a welcome message when a webhook is received for a new registration.
Transaction events – Trigger emails or updates in response to payments, refunds, or order status changes.
External CRM updates – Sync contact records or trigger flows based on updates from your CRM or data platform.
Real-time alerts – Send notifications based on data from IoT devices, monitoring tools, or web-based services.
Replace the example Webhook URL with your unique Webhook Endpoint as displayed in the trigger configuration panel.
Review Sample Data – After a successful webhook call, the incoming JSON payload will appear as sample data in the panel. You can also select the timestamp of the most recent log that was received.
(Optional) Apply Filters – Define conditions to control which webhook events trigger the automation:
Use All of (AND) or At least one (OR) logic to group multiple conditions.
Click + Add Condition / Group.
Select a condition, such as Contact Attribute: SMS Subscribed = True.
Identify or Create Contact – Match incoming webhook data to an existing contact, or create a new one if no match is found.
Select an identifier type (e.g., Contact ID, Email, Phone Number, Messaging ID).
Specify the source of the identifier:
Trigger data attribute – Match values from the webhook payload.
Static: Overwrite the incoming data in the POST request with predefined static values.
Enable Create contact if not found to allow automatic contact creation, and click Add Attributes to map additional data fields from the payload.
Example
When a POST request includes the phone_number field, the system checks if a contact with that number exists.
If contact does not exist, a new contact is created using the provided data such as first_name, last_name, email, and subscription statuses.
Static fields (e.g., email_subscribed, sms_subscribed) can be set to Yes by default.
Click Save to proceed to the flow builder configuration.
Once you’re familiar with the drag-and-drop interface, explore the available Actions and Rules using the link below to configure your automation logic in detail:
Actions define what happens when a flow is triggered. These actions allow you to send messages, update contact information, manage lists, or interact with external systems.
The table below outlines each available action, including a description, required inputs, and common usage examples.
Rules define the logic that controls how and when actions are executed within an automation flow. They are used to introduce delays, evaluate conditions, and create decision branches based on contact data or behavior.
The table below describes the available rules, including what each rule does, the configuration inputs required, and examples of when to use them.
Once you’ve configured the main trigger object and built the flow based on your use case, you’re ready to activate the automation.
Note
The Activate button will be disabled if the trigger object (shown at the top of the flow) has not been configured. To complete this setup, click Edit Trigger or refer to Step 3.
After activation, you can pause the automation at any time if you need to make changes or temporarily stop the flow.
Follow these steps to activate the flow:
Click Activate in the top-right corner of the automation flow builder.
In the Activate Flow window, you can configure optional settings to control how contacts enter, exit, or restart the automation:
Option
Description
Allow contact re-entry after exit
Allows contacts to re-enter the automation if they meet the trigger conditions again after exiting.
Set up wait time(only visible if re-entry is enabled)
Specifies how long the system should wait before checking if the contact matches the trigger conditions again.
Exit conditions
Defines when a contact should immediately exit the flow. For example, when they leave the target segment.
Restart conditions
Forces a contact to restart the flow from the beginning, regardless of their current progress.
Note
To configure Exit Conditions and Restart Conditions, click the Settings button inside the modal. These settings are optional and depend on your flow logic.
Tip
Adding the exit condition “contact exits the segment” is recommended when you want to stop contacts from continuing through the flow if they no longer belong to the segment. This helps ensure the automation behaves as intended.
Once you’ve reviewed or configured the optional settings, click Activate to launch the automation.
The flow status will change from
to
and will automatically run based on the defined segment entry and exit conditions.
To update an existing webhook received automation flow, use the Flow Builder to access and modify its configuration. Follow the steps below to edit the flow, including its trigger, actions, and other components.
Navigate to Automations > Flows.
Find the flow in the list.
Click the flow name or the
button and select Builder.
Fig. 8. Edit the Webhook Received Automation Flow.
To temporarily stop an automation from running, you can pause the webhook received automation flow. Follow the steps below to access the Flow Builder and pause the active flow.
Navigate to Automations > Flows.
Find the flow in the list.
Click the flow name or the
button and select Builder.
In the Flow Builder, click the Pause button to stop the automation flow.
Fig. 9. Pausing Webhook Received Automation Flow.
Activate a Paused Webhook Received Automation Flow
To resume a previously paused webhook received automation flow, follow the steps below. During activation, you can review and adjust settings such as re-entry rules, wait times, and exit or restart conditions before reactivating the flow.
Navigate to Automations > Flows.
Find the flow in the list.
Click the flow name or the
button and select Builder.
In the Flow Builder, click Activate to reactivate the automation flow.
A modal window appears with optional settings you can configure before activating the flow. These settings control how contacts enter, exit, or restart the automation. Adjust them as needed before proceeding. To learn more about optional settings, see Step 6: Activate the Automation Flow.
Fig. 10. Activating Webhook Received Automation Flow.
Explore Other Automation Flow Trigger Types
Contact Segment Trigger
Automate messaging when a contact enters or exits a segment. Ideal for lifecycle marketing, engagement campaigns, and audience-based automation.