Calls

Triggers

4min

The triggers endpoint

HTTP


The triggers endpoint is used to configure the triggers (conditional logic) for existing products.

Basic structure

Each call to the API requires action and a group_id.

Name

Type

Required

Description

action

string

true

For triggers, the only action is create.

group_id

integer

true

This designates which project the change should be applied to. API-id in the header must be part of the organization that owns the group.

doc

JSON

true

This contains the parameters you would like to include in the request, formatted as JSON.

Example call

Each call to the API requires action and group_id.

Curl


Example response

JSON




Updated 05 Nov 2024
Doc contributor
Doc contributor
Did this page help you?