components_v2_send_from_template
Send Discord messages by applying variables to built-in V2 templates (announcement, release_notes, welcome_card, poll_results, incident_status). Returns message ID and jump URL.
Instructions
Purpose: Apply variables to a built-in V2 template and send the result.
Templates v1: announcement, release_notes, welcome_card, poll_results, incident_status. Each declares a variables list - pass values in vars.
Returns: {message_id, jump_url, template}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vars | Yes | Variable substitutions for {{...}} placeholders | |
| template | Yes | Built-in template name | |
| channel_id | Yes | Discord channel ID (snowflake) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||