attach_image_to_card
Attach an image from a URL to a Trello card. Provide the card ID and image URL to add the image as an attachment.
Instructions
Attach an image to a card from a URL on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | ID of the Trello board where the card exists (uses default if not provided) | |
| cardId | Yes | ID of the card to attach the image to | |
| imageUrl | Yes | URL of the image to attach | |
| name | No | Optional name for the attachment (defaults to "Image Attachment") |