Contact
Contact endpoints allow managing contacts within your departments and organizations.
Key functionalities:
- Create Contacts: Add new contacts (individually or in bulk).
- Retrieve Contacts: Fetch contacts by group, search query, or ID.
- Update Contacts: Modify contact details.
- Delete Contacts: Remove contacts from groups or bulk delete from a group.
📄️ List contacts by contact group ID
Fetch a paginated list of **contacts** that belong to a specified contact group.
📄️ Get a contact by ID
Retrieve a single **contact** by its unique ID.
📄️ Update a contact
Update an existing **contact**'s details (e.g., name, email, phone).
📄️ Create a new contact
Create a single new **contact**. Optionally assign the contact to a specific group.
📄️ Bulk create contacts
Enqueue a background task to create multiple **contacts** in bulk. You can optionally assign them to a group or define if the group is organization-level.