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 'Project - Get by Name' operation retrieves a project by its name from Enlyst. It is useful for workflows that need to fetch detailed project information based on a known project name, such as automating project data retrieval for reporting or integration purposes.

Use Case Examples

  1. Retrieve a project by its exact name to get its details for further processing.
  2. Use the project name to fetch project metadata before updating or enriching related lead data.

Properties

Name Meaning
Project Name The exact name of the project to find in Enlyst. This is a required string input used to identify the project.

Output

JSON

  • id - The unique identifier of the found project.
  • name - The name of the project.
  • description - Description of the project, if available.
  • pitchlaneIntegration - Indicates if Pitchlane integration is enabled for the project.
  • customPrompt1 - Custom prompt field 1 associated with the project.
  • customPrompt2 - Custom prompt field 2 associated with the project.
  • targetLanguage - The target language setting of the project.
  • generalWebhooks - Indicates if general webhooks are enabled for the project.
  • enrichmentWebhookUrl - URL for enrichment webhook configured for the project.

Dependencies

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

Troubleshooting

If the project with the specified name is not found, the node throws an error 'Project with name "" not found'. Verify the project name spelling and case sensitivity.

  • Ensure the API credentials are correctly configured and have the necessary permissions to access project data.
  • Network or API errors may occur if the base URL or access token is invalid or expired; re-authenticate or update credentials as needed.

Links

Discussion