Current section
Files
Jump to
Current section
Files
priv/docs/methods/workflows.triggers.permissions.list.json
{
"args": {
"trigger_id": {
"desc": "Encoded ID of the trigger",
"example": "Ft0000000001",
"required": true,
"type": "string"
}
},
"desc": "Returns the permission type of a trigger and if applicable, includes the entities that have been granted access",
"errors": {
"trigger_not_found": "This trigger does not exist.",
"unknown_method": "This method does not exist."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "triggers:read",
"url": "https://docs.slack.dev/reference/scopes/triggers.read"
}
]
}
}