Wisepops
Popup and notification tool for website engagement
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://app.wisepops.com/ | link | — | — | — |
Actions (5)
Webhooks · 2
- Create hookPOST /api2/hooks
Create a webhook hook that posts collected form payloads to a target URL. Required fields: event and target_url; optional wisepop_id to limit to a specific Wisepop.
documented - Delete hookDELETE /api2/hooks
Delete a webhook hook by ID using the hook_id query parameter.
documented