Update a contact
Update an existing contact (Permitted scopes: fax:all:edit)
Authorizations
Personal Access Token (PAT) is a Bearer token used for secure API calls. For direct API calls, the PAT is used in the Authorization header as 'Bearer {PAT}'. For MCP usage, configure your PAT in your MCP client settings (e.g., in your IDE's MCP server configuration) - authentication will be handled automatically.
Path Parameters
Contact ID
Body
Contact name
100"Jane Smith"
Contact's fax number
2 - 20^[+]?[0-9]*$"+12025559999"
Contact's email address
100^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$"jane.smith@example.com"
Contact's cellphone number
20^$|^[+]?[0-9]*$"+12025559998"
Contact's phone number
20^$|^[+]?[0-9]*$"+12025559997"
Additional notes
1000"Updated contact information"
List of group names
50100Whether this contact has a human fax operator. When enabled, an IVR will ask the operator to switch to fax mode
false
Response
Response containing a single contact object
Contact ID
"5f7a8b9c0d1e2f3a4b5c6d7e"
Contact name
"John Doe"
Contact's fax number
"+12025551234"
List of group names
Contact's email address
"john.doe@example.com"
Contact's cellphone number
"+12025551235"
Contact's phone number
"+12025551236"
Additional notes
"VIP client, prefers email communication"
Whether contact is shared with corporate members
false
Whether contact has a human fax operator
false
Date contact was created
"2024-01-15T10:30:00Z"
Date contact was last modified
"2024-03-20T14:45:00Z"