Campaign Nodes
Send Webhook
Send campaign execution data to an external webhook destination.
The Send Webhook node sends a webhook delivery when a contact reaches the node.
When to use it
Use this node when a campaign step should notify or update an external system.
Common examples:
- notify an internal service that a contact reached a workflow stage
- send campaign context to a CRM or data pipeline
- trigger an external workflow outside Leadpush
Settings
- Node name: optional display name shown on the workflow canvas.
- Destination: webhook destination that should receive the delivery.
- Payload template: the data sent to the destination.
- On Failure: controls whether the campaign execution fails or continues if the webhook fails.
Simulation and execution behavior
Simulations validate the node path without needing to represent the full external side effect. Real executions create webhook deliveries that can be monitored from the integration delivery tools.
Best practices
- Test the webhook destination before using it in a live campaign.
- Include enough context for the receiving system to identify the contact and campaign step.
- Choose On Failure behavior based on whether the external system is required for the workflow to remain correct.