Creates a new person/contact with the provided details. Email addresses, titles, and location are automatically processed.
API key for authentication. Obtain from your Operate dashboard.
Email address(es) for the person
"john.doe@example.com"
Full name of the person
1"John Doe"
"Jane Smith"
A brief note or reminder about the person (max 280 characters)
280"Follow up about project proposal"
"Met at conference last week"
IANA timezone name, alternative name, or abbreviation. Examples: 'America/New_York', 'Eastern Time', 'EST', 'UTC'. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for full list.
"America/New_York"
"Eastern Time"
"EST"
"UTC"
"Pacific Time"
"PST"
Job titles and roles for this person
[
{
"title": "Software Engineer",
"company_id": "123e4567-e89b-12d3-a456-426614174000",
"order_index": 0
}
]Location display string (e.g., 'Seattle, WA', 'New York, NY')
"Seattle, WA"
"New York, NY"
"San Francisco, CA"
Successful response