nowcerts_quote_getQuotes
Retrieve insurance quotes from NowCerts using filter criteria to find specific policy information through Zapier integration.
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"
}