Hello,
I need help with one of my card buttons.
I want to send a JSON payload with my card name (with "content" --> "post to URL" action), my JSON payload is :
{"name":{cardname},"board":"1GjwRhhy"}
BUT, the payload received does not replace the {cardname} by the name of the Trello card... and keeps {cardname}, the JSON is, therefore, invalid...
How can I pass card values in a JSON payload send with a card button?
Thanks for your help