provider Message Templates GET
/teams/{team_id}/message_templates @utdk/front
/teams/{team_id}/message_templates List team message templates
List the message templates belonging to the requested team (workspace).
Required scope: `message_templates:read`
- team_id path required
- The team ID
- string
- sort_by query
- Field used to sort the message templates. Either `created_at`, `updated_at`, or `sort_order`.
- string
- sort_order query
- Order by which results should be sorted
- enum: asc, desc
Try it
Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.listTeamMessageTemplates({
"team_id": "tim_55c8c149"
})