Webhook payload example
Manage webhooks that are associated with your project workflows through the Events tab of your project.
About this task
Procedure
- Add the Trello - Add Card action to a workflow.
- 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.
- Next, pass the details of the created card back to a REST client application using Return Data on Sync Webhook action.
- Cick Next, Test the action, and click Done. You are redirected to the canvas.
- Now, copy the webhook URL from the Webhook window, and paste it in the Request URL field in a REST client application.
- 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.