nowcerts_insured_getInsureds
Retrieve insured client data from NowCerts using customizable filters to access specific policyholder information.
Instructions
Get insureds via Zapier endpoint (/Zapier/GetInsureds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter criteria |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"description": "Filter criteria",
"type": "object"
}
},
"type": "object"
}