Missive icon

Missive

Work with the Missive API

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

  • json
    • id - Unique identifier of the retrieved contact
    • name - Name of the contact
    • emails - Email addresses associated with the contact
    • phones - Phone numbers of the contact
    • websites - Websites related to the contact
    • company - Company name of the contact
    • birthday - Birthday of the contact in YYYY-MM-DD format
    • description - Description or notes about the contact
    • contact_book_id - Identifier of the contact book the contact belongs to
    • created_at - Timestamp when the contact was created
    • updated_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.

Discussion