Audiences
Link an audience to a campaign, so its leads get that campaign's pages.
post/api/external/v1/audiences/link-to-campaign
Request body
Example request
{
"workspace_id": 55,
"audience_id": 44,
"campaign_id": 123
}Response
Example response
{
"audience_id": 44,
"campaign_id": 123,
"message": "Audience linked to campaign."
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○