Skip to main content
POST
Create a template version

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>

A unique identifier for the channel template operation.

version_name
string

Version names provide a way to identify the history of changes.

Example:

"default"

is_default
boolean

When enabled, execution will set this to true for the current record and false for all other linked record groups affected.

parameters
object

The parameter information depends on the channel node requirements.

Response

Successful response containing list of channel template details.

data
object | null

Response info depends on specific endpoint.