POST
Create Integration Trigger

Authorizations

Authorization
string
header
required

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

Path Parameters

integration_id
string<uuid>
required

Body

application/json
trigger_type
string
required
Allowed value: "telegram.message.inbound"
agent_id
string<uuid> | null
enabled
boolean
default:false
metadata
Metadata · object
provider_subscription_ref
string | null
reply_mode
enum<string>
default:public_reply
Available options:
public_reply,
internal_note,
none

Response

Successful Response

Public API representation of an integration trigger (HTTP + CoPilot).

created_at
string<date-time>
required
enabled
boolean
required
id
string<uuid>
required
integration_id
string<uuid>
required
metadata
Metadata · object
required
reply_mode
enum<string>
required
Available options:
public_reply,
internal_note,
none
status
enum<string>
required
Available options:
active,
disabled,
needs_setup,
error
trigger_type
string
required
Allowed value: "telegram.message.inbound"
updated_at
string<date-time>
required
agent_id
string<uuid> | null
provider_subscription_ref
string | null