How can I get all the data entered in the card description, example description card:
Name: johin
email: jhon@email.com
phone: 558491919
Take all this data and send it via json formatted webhook example:
{
"Nome": "Johin",
"Email": "jhon@email.com",
"Telefone": "558491919"
}
Quality when I send the webhook it sends in a strange format, I would like it to be in json format