Create a new contact

Create a new contact.

If an existing contact with the same email is found, the existing contact will be updated and returned instead.

If the contact was soft-deleted and later re-created with the same email, the existing contact will be restored and a 201 status code returned.

If the given email is associated with a Maroo user with a different type other that specified, the error will be returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Contact information.

string
required

Contact name. Validated based on the contact type:

  • Client: Must contain at least two words (first and last name). Maximum 512 characters.
  • Business: Must be a valid business name. Maximum 256 characters. Supports alphanumeric characters, hyphens, periods, apostrophes, spaces, and other common punctuation.
string
required

Contact email.

string
enum
required

Contact type.

Allowed:
Responses

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