sequences
Update priority distribution for a sequence
Sets how outreach emails are prioritised across the sequence steps. Pass the preset id in the request body as <code>priorityDistributionId</code>.
<strong>Preset reference:</strong>
<ul><li><code>1</code> — <strong>Prioritise Follow-Ups</strong>: more emails will be sent from follow-up steps.</li><li><code>2</code> — <strong>Prioritise New Prospects</strong>: more emails will be sent from the first step.</li><li><code>3</code> — <strong>Balanced Sending</strong>: equal number of emails from each step.</li><li><code>4</code> — <strong>Aggressively Prioritise New Prospects</strong>: up to 80% of emails from the first step.</li></ul> Example body: <code>{ "priorityDistributionId": 3 }</code>patch/v1/sequences/{sequenceId}/priority-distribution
Path parameters
sequenceIdstring required
The ID of the sequence
Request body
Response
Priority distribution updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.