Create a Trello Card with Webhooks
If you are a Trello customer, and using Bento, you may want to send a form submission or purchase to Trello to create a ticket.
URL: https://api.trello.com/1/cards?key=YOUR-API-KEY&token=YOUR-TOKEN
JSON Payload:
{"name": "Schedule call with {{visitor.pretty_name.full }}","idList":"{{the id of the list you're adding to}}","due":"null","desc":"The customer can be reached at {{visitor.email}}." }