Actions12
Overview
This node interacts with the Missive API to manage contacts, including deleting a contact by its ID. Specifically, the 'Delete' operation under the 'Contact' resource sends a DELETE request to remove a contact from the Missive system. This is useful for workflows that need to automate contact management, such as cleaning up outdated or irrelevant contacts automatically.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to be deleted. This is required to specify which contact to remove. |
Output
JSON
success- Boolean indicating whether the contact was successfully deleted
Dependencies
- Missive API with an API token credential
Troubleshooting
- If the contact ID is invalid or does not exist, the API may return an error indicating the contact was not found. Verify the contact ID is correct.
- Authorization errors may occur if the API token is missing or invalid. Ensure the Missive API credentials are properly configured.
- Network or API downtime can cause request failures. Check network connectivity and Missive API status.