smartlead_get_lead
Retrieve detailed information about a specific lead by providing its unique ID, enabling access to contact data for email marketing campaigns.
Instructions
Get details of a specific lead by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lead_id | Yes | ID of the lead to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"lead_id": {
"description": "ID of the lead to retrieve",
"type": "number"
}
},
"required": [
"lead_id"
],
"type": "object"
}