nowcerts_claim_getClaims
Retrieve insurance claims data from NowCerts using customizable filters to access specific claim information for processing and analysis.
Instructions
Get claims via Zapier endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}