interactions_create_followup
interactions_create_followup
Section titled “interactions_create_followup”Category: interactions
Send a follow-up message after an interaction has been acknowledged. Useful for long-running work where you replied with a deferred response.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Bot/app application ID |
interaction_token | string | yes | Interaction token (one-time, 15min TTL) |
content | string | no | |
embeds | array | no | |
components | array | no | |
attachments | array | no | |
allowed_mentions | object | no | |
tts | boolean | no | |
flags | integer | no | Message flags bitfield. EPHEMERAL=64, V2 layout=32768. |
ephemeral | boolean | no | Convenience: when true, OR-in EPHEMERAL (64) into flags. |
payload_json | string | no | |
poll | object | no |
Returns
Section titled “Returns”\{message_id, channel_id\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
message_id | string | yes | Discord message ID |
channel_id | string | yes | Discord channel ID (snowflake) |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |