dashboard

Run Automation

post/dashboard/bot/settings/{guild_id}/automations/{trigger_id}/run

Path parameters

guild_idinteger required
trigger_idstring required

Request body

contextobject

Flat map of extra template variables, addressable in the trigger's actions as {{ key }}. Values must be scalars, so no nested objects or arrays. Keys must be valid identifiers and cannot be one of: channel, guild, member, message, vars

Example request

{
  "context": {
    "priority": 3,
    "ticket_id": "T-4021",
    "urgent": true
  }
}

Response

Successful Response

{"stackTrail":"paths:/dashboard/bot/settings/{guild_id}/automations/{trigger_id}/run:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.