curl -X PATCH "https://api.foxreach.io/api/v1/campaigns/cmp_abc123/sequences/seq_002" \ -H "X-API-Key: otr_your_key" \ -H "Content-Type: application/json" \ -d '{ "delayDays": 5, "subject": "Following up, {{firstName}}" }'
{ "data": { "id": "seq_002", "campaignId": "cmp_abc123", "stepNumber": 2, "name": "Follow-up", "subject": "Following up, {{firstName}}", "body": "Hi {{firstName}},\n\nJust wanted to follow up...", "delayDays": 5, "delayHours": 0, "sendOnlyIfNoReply": true, "createdAt": "2025-01-10T08:05:00", "updatedAt": "2025-01-12T14:30:00" } }
Update a sequence step. Campaign must be in draft or paused status.
400
404