Create Contact
Create
Create Contact
Create a person record in Octolane by email. Automatically creates the associated company account from the email domain.
POST
Create Contact
Creates a person record by email. If the contact already exists, returns the existing record. Octolane also auto-creates the associated company account from the email domain.
You usually don’t need to call this directly. When you create an opportunity with a
primary_contact_email, the contact is created automatically.Request
Your Octolane API key.
Must be
application/json.Body parameters
Contact’s email address. This is how Octolane identifies and deduplicates contacts.
Contact’s first name.
Contact’s last name.
Example request
Response
Whether the request succeeded.
Human-readable status message.
200