Creates a new contact in your organization
Documentation Index
Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API Key (sk_live_xxx or sk_test_xxx)
First name of the contact
1 - 100"John"
Last name of the contact
1 - 100"Doe"
Phone numbers in E.164 format (e.g., +33612345678)
1 - 20 elements["+33612345678"]Email address of the contact
"john.doe@example.com"
Company name
200"Acme Inc."
City
200"Paris"
Country
200"France"
Website URL
"https://example.com"
LinkedIn profile URL
"https://linkedin.com/in/johndoe"
LinkedIn Sales Navigator URL
"https://linkedin.com/sales/people/johndoe"
Role / job title
200"CTO"
Whether the contact accepts phone calls. Defaults to true.
true
Custom field values keyed by the custom field slug (the stable, immutable identifier returned by GET /custom-fields). Custom fields must already exist for the team (use the Custom Fields endpoints to create them). For backwards compatibility this endpoint also accepts keys matching the custom field name, but this fallback is deprecated and will be removed in a future release — migrate your integrations to use slugs.
{
"industry": "Technology",
"team_size": "50-100"
}The created contact
"550e8400-e29b-41d4-a716-446655440000"
"John"
"Doe"
true
5
"550e8400-e29b-41d4-a716-446655440000"
["+33612345678"]{
"Industry": "Technology",
"Size": "50-100"
}SKIPCALL, API, HUBSPOT, PIPEDRIVE "john.doe@example.com"
"Acme Inc."
"Paris"
"France"
"https://example.com"
"https://linkedin.com/in/johndoe"
"https://linkedin.com/sales/people/johndoe"
"CTO"