Actions12
Overview
This node interacts with the Missive API to retrieve detailed information about a specific contact by its unique Contact ID. It is useful for workflows that need to fetch and use contact data stored in Missive, such as automating customer support, CRM updates, or personalized communications.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to retrieve. This is a required input to specify which contact's details to fetch. |
Output
JSON
jsonid- Unique identifier of the retrieved contactname- Name of the contactemails- Email addresses associated with the contactphones- Phone numbers of the contactwebsites- Websites related to the contactcompany- Company name of the contactbirthday- Birthday of the contact in YYYY-MM-DD formatdescription- Description or notes about the contactcontact_book_id- Identifier of the contact book the contact belongs tocreated_at- Timestamp when the contact was createdupdated_at- Timestamp when the contact was last updated
Dependencies
- Missive API access with an API token credential
Troubleshooting
- Ensure the Contact ID provided is valid and exists in the Missive account; invalid IDs will cause API errors.
- Check that the API token credential has sufficient permissions to read contact data.
- Network issues or incorrect API endpoint configuration can cause request failures; verify connectivity and credentials.
- If the node returns an error about authorization, revalidate or update the API token used.