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 'Delete' operation under the 'Project' resource deletes a project by its ID. This is useful for automating project lifecycle management, such as removing obsolete or completed projects from Enlyst. For example, a user can delete a project by providing its unique project ID, which triggers an API call to Enlyst to remove the project.

Use Case Examples

  1. Deleting a project by its ID to clean up old projects.
  2. Automating project removal as part of a workflow that manages project statuses.

Properties

Name Meaning
Project ID The unique identifier of the project to be deleted. This is a required string input used to specify which project to delete.

Output

JSON

  • `` - The JSON response from the Enlyst API after attempting to delete the project. This typically contains confirmation of deletion or error details.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or non-existent project ID, which may result in an error response from the API.
  • Network or authentication errors if the API key or base URL is incorrect or expired.
  • If the node throws an 'Unknown operation' error, verify that the operation and resource parameters are correctly set to 'Delete' and 'Project' respectively.

Links

Discussion