Skip to main content
POST
Update 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_identifier
string<uuid>
required

The identifier for the channel template version group.

channel_template_id
string<uuid>
required

A unique identifier for the channel template operation.

channel_template_name
string

Display name for the template.

version_name
string

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

parameters
object

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.

Response

Successful response containing list of channel template details.

data
object | null

Response info depends on specific endpoint.