Reorder Node
Email Steps
Reorder Node
Reorder an existing node by moving it to a new position.
PATCH
Reorder Node
CLI:
Overview
Reorder an existing node by moving it to a new position. Draft campaigns only. Uses an atomic RPC with row-level locking so concurrent moves can’t corrupt the ordering. To edit a node’s content (subject, body, delay values, etc.), useupdateSequenceNode instead.
This operation shares the URL path
/api/campaigns/{id}/sequence/nodes with other verbs. See the sibling page for related operations on the same resource.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign UUID
Body
application/json
Response
Node moved. Returns the fresh ordered list, or a mutation fallback when read-back fails.
- Option 1
- Option 2