Actions10
- Project Actions
- Lead Actions
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
- Deleting a project by its ID to clean up old projects.
- 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
- Enlyst n8n Node Documentation - Official documentation for the Enlyst node in n8n, providing usage details and examples.