POST /cards/{id}/attachments

Create an Attachment to a Card. See https://glitch.com/~trello-attachments-api for code examples. You may need to remix the project in order to view it.

Servers

Path parameters

Name Type Required Description
id String Yes

The ID of the Card

Query parameters

Name Type Required Description
name String No

The name of the attachment. Max length 256.

url String No

A URL to attach. Must start with http:// or https://

mimeType String No

The mimeType of the attachment. Max length 256

setCover Boolean No

Determines whether to use the new attachment as a cover for the Card.

Default value: false

file String No

The file to attach, as multipart/form-data

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.