Actions (45)
Contacts · 41
- Archive contacts pipelinePOST /api/v1/contacts/pipelines/{pipeline_id}/archive
Archive a contacts pipeline.
documented - Create contactPOST /api/v1/contacts
Creates a new contact.
documented - Create contact fieldPOST /api/v1/contacts/fields
Creates a new contact field.
documented - Create contact notePOST /api/v1/contacts/notes
Creates a note for one or more contacts.
documented - Create contacts pipelinePOST /api/v1/contacts/pipelines
Create a new contacts pipeline.
documented - Create field choicePOST /api/v1/contacts/fields/{field_id}/choices
Create a new field choice.
documented - Create field groupPOST /api/v1/contacts/fields/groups
Create a new fields group.
documented - Create field tabPOST /api/v1/contacts/fields/tabs
Create a new tab for fields.
documented - Create pipeline stagePOST /api/v1/contacts/pipelines/{pipeline_id}/stages
Create a new stage in a contacts pipeline.
documented - Delete contact fieldDELETE /api/v1/contact/{contact_id}/field
Delete a contact field.
documented - Delete contact fieldDELETE /api/v1/contacts/fields/{field_id}
Delete a contact field by ID.
documented - Delete contact noteDELETE /api/v1/contacts/notes/{note_id}
Deletes a contact note.
documented - Delete contactsDELETE /api/v1/contacts
Delete a list of contacts.
documented - Delete contacts pipelineDELETE /api/v1/contacts/pipelines/{pipeline_id}
Delete a contacts pipeline.
documented - Delete field choiceDELETE /api/v1/contacts/fields/{field_id}/choices/{id}
Delete a field choice.
documented - Delete field groupDELETE /api/v1/contacts/fields/groups/{group_id}
Delete a field group.
documented - Delete field tabDELETE /api/v1/contacts/fields/tabs/{tab_id}
Delete a field tab.
documented - Delete pipeline stageDELETE /api/v1/contacts/pipelines/{pipeline_id}/stages/{stage_id}
Delete a stage from a pipeline.
documented - Get contact by IDGET /api/v1/contacts/{contact_id}
Retrieves a contact by its ID.
documented - Get contact field by IDGET /api/v1/contacts/fields/{field_id}
Retrieve a specific contact field by ID.
documented - Get contact note by IDGET /api/v1/contacts/notes/{note_id}
Retrieves a contact note by its ID.
documented - Get contacts pipeline by IDGET /api/v1/contacts/pipelines/{pipeline_id}
Get a specific contacts pipeline by ID.
documented - List contact IDsGET /api/v1/contacts/ids
Returns a list of contact IDs.
documented - List contact fieldsGET /api/v1/contacts/fields
List all contact fields metadata.
documented - List contact notesGET /api/v1/contacts/{contact_id}/notes
Lists notes for a specific contact.
documented - List contact notes (alternate path)GET /api/v1/contact/{contact_id}/notes
Lists notes for a specific contact (alternate endpoint path).
documented - List contactsGET /api/v1/contacts
Returns a list of contact records.
documented - List contacts pipelinesGET /api/v1/contacts/pipelines
List pipelines for contacts.
documented - List field groupsGET /api/v1/contacts/fields/groups
List field groups.
documented - List field tabsGET /api/v1/contacts/fields/tabs
List field tabs.
documented - Search contactsGET /api/v1/contacts?query={encoded-json}
Advanced search for contacts using a JSON-encoded query.
documented - Unarchive contacts pipelinePOST /api/v1/contacts/pipelines/{pipeline_id}/unarchive
Unarchive a contacts pipeline.
documented - Update contactPUT /api/v1/contact/{contact_id}
Updates a contact by ID.
documented - Update contact fieldPUT /api/v1/contact/{contact_id}/field
Update a contact field.
documented - Update contact fieldPUT /api/v1/contacts/fields/{field_id}
Update a contact field by ID.
documented - Update contact notePUT /api/v1/contacts/notes/{note_id}
Updates a contact note by ID.
documented - Update contacts pipelinePUT /api/v1/contacts/pipelines/{pipeline_id}
Update a contacts pipeline.
documented - Update field choicePUT /api/v1/contacts/fields/{field_id}/choices/{id}
Update a field choice.
documented - Update field groupPUT /api/v1/contacts/fields/groups/{group_id}
Update a field group.
documented - Update field tabPUT /api/v1/contacts/fields/tabs/{tab_id}
Update a field tab.
documented - Update pipeline stagePUT /api/v1/contacts/pipelines/{pipeline_id}/stages/{stage_id}
Update a stage within a pipeline.
documented