Webhook payload example

Manage webhooks that are associated with your project workflows through the Events tab of your project.

About this task

The following example explains how to make a POST request by using a webhook URL and how to use the configured webhook payload in subsequent actions.

Procedure

  1. Add the Trello - Add Card action to a workflow.
  2. Use the name key from webhook payload as input in the Card Name field and configure the rest of the action as you normally do.
  3. Next, pass the details of the created card back to a REST client application using Return Data on Sync Webhook action.
  4. Cick Next, Test the action, and click Done. You are redirected to the canvas.
  5. Now, copy the webhook URL from the Webhook window, and paste it in the Request URL field in a REST client application.
  6. Add relevant webhook payload data and click Send. This runs the workflow that is associated with the specified webhook URL, where the configured runtime payload is used to create a new Trello card. You can see the details of the Trello card in the response of the REST client application.