Skip to main content
POST
Create Template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Body

application/json
instruction
string
required
name
string | null
assignee
string | null
context
ConversationContext · object | null
notification_settings
(EmailNotification · object | SlackNotification · object)[] | null
cron_schedule
string | null
schedule_enabled
boolean | null
default:false
schedule_start_at
string | null

Response

Successful Response

instruction
string
required
id
string<uuid>
required
organisation_id
string
required
schedule_enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
name
string | null
assignee
string | null
context
ConversationContext · object | null
notification_settings
(EmailNotification · object | SlackNotification · object)[] | null
cron_schedule
string | null
schedule_start_at
string<date-time> | null