nowcerts_zapier_subscribe
Subscribe to webhooks for NowCerts events to automate workflows and receive real-time notifications when specific insurance-related activities occur.
Instructions
Subscribe to Zapier webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event type to subscribe to | |
| target_url | Yes | Webhook URL |
Input Schema (JSON Schema)
{
"properties": {
"event": {
"description": "Event type to subscribe to",
"required": true,
"type": "string"
},
"target_url": {
"description": "Webhook URL",
"required": true,
"type": "string"
}
},
"required": [
"target_url",
"event"
],
"type": "object"
}