Actions10
- Project Actions
- Lead Actions
Overview
This node interacts with the Enlyst platform to manage projects and leads. Specifically, the 'Get by ID' operation under the 'Project' resource retrieves detailed information about a specific project using its unique project ID. This is useful for workflows that need to fetch project details for further processing or decision-making, such as updating project data, enriching leads within a project, or integrating project information into other systems.
Use Case Examples
- Retrieve detailed information about a project by its ID to display in a dashboard.
- Fetch project data to use in subsequent lead enrichment or data analysis workflows.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project to retrieve. This is a required string input used to specify which project to fetch. |
Output
JSON
project- The detailed information of the project retrieved by its ID.
Dependencies
- Requires an API key credential for Enlyst API authentication.
Troubleshooting
- Common issues include providing an invalid or non-existent project ID, which will result in an error indicating the project was not found.
- API authentication errors may occur if the API key credential is missing or invalid, resulting in authorization failures.
- Network or connectivity issues can cause HTTP request failures; ensure the base URL and network access are correctly configured.
Links
- Enlyst Node Documentation - Official documentation for the Enlyst node, including setup and usage instructions.