Contacts

Create a Contact

Create contacts in your Visible account.

post/contacts

Request body

Example request

{
  "contact": {
    "email": "test@example.com",
    "company_id": "c85cb869-40c0-4b8f-829a-30cdeb673ce0",
    "first_name": "Jane",
    "last_name": "Doe",
    "title": "CEO",
    "contact_list_ids": []
  }
}

Response

Contact successfully created

Example response

{
  "contact": {
    "id": "b9bd9bb5-9b12-48bb-ae93-cdd2eba9af98",
    "email": "test@example.com",
    "company_id": "c85cb869-40c0-4b8f-829a-30cdeb673ce0",
    "first_name": "Jane",
    "last_name": "Doe",
    "title": "CEO",
    "contact_list_ids": []
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.