Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

Workspace API key, e.g. Authorization: Bearer cb_live_.... Create one in Settings → API Keys. See public_api.md § 3 for scopes.

Path Parameters

receiver_id
string
required

Body

email
Maximum string length: 254
company
string | null
Maximum string length: 255
notes
string | null
tags
any
conv_status
enum<string>
  • open - Open
  • resolved - Resolved
  • pending - Pending
  • spam - Spam
  • converted - Converted
Available options:
open,
resolved,
pending,
spam,
converted
priority
enum<string>
  • low - Low
  • normal - Normal
  • high - High
  • urgent - Urgent
Available options:
low,
normal,
high,
urgent
assigned_member
integer | null
assigned_team_inbox
integer | null
calling_permission
boolean

Response

200 - application/json
email
Maximum string length: 254
company
string | null
Maximum string length: 255
notes
string | null
tags
any
conv_status
enum<string>
  • open - Open
  • resolved - Resolved
  • pending - Pending
  • spam - Spam
  • converted - Converted
Available options:
open,
resolved,
pending,
spam,
converted
priority
enum<string>
  • low - Low
  • normal - Normal
  • high - High
  • urgent - Urgent
Available options:
low,
normal,
high,
urgent
assigned_member
integer | null
assigned_team_inbox
integer | null
calling_permission
boolean