POST /cards

Create a new card. Query parameters may also be replaced with a JSON request body instead.

Servers

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. top, bottom, or a positive float

due String No

A due date for the card

desc String No

The description for the card

keepFromSource String No

If using idCardSource you can specify which properties to copy over. all or comma-separated list of: attachments,checklists,customFields,comments,due,start,labels,members,start,stickers

Possible values:

  • "labels"
  • "stickers"
  • "start"
  • "checklists"
  • "customFields"
  • "attachments"
  • "comments"
  • "members"
  • "due"
  • "all"

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 http:// or https://. The URL will be attached to the card upon creation.

start String No

The start date of a card, or null

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.