Enlyst icon

Enlyst

Interact with Enlyst lead enrichment and data management platform

Overview

This node interacts with the Enlyst platform to manage projects and leads. Specifically, the 'Prepare Project' operation configures a given project by setting up general webhooks and an enrichment webhook URL pointing to an n8n webhook endpoint. This operation is useful for automating project setup to enable real-time data enrichment and webhook notifications from Enlyst.

Use Case Examples

  1. Automatically prepare a project in Enlyst by providing its Project ID, enabling webhook integration for automated lead enrichment workflows.
  2. Use the node to set up webhook URLs for a project to receive enrichment data directly into n8n for further processing.

Properties

Name Meaning
Project ID The unique identifier of the project to be prepared. This is required to specify which project will have its webhook URLs configured.

Output

JSON

  • generalWebhooks - Indicates if general webhooks are enabled for the project.
  • enrichmentWebhookUrl - The URL of the enrichment webhook set for the project.
  • id - The unique identifier of the project.
  • name - The name of the project.
  • description - The description of the project, if any.

Dependencies

  • Requires an API key credential for Enlyst API access, including base URL and access token.

Troubleshooting

  • Common issues include invalid or missing Project ID, which will cause the API request to fail.
  • If the webhook URL is incorrect or the API credentials are invalid, the request to prepare the project will fail with an error message.
  • Timeouts or network issues may cause the operation to fail; ensure network connectivity and valid API credentials.

Links

Discussion