Actions12
Overview
This node interacts with the Missive API to retrieve all contact books available in the user's Missive account. It is useful for scenarios where you need to list or manage contact books programmatically, such as syncing contact books with other systems or displaying them in a workflow.
Properties
| Name | Meaning |
|---|---|
| resource | The type of resource to operate on; here it must be 'contactBook' to get contact books. |
| operation | The action to perform on the resource; here it must be 'getAll' to retrieve all contact books. |
Output
JSON
json- The JSON response from the Missive API containing the list of contact books.
Dependencies
- Missive API with an API token credential
Troubleshooting
- Ensure the Missive API credentials (API token) are correctly configured and valid, as authentication failures will prevent data retrieval.
- If the API returns an error, check the network connectivity and the API endpoint availability.
- The node expects the resource to be 'contactBook' and operation to be 'getAll'; using other combinations will not trigger this logic.