SurrealBread
12/05/2025, 8:40 PMVapi Support Bot
12/05/2025, 8:41 PMjson
{
"squad": {
"members": [
{
"assistant": {
"name": "Receptionist",
"tools": [
{ "type": "webhook", "url": "https://your-n8n-webhook-url" }
],
"compliancePlan": {
"recordingConsentPlan": {
"type": "verbal",
"message": "This call may be recorded. Do you agree?",
"declineTool": { "type": "endCall" }
}
}
},
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "MainAssistant",
"message": "Transferring you now."
}
]
},
{ "assistantId": "main-assistant-id" }
]
}
}
This ensures phone verification, consent, and transfer in sequence. Adjust URLs and IDs as needed for your setup. For more, see the [Recording Consent Plan documentation](https://docs.vapi.ai/security-and-privacy/recording-consent-plan).
Source:
- [Recording Consent Plan documentation](https://docs.vapi.ai/security-and-privacy/recording-consent-plan)SurrealBread
12/05/2025, 8:48 PMSurrealBread
12/05/2025, 9:34 PMChiranjeet Mishra
12/09/2025, 2:41 AMjson
{
"squad": {
"members": [
{
"assistant": {
"name": "Receptionist",
"tools": [
{ "type": "webhook", "url": "https://your-n8n-webhook-url" }
],
"compliancePlan": {
"recordingConsentPlan": {
"type": "verbal",
"message": "This call may be recorded. Do you agree?",
"declineTool": { "type": "endCall" }
}
}
},
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "MainAssistant",
"message": "Transferring you now."
}
]
},
{ "assistantId": "main-assistant-id" }
]
}
}
3. **Configuration Details**:
- Adjust URLs and IDs specific to your setup.
- Ensure the end-of-call report is set up on the main assistant as required.
For further details, refer to the [Recording Consent Plan documentation](https://docs.vapi.ai/security-and-privacy/recording-consent-plan). This should help you manage the consent flow and subsequent call transfer correctly.