Overview
This node interacts with the Acvire API to manage leads. Specifically, for the 'Lead' resource and 'List' operation, it retrieves a list of leads filtered by a project reference code. This is useful for scenarios where you need to fetch and process lead data associated with a specific project in an automated workflow, such as syncing leads to a CRM or generating reports.
Use Case Examples
- Fetch all leads for a given project reference code to analyze lead sources.
- Retrieve leads to update a marketing database with the latest lead information.
Properties
| Name | Meaning |
|---|---|
| Ref Code | Project reference code used to filter the leads list. |
Output
JSON
- ``
id- Unique identifier of each lead.name- Name of the lead.email- Email address of the lead.phone- Phone number of the lead.ref_code- Project reference code associated with the lead.
Dependencies
- Requires an API key credential for Acvire API authentication.
Troubleshooting
- Ensure the 'Ref Code' parameter is provided and valid; missing or incorrect codes may result in empty or error responses.
- Check API credentials and network connectivity if requests fail.
- Handle cases where the API returns a single object instead of an array by verifying the output format.
Links
- Acvire API Documentation - Leads - Official documentation for the Acvire API endpoints related to leads.