Overview
This node interacts with the Acvire API to manage leads. Specifically, for the 'Lead' resource and 'Get' operation, it retrieves detailed information about a single lead by its ID. This is useful in scenarios where you need to fetch and process data of a specific lead, such as in CRM workflows or lead management systems.
Use Case Examples
- Retrieve detailed information of a lead by providing its Lead ID to integrate with other systems or for further processing.
- Use the node to fetch lead data before updating or analyzing it in an automation workflow.
Properties
| Name | Meaning |
|---|---|
| Lead ID | The unique identifier of the lead to retrieve details for. |
Output
JSON
id- The unique identifier of the lead.name- The name of the lead.email- The email address of the lead.phone- The phone number of the lead.status- The current status of the lead.created_at- The timestamp when the lead was created.updated_at- The timestamp when the lead was last updated.
Dependencies
- Acvire API
Troubleshooting
- Ensure the provided Lead ID is correct and exists in the Acvire system to avoid 'not found' errors.
- Verify that the API credentials for Acvire are correctly configured and have the necessary permissions to access lead data.
- Check network connectivity and API endpoint availability if requests fail or time out.
Links
- Acvire API Documentation - Get Lead - Official documentation for the Acvire API endpoint to get lead details by ID.