Campaigns wont support transient Assistants?
# support
e
Dear Team, Campaigns wont support transient assistants or squads? I dont see it in documentation.
v
Yes, campaigns can support transient assistants and squads. When creating a call with a campaign, you can include a transient assistant or squad in your payload, as shown below:
Copy code
json
{
  "campaignId": "your-campaign-id",
  "assistant": { /* transient assistant config */ }
  // or
  "squad": { /* transient squad config */ }
}
This is supported according to the API reference, which lists
assistant
,
assistantId
,
squad
, and
squadId
as valid options alongside
campaignId
in the call creation payload. See the API documentation for details: https://docs.vapi.ai/api-reference/calls/list Source: - [API Reference: Calls List](https://docs.vapi.ai/api-reference/calls/list)
e
@User It seems like there is a confusion here.. I tried creating a campaign with assistant as a property, with all other avaiable options, i am seeing the below error. "message": [ "property assistant should not exist" ]
c
Hi Eswara Naidu, If you need assistance with campaigns, here are some tips that might help: 1. **Ensure Proper Setup**: Verify that your campaign setup is correct with all required fields, such as correct phone numbers in E.164 format and an existing assistant to handle the calls. Detailed setup steps can be found in the [Outbound campaigns overview](https://docs.vapi.ai/outbound-campaigns/overview). 2. **Check Concurrency Limits**: Ensure that your organization's concurrency limit is not exceeded, as this can impact how many calls are initiated simultaneously. 3. **Use Dynamic Variables**: Make sure your CSV files include dynamic variables for personalized communication, aligning with the variables defined in your assistant configuration. 4. **Review Campaign Status**: Monitor your campaign status through the Campaign Dashboard for insights into pick-up rates, call outcomes, and more. 5. **Trusted Calling and Caller ID**: Implement trusted caller identification to improve call answer rates and build recipient trust. If you have any specific questions or need further information, feel free to ask.
e
i have asked something and you are sending some other info