curl --location --request POST 'https://api.plusvibe.ai/api/v1/campaign/add/subsequence' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65099a0dd96fae8ab61130c0",
"name": "New Subsequence Name",
"parent_camp_id": "67ee00f7612525c35a6e8abf",
"events": [
{
"name": "LEAD_LABEL_UPDATED",
"val": [
"LEAD_MARKED_AS_INTERESTED"
]
}
]
}'
{
"status": "success",
"id": "67ee01f9a4c4e2b75518d1b8"
}