nowcerts_quote_getQuotes
Retrieve insurance quotes from NowCerts by applying specific filter criteria to find relevant policy options.
Instructions
Get quotes 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"
}