Configuration
Wave Runner generates a unique webhook URL for each workflow. Copy it from the trigger node in the Composer and paste it into the external system.- Method: POST only
- Body: JSON
Available variables
Variables from the webhook payload are accessible using the field names from the JSON body. In addition, Wave Runner makes standard contact data available if the payload includes a matchingphone_number or email.
| Variable | Description |
|---|---|
{phone_number} | Phone number from the payload |
{email} | Email from the payload |
{first_name} | First name from the payload |
{last_name} | Last name from the payload |
| Any payload field | Any top-level field sent in the JSON body |
Use case
A Zapier zap fires when a new row appears in a Google Sheet of inbound leads. It POSTs the row data to the Wave Runner webhook URL. The workflow receives the payload, a Call Lead action dials the phone number from the sheet, and a HubSpot action creates a contact with the call outcome.Next steps
Actions
Choose what Wave Runner does after the trigger fires.