Skip to main content
POST
Create Audience

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string | null
required

Audience name.

mode
enum<string>
default:manual

Audience source mode: manual, hubspot_list, or sales_navigator. Defaults to manual.

Available options:
manual,
hubspot_list,
sales_navigator
flowPlanId
string | null

Optional existing flow plan id to link during audience creation. Use the exact flowPlanId returned by create_flow_plan, list_flow_plans, or get_flow_workspace.

aiContext
string | null

Optional AI context to store on the audience.

contacts
(object | null)[] | null

Optional external contacts to add for manual mode, such as pasted rows, CSV rows, or CRM exports.

hubspotListId
string | null

HubSpot list id for hubspot_list mode. Use the exact listId/id returned by list_hubspot_lists; do not pass an audienceId here.

salesNavigator
object | null

Sales Navigator source configuration for sales_navigator mode.

Response

Tool result.