Skip to content
View as Markdown

PATCH Update Sequence Email Delay​

PATCH
/sequences/{id}/email/{email_id}/delay

Update the wait time for a sequence email. The route accepts top-level delay and delay_unit values and stores them in email.settings.timings. Requires FluentCampaign Pro.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

Parent sequence ID.

Type
integer
Required
email_id*

Sequence email ID.

Type
integer
Required

Request Body​

application/json
JSON
{
"delay": "string",
"delay_unit": "string"
}

Responses​

Sequence email delay updated successfully.

application/json
JSON
{
"message": "string",
"email": {
"id": 0,
"parent_id": 0,
"title": "string",
"email_subject": "string",
"email_pre_header": "string",
"email_body": "string",
"design_template": "string",
"template_id": 0,
"settings": {
"additionalProperties": "string"
},
"created_at": "string",
"updated_at": "string"
}
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI