squad-calls
Create Squad Outbound Campaign
Create an outbound calling campaign using a squad.
The campaign will be distributed across squad members based on:
- Agent availability
- Agent calling schedules
- Agent daily limits
- Squad routing strategy
Example:
{
"squad_id": "squad-uuid",
"name": "Q4 Sales Campaign",
"targets": [
{"to_number": "+1234567890", "context": {"customer_id": "123"}},
{"to_number": "+0987654321", "context": {"customer_id": "456"}}
],
"routing_strategy": "load_based",
"concurrent_calls_per_agent": 2
}
POST
Create Squad Outbound Campaign
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Squad-based outbound campaign request.
Required string length:
1 - 255Minimum array length:
1Pattern:
^(round_robin|load_based|skill_based|priority)$Required range:
1 <= x <= 5Response
Successful Response
Create Squad Outbound Campaign