You can create a new contact (ie. user or lead).
You can create a new contact (ie. user or lead).
Payload to create a contact
Payload to create a contact
{ "email": "joebloggs@intercom.io" }
200
successful
401
Unauthorized
{ "type": "contact", "id": "654b709f6abd01feb7c11066", "workspace_id": "this_is_an_id262_that_should_be_at_least_", "external_id": null, "role": "user", "email": "joebloggs@intercom.io", "phone": null, "name": null, "avatar": null, "owner_id": null, "social_profiles": { "type": "list", "data": [ ] }, "has_hard_bounced": false, "marked_email_as_spam": false, "unsubscribed_from_emails": false, "created_at": 1699442847, "updated_at": 1699442847, "signed_up_at": null, "last_seen_at": null, "last_replied_at": null, "last_contacted_at": null, "last_email_opened_at": null, "last_email_clicked_at": null, "language_override": null, "browser": null, "browser_version": null, "browser_language": null, "os": null, "location": { "type": "location", "country": null, "region": null, "city": null, "country_code": null, "continent_code": null }, "android_app_name": null, "android_app_version": null, "android_device": null, "android_os_version": null, "android_sdk_version": null, "android_last_seen_at": null, "ios_app_name": null, "ios_app_version": null, "ios_device": null, "ios_os_version": null, "ios_sdk_version": null, "ios_last_seen_at": null, "custom_attributes": { }, "tags": { "type": "list", "data": [ ], "url": "/contacts/654b709f6abd01feb7c11066/tags", "total_count": 0, "has_more": false }, "notes": { "type": "list", "data": [ ], "url": "/contacts/654b709f6abd01feb7c11066/notes", "total_count": 0, "has_more": false }, "companies": { "type": "list", "data": [ ], "url": "/contacts/654b709f6abd01feb7c11066/companies", "total_count": 0, "has_more": false }, "opted_out_subscription_types": { "type": "list", "data": [ ], "url": "/contacts/654b709f6abd01feb7c11066/subscriptions", "total_count": 0, "has_more": false }, "opted_in_subscription_types": { "type": "list", "data": [ ], "url": "/contacts/654b709f6abd01feb7c11066/subscriptions", "total_count": 0, "has_more": false }, "utm_campaign": null, "utm_content": null, "utm_medium": null, "utm_source": null, "utm_term": null, "referrer": null }