Skip to main content
GET
List Templates

Request

Query Parameters

service
string
Filter by service: "slack" or "linear"
visibility
string
Filter by visibility: "public" or "private"

Example Request

Response

templates
array
List of available templates

Example Response

Built-in Templates

Slack

Key User IDs in Slack templates:
  • U01AGENBOT9 - Agent Bot (use for impersonateUserId)
  • U02JOHNDOE1 - John Doe
  • U03JANEDOE2 - Jane Doe
Key Channel IDs:
  • C01GENERAL99 - #general
  • C02RANDOM123 - #random

Linear

Key Team IDs in Linear templates:
  • ad608998-915c-4bad-bcd9-85ebfccccee8 - Engineering (ENG)
  • 58c03c85-7b0c-466d-9a4c-120209fccb56 - Growth (GRO)
View full seed data: Check examples/slack/seeds/ and examples/linear/seeds/ in the repo to see all entities and their IDs.

SDK Usage