PATCH Update Sequence Email Delay​
Change only the wait time before a sequence email sends, without touching its subject, body, or any other setting. This is what drag-to-reorder in the sequence builder calls.
The email is looked up scoped to the sequence in the path, so an id from another sequence returns 404 rather than being edited.
An unrecognised delay_unit silently falls back to days rather than erroring. Note that Months is capitalised in the accepted list — months is not recognised and will be treated as days.
The value is written to settings.timings on the email record.
Required capability: fcrm_manage_emails
Enforced by SequencePolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
Sequence id.
Sequence email id. Must belong to the sequence above.
Request Body​
Responses​
Wait time updated.