POST
/
campaign
/
audiences?id=
{id}
curl --request POST \
  --url 'https://api.precallai.com/api/v1/campaign/audiences?id={id}' \
  --header 'x-api-key: <api-key>'
[
  {
    "first_name": "<string>",
    "last_name": "<string>",
    "description": "<string>",
    "phone": "<string>",
    "status": "<string>",
    "call_duration_in_sec": "<string>",
    "call_sentiment": "<string>",
    "calltranscribe": "<string>",
    "is_call_transferred": true,
    "is_meeting_scheduled": true,
    "is_message_sent": true,
    "recording_url": "<string>",
    "error": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the campaign to get audiences

Response

200
application/json
Campaign audiences response
first_name
string

First name

last_name
string

Last name

description
string

Description

phone
string

phone number

status
string

Status

call_duration_in_sec
string

Call duration in second

call_sentiment
string

Call sentiment

calltranscribe
string

Call transcribe

is_call_transferred
boolean

Call transferred action

is_meeting_scheduled
boolean

Meeting scheduled action

is_message_sent
boolean

Message sent action

recording_url
string

Recording url

error
string

Error