Skip to content

Register Fin Voice Call Request Payload

Register a Fin Voice call with Intercom

phone_numberstringrequired

Phone number in E.164 format for the call

Example:"+1234567890"
call_idstringrequired

External call identifier from the call provider

Example:"call-123-abc"
sourcestring

Source of the call. Can be "five9", "zoom_phone", or defaults to "aws_connect"

Enum:"five9""zoom_phone""aws_connect"
Example:"aws_connect"
dataobject or null

Additional metadata about the call

Example:
{ "key": "value" }
{ "phone_number": "+1234567890", "call_id": "call-123-abc", "source": "aws_connect", "data": { "key": "value" } }