Add a URL attachment to a card
add_attachmentAttach a URL to a Trello card. Optionally set the attachment as the card cover if the image is public.
Instructions
Attach a URL to a card. Set setCover=true to make a publicly-fetchable image the card's cover (Trello must be able to preview the image).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Card id | |
| url | Yes | URL to attach | |
| name | No | Display name for the attachment | |
| setCover | No | Make this image attachment the card's cover |