Skip to main content
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

string
required
UUID of the agent to add the whitelist entry to.Example: 3f2504e0-4f89-11d3-9a0c-0305e82c3301
string
required
The inbound caller number to match, in E.164 format.Example: +16045551234
string
required
The destination phone number to forward the call to, in E.164 format.Example: +16045559876
string
Optional human-readable label for this entry.Example: Kyler's son

Response

Returns the created whitelist entry on success (201 Created).
object
The created whitelist entry.