Hey, I want to use a button on a Trello card to send details to another application (Make/Integromat)
I tried to use the butter automation on Trello for posting webhooks and couldn't figure out how to send a few details of the card in the webhook.
The things I want to send are
- Card ID
- Board ID
- Name of the card (optional)
- Custom fields 1, 2 and 3 (optional)
Could anyone help me with this

also, which should I use, payload or header? I am new to webhooks so not sure how this goes