Follow Up
Create a new follow up
Name
Value
Name
Type
Description
{
"followUpId": 3,
"name": "Test follow-up",
"display_name": "Test follow-up display name",
"trigger": "user_subscribe",
"condition": { // optionnal
"lists_status": "is", // or "is_not"
"lists": [1], // list ids
"segments_status": "is_not",
"segments": [1] // segment ids
},
"loop": 1, // 1 or 0, by default 0
"loop_delay": 3600 // in seconds, so 1 hour here
"loop_mail_skip": [1, 2] // mail ID to skip when follow-up is looping
}Attach an email to a follow up
Name
Value
Name
Type
Description
Delete an email from a follow up
Name
Value
Name
Type
Description
Delete a follow up
Name
Value
Name
Type
Description
Get all follow ups
Name
Value
Name
Type
Description
Get one follow up by ID
Name
Value
Name
Type
Description
Last updated