Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to create or update contact records. It supports associating a contact with either an existing company or creating a new company for the contact. The node is useful for managing contact information within the Dendreo system, including details like name, email, phone, title, and additional custom properties. It is beneficial in scenarios where contact data needs to be synchronized or updated automatically, such as CRM integrations or contact management workflows.

Use Case Examples

  1. Create a new contact linked to an existing company by specifying the company ID and contact details.
  2. Create a new contact and simultaneously create a new company for that contact by providing the new company's name and optional email and phone.
  3. Update an existing contact's information, including name, email, phone, and additional custom properties.

Properties

Name Meaning
Company Selection Choose whether to select an existing company or create a new one for the contact.
Company The existing company to associate this contact with, selectable from a list or by ID.
New Company Name Name of the new company to create if creating a new company for the contact.
New Company Email Optional email address of the new company.
New Company Phone Optional phone number of the new company.
Last Name Contact's last name.
First Name Contact's first name.
Email Contact's email address.
Title Contact's title or civility (Mr., Mrs., Ms.).
Phone Contact's phone number.
Additional Contact Properties Additional custom properties for the contact, each with a name and value.

Output

JSON

json

  • id_entreprise - ID of the associated or newly created company for the contact
  • nom - Contact's last name
  • prenom - Contact's first name
  • email - Contact's email address
  • civilite - Contact's title/civility
  • telephone_direct - Contact's direct phone number
    - Additional custom properties set for the contact

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • Resource not found errors (HTTP 404) suggest the specified contact or company ID does not exist; check the IDs used.
  • Permission denied errors (HTTP 403) mean the API key lacks required permissions; ensure proper access rights are granted.
  • Invalid JSON data errors occur if the input JSON for custom data is malformed; validate JSON format before submission.

Links

Discussion