add_attachments_to_message
Attach one or more external links to an existing message using its ID, adding relevant references to your Carbon Voice conversation.
Instructions
Attach one or more link URLs to an existing message.
USE WHEN: Adding external links to a message that already exists.
USE INSTEAD: create_message_share_link to share a Carbon Voice message outward — that produces a link, this consumes them.
FIRST: id comes from list_messages (field results[].id) — call it first if you don't have one.
EXAMPLE: {"id":"msg-abc","links":["https://example.com/spec"]}
RETURNS: {...} confirmation with the resulting attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| links | Yes | Array of links to be attached to the message |