object
TriggerConfig
Properties
- Name
type- Type
- enum
- Description
- Optional property. Allowed values: contact_created, contact_updated, event, instagram_comment.
- Name
inboxId- Type
- string
- Description
- Instagram inbox to observe. Used only by instagram_comment.
- Name
mediaTypes- Type
- array<enum>
- Description
- Instagram media types to observe. Omit to include all supported types.
- Name
mediaSelection- Type
- enum
- Description
- Whether all matching media or only mediaIds are targeted. Allowed values: all, specific.
- Name
mediaIds- Type
- array<string>
- Description
- Instagram media IDs selected when mediaSelection is specific.
- Name
conditions- Type
- object
- Description
- Optional property.
Related operations
- List journeysGET /journeys
- Create journeyPOST /journeys
- Get journeyGET /journeys/{id}
- Update journeyPATCH /journeys/{id}
- Publish journeyPOST /journeys/{id}/publish
- Activate journeyPOST /journeys/{id}/activate
- Pause journeyPOST /journeys/{id}/pause
- List journey versionsGET /journeys/{id}/versions
- Get journey versionGET /journeys/versions/{versionId}