Create webhook subscription
POST/zapier/webhook_subscriptions
Zapier uses these internal endpoints to manage webhook subscriptions for your ShowMojo account. You do not need to call these endpoints manually — they are configured automatically when you enable or disable a Zap that uses a trigger such as:
- New Showing Scheduled
- Showing Canceled
- Prospect Blacklisted
- Prospect Denied by Screening
Each time a Zap is activated, ShowMojo receives a request to register a target_url
for the appropriate event type.
This URL will then receive webhook notifications automatically whenever a matching event occurs in your account.
Used by: Zapier when you enable a Zap with a trigger
Registers a new target URL to receive events of a specified type.
Supported Event Types
new_showing
— Triggered when a new showing is scheduled.cancel_showing
— Triggered when a showing is canceled.blacklisted_showing
— Triggered when a prospect is blacklisted.denied_showing
— Triggered when a prospect is denied based on screening criteria.
Request
Responses
- 201
Subscription created