Webhook

This service provides functionality to emit different events to the subscribed webhook urls. It auto retries three times for all the failed events after certain interval as well as you can also retry manually the failed events and can view the reports.

Click Events

Capture click events and saves to clickhouse.

Operations
POST
/service/application/webhook/v1.0/click-analytics/events
# Endpoint to capture click events from sales channels and persist them in database.
POST

Endpoint to capture click events from sales channels and persist them in database.

Send click events from sales channels.
Parameters
No Parameters
Request body
batch
array of object (ClickEventBatch)
List of click events captured.
Array of ClickEventBatch
additionalProperties
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
Response
200
Success
ClickEventResponse
success_count
integer
Count of valid events.
failed_count
integer
Count of events failed in schema validation.
failed_events
array of object (ClickEventBatch)
List of failed events with error.
Array of ClickEventBatch
Examples
Parameters
body:
body
POST
/service/application/webhook/v1.0/click-analytics/events
Loading...
Response
Loading...