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
- https://api.trello.com/1
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 |
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
- 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.