nowcerts_prospect_getProspects
Retrieve insurance prospects by applying specific filter criteria to identify potential clients for targeted marketing and sales outreach.
Instructions
Get prospects via Zapier endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter criteria |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"description": "Filter criteria",
"type": "object"
}
},
"type": "object"
}