Overview

The Webhook Trigger lets Default listen for incoming HTTP POSTs from any third-party tool—like Zapier, Customer.io, or Clay—using a unique endpoint URL generated when you add the trigger to a workflow. Once Default receives your JSON payload, you can use the workflow canvas to evaluate fields, transform data, and push updates to downstream or upstream systems (CRM, ticketing, data warehouse, etc.).

Requirements

In order to set up a webhook trigger you will need the following:

  • A service to send the webhook from.
  • Default’s custom webhook url (this is where the request is sent to).
  • Take a sample webhook payload (like below) and copy + paste into the payload section in the trigger. This will then populate Default’s data picker with corresponding values from your payload.

Use-cases

Webhook from a platform to assign high value leads to an AE owner.

Default uses Navattic for self-serve product tours on our website. When qualified users interact with our demo, we alert a AE owner to notify them to reach out to the user.

FAQs