POST /cards
Create a new card. Query parameters may also be replaced with a JSON request body instead.
Servers
- https://api.trello.com/1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
coordinates |
String | No |
For use with/by the Map View. Should take the form latitude,longitude |
mimeType |
String | No |
The mimeType of the attachment. Max length 256 |
dueComplete |
Boolean | No |
Whether the status of the card is complete |
pos |
No |
The position of the new card. |
|
due |
String | No |
A due date for the card |
desc |
String | No |
The description for the card |
keepFromSource |
String | No |
If using Possible values:
Default value: "all" |
idLabels[] |
Array | No |
Comma-separated list of label IDs to add to the card |
fileSource |
String | No | |
name |
String | No |
The name for the card |
locationName |
String | No |
For use with/by the Map View |
idCardSource |
String | No |
The ID of a card to copy into the new card |
idList |
String | Yes |
The ID of the list the card should be created in |
urlSource |
String | No |
A URL starting with |
start |
String | No |
The start date of a card, or |
idMembers[] |
Array | No |
Comma-separated list of member IDs to add to the card |
address |
String | No |
For use with/by the Map View |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.