Create a Contact

Create a new Contact. Additional Contacts may only be added to Companies of type business.

Path Params
uuid
required

The Company ID.

Body Params
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. This value is not stored, so you will need to pass this value each time you want to create a Contact that may potentially have a duplicate email in the Routable system in order to disable email uniqueness validation and allow the Contact to be created.

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:
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

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

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.

uuid
required

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

Response

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