CallFire has a new API!
We are proud to announce the launch of our API 2.0! Learn more about our streamlined, transactional and broadcast APIs. This version of the API documentation will remain available for reference only. There will be no new development, only bug fixes. We highly recommend upgrading to our newer and more sophisticated documentation.
Create agent group using either list of agent ids or list of agent emails but not both.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
CreateAgentGroupRequest | Create AgentGroup using attached info | object | |
RequestId | Unique ID of web request to de-dup on | anyURI | |
AgentGroup | object | ||
id | Unique ID of Ccc AgentGroup | long | |
Name | Name of Agent | string | |
CampaignIds | List of CampaignIds this AgentGroup belongs to | List[long] | |
AgentIds | List of AgentIds that belong to this AgentGroup | List[long] | |
AgentEmails | List of AgentEmails that belong to this AgentGroup | List[string] |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
CreatedId | Unique ID of resource | long |