Skip to main content
GET
Get the effective template for a type (default or override) + variables manifest

Authorizations

x-api-key
string
header
required

Path Parameters

event_type
string
required

Query Parameters

channel_kind
enum<string>
default:slack

The messaging channel a destination delivers through.

slack is the only kind in v1. New kinds are additive — add a member here, a provider class, and a PROVIDER_REGISTRY entry.

Available options:
slack

Response

Successful Response

The effective template for an (org, type, channel): the slots that render, where they came from, the platform default, and the variables manifest.

event_type
string
required
channel_kind
string
required
source
string
required
slots
TemplateSlots · object
required

The four authorable slots. extra="forbid" so an operator can't smuggle unknown keys past validation (mirrors the catalog's threshold configs).

version
integer | null
required
default_slots
TemplateSlots · object
required

The four authorable slots. extra="forbid" so an operator can't smuggle unknown keys past validation (mirrors the catalog's threshold configs).

variables
Variables · object
required