# Webhooks setup wizard

The webhooks wizard makes it easy to test and configure a webhook trigger for your recipe. The guided setup takes you through:

  • setting up your unique webhook address
  • listening to a sample webhook event

When an event is received, the wizard automatically configures the trigger based on that event.

You may exit this setup wizard at any point if you wish to configure the trigger manually.

# Create a webhook trigger using the setup wizard

1

Create the recipe by choosing the Trigger from a webhook option from the list of recipe starting points.

Setup webhook Setup webhook

2

Click the Start guided setup button in the New event via HTTP webhook trigger to start the wizard.

Start setup wizard Start setup wizard

3

Provide a meaningful name in the Event name field. This name is used to generate a unique webhook address. Click Next to start listening for webhook events from your app.

To avoid recipes receiving webhook events from multiple sources, the event name must be unique across all your webhook recipes.

Generate a unique webhook address Generate a unique webhook address

4

When you see the following screen, the setup wizard is ready to listen for webhook events from your app. Click the Copy button to copy the unique webhook address. This URL is used to register the webhook in your app.

The wizard is listening for webhook events from your app The wizard is listening for webhook events from your app

For example, you can register this URL as a Payload URL in Eventbrite, shown here:

Add a webhook in Eventbrite to send data to the webhook trigger Add a webhook in Eventbrite to send data to the webhook trigger

5

Inspect the webhook headers and payload to ensure that the event was received correctly. This sample webhook event serves as the template for all future events. Workato uses the payload and header data to configure the other parts of the trigger.

Click Skip guided setup if you plan to configure the trigger manually.

When you are satisfied, click the Setup webhook button to complete the setup.

Webhook event received Webhook event received

6

The trigger is now fully configured. Continue to build the rest of the recipe.

Configured webhook trigger Configured webhook trigger


Last updated: 10/23/2024, 8:49:55 PM