Templates

Send Or Edit A Template Message

Sends the newest published version (falling back to the draft for never-published templates). Pass `messageId` to edit an existing user-made template message in that channel instead of posting a new one.

POST
/v1/guilds/{guild}/templates/{templateId}/send

Sends the newest published version (falling back to the draft for never-published templates). Pass messageId to edit an existing user-made template message in that channel instead of posting a new one.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
templateId*string

Response Body

curl -X POST "https://example.com/v1/guilds/string/templates/string/send"

How is this guide?