Skip to main content

Update Audience Records

Update specific fields such as tags and call_count for a given audience ID.

Path Parameters
audienceID string REQUIRED

The ID of the audience to update.

Query Parameters
bot string REQUIRED

The bot ID specific to your environment.

Request Body REQUIRED
_id string

The unique ID of the audience.

tags string[]

Tags to assign to the audience.

call_count integer

Number of calls associated with the audience.

Responses
200

Audience updated successfully.

Schema OPTIONAL
message string OPTIONAL
updatedFields object OPTIONAL
tags string[] OPTIONAL
call_count integer OPTIONAL
400

Invalid request or missing parameters.

401

Unauthorized request. Check your API key.