Home//
REST API Reference
/- Contacts Bulk Job
List attached contacts
Attach a Contact to a Company
List attached companies for contact
Detach a contact from a company
List all contact notes
Create a note
List attached segments for contact
List subscriptions for a contact
Add subscription to a contact
Remove subscription from a contact
List tags attached to a contact
Add tag to a contact
Remove tag from a contact
Update a contact
Get a contact
Delete a contact
Merge a lead and a user
Preview a contact merge
Search contacts
List all contact activities
List all contacts
Create contact
Get a contact by External ID
Archive contact
Unarchive contact
Block contact
Get contact merge history
List banners for a contact
Dismiss a banner for a contact
Bulk create contacts
Bulk update contacts
Bulk delete contacts
Get a bulk update job
Contact
Contacts Bulk Job
A bulk job for updating contacts asynchronously. Track the job status using the state field.
The current state of the job.
Enum:"pending""running""completed""completed_with_errors"
Example:"running"
The time the job was last updated as a Unix timestamp.
Example:1713360060
The time the job completed as a Unix timestamp. Null if not yet completed.
Example:1713360120
{ "id": "job_v2_1", "type": "contacts.bulk.job", "state": "running", "created_at": 1713360000, "updated_at": 1713360060, "completed_at": 1713360120, "tasks": [ { … } ], "url": "https://api.intercom.io/contacts/bulk/job_v2_1" }