Campaigns

Update Campaign Sequence

Updates the sequence (nodes and/or edges) for a campaign.

Important notes:

  • Providing nodes replaces ALL existing nodes
  • Providing edges replaces ALL existing edges
  • Omitting a field leaves it unchanged

Validation rules:

  • If/Switch nodes cannot exceed 10 paths/cases
  • Each path cannot exceed 10 conditions
  • All node and edge IDs should be valid UUIDs
patch/campaigns/{id}/sequence

Path parameters

idstring uuid required

Resource ID (UUID)

Request body

Response

Sequence updated

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.