URL: https://core.purecallerid.app/api/public/campaigns/{campaignId}/dialerCampaign
Method: GET
Content-Type: application/json
Security: A custom HTTP header must be included in the GET request. The Header name is "X-API-KEY" and the value passed within this header is one of the encrypted API keys associated with your workspace.
Request Path Params:
- campaignId - The Pure Caller ID Campaign Idv
Response Format:
{
"id": "campaign123",
"name": "Test Campaign",
"mode": "predictive",
"state": "active",
"lists": [
{
"id": "list001",
"name": "Primary List",
"skillId": 12345
},
{
"id": "list002",
"name": "Backup List",
"skillId": null
}
]
}
- id: The identifier of the associated dialer campaign
- name: The name of the associated campaign in the dialer
- mode: Dialing mode from the integrated dialer response
- state: Status value (if applicable) from the integrated dialer response
-
lists: Array of lists associated with the campaign in the dialer.
- id: The identifier or the list (used during API based list loading)
- name: User friendly name of the list
- skillId: If the dialer integration supports skills per list, they will be returned here.
Comments
0 comments
Article is closed for comments.