Call Whitelist
Add Whitelist Entry
Add a call forwarding rule to an agent’s whitelist
POST
Creates a new whitelist entry. When an inbound call matches the
caller_number, it is blind-forwarded to forward_to without invoking the AI agent. The call is still recorded and logged.
Request Body
UUID of the agent to add the whitelist entry to.Example:
3f2504e0-4f89-11d3-9a0c-0305e82c3301The inbound caller number to match, in E.164 format.Example:
+16045551234The destination phone number to forward the call to, in E.164 format.Example:
+16045559876Optional human-readable label for this entry.Example:
Kyler's sonResponse
Returns the created whitelist entry on success (201 Created).
The created whitelist entry.