Actions10
- Project Actions
- Lead Actions
Overview
This node interacts with the Enlyst platform to manage and retrieve lead data within projects. Specifically, the 'Get Leads' operation under the 'Lead' resource fetches lead data from a specified project, supporting pagination, result limits, and filtering by lead processing status. It is useful for workflows that require accessing and processing lead information from Enlyst projects, such as marketing automation, sales prospecting, or data enrichment tasks.
Use Case Examples
- Retrieve all leads from a specific project to analyze lead quality.
- Fetch a limited number of leads with a specific processing status for targeted follow-up.
- Paginate through large lead datasets to process them in batches.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project from which to retrieve leads. This is required to specify the project context for the lead data retrieval. |
| Page | The page number for pagination of lead results. A value of 0 indicates fetching all leads without pagination. |
| Limit | The maximum number of lead results to return per request, used to control the size of the data batch. |
| Status Filter | Filter to select leads by their processing status. Multiple statuses can be selected to refine the results. |
Output
JSON
projectData- Array of lead data objects retrieved from the specified project, containing details about each lead.
Dependencies
- Requires an API key credential for Enlyst API access, including base URL and access token.
Troubleshooting
- Ensure the Project ID is valid and accessible with the provided API credentials to avoid authorization errors.
- If pagination parameters are incorrect (e.g., negative page number), the request may fail or return unexpected results.
- Filtering by status requires valid status values; using unsupported statuses may result in empty or error responses.
- API rate limits or network issues may cause request failures; verify connectivity and API usage limits.
Links
- Enlyst Node Documentation - Official documentation for the Enlyst node, including setup and usage instructions.