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 supporting operations like creating or updating projects. It is useful for automating project management tasks such as creating new projects or updating existing ones with details like description, integration settings, custom AI prompts, and target language for enrichment. For example, a user can create a new project or update an existing project by specifying its name, description, and other enrichment-related settings.

Use Case Examples

  1. Create a new project with a specific name, description, and enable Pitchlane integration.
  2. Update an existing project by changing its description and custom AI prompts.
  3. Set the target language for AI enrichment in a project to English or any supported language.

Properties

Name Meaning
Name Name of the project used to find an existing project or create a new one. This is a required field.
Description Optional description of the project.
Pitchlane Integration Boolean flag to enable or disable Pitchlane integration for the project.
Custom Prompt 1 First custom prompt used for AI enrichment in the project.
Custom Prompt 2 Second custom prompt used for AI enrichment in the project.
Target Language Target language code for AI enrichment in the project, such as 'de' for German or 'en' for English.

Output

JSON

  • id - Unique identifier of the created or updated project.
  • name - Name of the project.
  • description - Description of the project.
  • pitchlaneIntegration - Indicates if Pitchlane integration is enabled.
  • customPrompt1 - First custom prompt for AI enrichment.
  • customPrompt2 - Second custom prompt for AI enrichment.
  • targetLanguage - Target language code for AI enrichment.
  • generalWebhooks - Indicates if general webhooks are enabled for the project.
  • enrichmentWebhookUrl - URL of the enrichment webhook configured for the project.

Dependencies

  • Requires an API key credential for Enlyst API authentication.

Troubleshooting

  • Common issues include failure to find an existing project by name, which results in an error message indicating the project was not found. Ensure the project name is correct and exists in Enlyst.
  • HTTP request failures due to invalid or expired API credentials. Verify the API key and base URL are correctly configured in the node credentials.
  • Timeout errors if enrichment processes take too long. The node waits up to 1 hour for enrichment completion before throwing a timeout error.

Links

Discussion