nowcerts_nationwide_callbackUrl
Process nationwide callback data from NowCerts to handle insurance-related notifications and updates automatically.
Instructions
Nationwide callback URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}