Actions12
Overview
This node interacts with the Missive API to retrieve all contacts from a specified contact book or with optional filtering. It is useful for workflows that need to list or process multiple contacts, such as syncing contacts to another system, generating reports, or automating contact-based communications.
Properties
| Name | Meaning |
|---|---|
| Contact Book ID | ID of the contact book to list contacts from, used to filter contacts belonging to a specific contact book. |
| Search Query | A search string to filter contacts by matching text, allowing retrieval of contacts matching specific criteria. |
| Limit | Maximum number of contacts to return, controlling the size of the result set for pagination or performance. |
| Offset | Offset for pagination, specifying how many contacts to skip before starting to return results. |
Output
JSON
contacts- Array of contact objects retrieved from the Missive API, each representing a contact's details.
Dependencies
- Missive API with an API token credential
Troubleshooting
- Ensure the API token credential is correctly configured and has permissions to access contacts.
- If no contacts are returned, verify the Contact Book ID and search query parameters are correct and that contacts exist matching those filters.
- API rate limits or network issues may cause request failures; check error messages and retry as needed.