Skip to main content
POST
Create a channel template

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
channel_template_name
string
required

Display name for the template.

channel_node_id
string
required

The channel node this template targets, as a UUID. Resolve it from Channel Template Types — for example the send_email node under the email channel type. The node also defines which parameters keys are valid.

parameters
object
required

The template body. Valid keys are defined by the chosen channel_node_id: send_email takes subject, content and attachments; LinkedIn chat takes message and attachments; LinkedIn invitations take message; Twilio takes message, from and method.

version_name
string

Label for this version, for example v1. Each version is a separate record with its own channel_template_id.

Response

Successful response containing list of channel template details.

data
object | null

Response info depends on specific endpoint.