place_outbound_call
Place an automated outbound call to a phone number with a voice-agent instruction set. Include optional context, intro message, and webhook for event correlation.
Instructions
Place an outbound ClawdCall agent call. Requires CLAWDCALL_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Full voice-agent instruction set for the call. | |
| target | Yes | E.164 phone number to call. | |
| context | No | Optional extra context to include in the webhook payload. | |
| user_id | No | Optional user ID for webhook correlation. | |
| intro_message | No | Optional opening line for the voice agent. | |
| conversation_id | No | Optional OpenClaw conversation ID for event correlation. | |
| openclaw_webhook_url | No | Optional OpenClaw /agent/run webhook URL for completion events. | |
| openclaw_webhook_authorization | No | Optional Authorization header value for the OpenClaw webhook. |