nowcerts_zapier_subscribe
Set up webhook subscriptions to receive Nowcerts event notifications automatically in your Zapier workflows for real-time data synchronization.
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"
}