Update a Contact

Update an existing Contact.

Path Params
uuid
required

The Company ID.

uuid
required

The ID for the resource being accessed.

Body Params
uuid
required

The Team Member ID performing this action. This will be displayed in the Routable Dashboard.

boolean
Defaults to false

If set to true, Routable will bypass the validation of unique email addresses and allow the Contact to be created even if the email address is already used by a Contact on another Company.

string
enum
Defaults to actionable

This field controls how both the Routable Dashboard and API will autofill contacts for emails related to Company management such as inviting a Company to submit their payment information.

  • When set to actionable, the Contact will be able to take action on emails related to Company management.
  • When set to read_only, the Contact will only receive emails related to Company management.
  • When set to none, the Contact will not receive emails related to Company management.
Allowed:
string
enum
Defaults to actionable

This field controls how both the Routable Dashboard and API will autofill contacts for emails related to Payables and Receivables.

  • When set to actionable, the Contact will be able to take action on emails related to Payables and Receivables.
  • When set to read_only, the Contact will only receive emails related to Payables and Receivables.
  • When set to none, the Contact will not receive emails related to Payables and Receivables.
Allowed:
boolean

Whether the Contact is archived.

string

The email for this Contact. Required if the Company is a customer. For Contacts attached to a business Company that is not a customer, at least one of email, first_name, last_name and phone_number is required.

string
length ≥ 1

The first name of this Contact. Required if the the Company is of type personal and/or is a customer. For Contacts attached to a business Company that is not a customer, at least one of email, first_name, last_name and phone_number is required.

string
length ≥ 1

The last name of this Contact. Required if the the Company is of type personal and/or is a customer. For Contacts attached to a business Company that is not a customer, at least one of email, first_name, last_name and phone_number is required.

string
length between 6 and 16

An E.164-formatted telephone number.

Response

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json