Place the interview call (phone path, step 1 of 2)
place_callDial an approved interview subject via the ElevenLabs agent over Twilio, then return a conversation id for fetching the transcript. Requires prior human approval of the exact name and number.
Instructions
Places one real outbound call to the brief's subject through the ElevenLabs agent over Twilio. Refused unless a human approval for this exact person and number is on file. The agent opens by stating it is an AI and asking permission to record. Returns at once with the conversation id; call fetch_transcript to wait for the transcript. Requires ELEVENLABS_API_KEY, ELEVENLABS_AGENT_ID and ELEVENLABS_PHONE_NUMBER_ID in the server's environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief_id | Yes | The brief to interview. approve_contact must have recorded approval for its exact name and number. | |
| confirm_dial | Yes | A human must pass true. This places a real phone call to the approved number. |