Generated from:
Create a POST request to the Trello API to create a new card on a list
URL
https://api.trello.com/1/cards
Headers
| Authorization | Bearer {{TRELLO_OAUTH_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"name": "{{CARD_NAME}}", "desc": "{{CARD_DESCRIPTION}}", "Due": "{{DUE_DATE}}", "idList": "{{LIST_ID}}"}
This request was generated from:
Create a POST request to the Trello API to create a new card on a list
Generate your own →Type any API. Get a production-ready request. No login required.