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 Event Capture API

This API is designed to capture click events from various sales channels and store them in a database for analysis. It provides external systems the ability to submit click data to a central endpoint, allowing for the collection of user interaction data across different sales channels. The captured events can be processed and used for reporting, tracking, and analytical purposes.

Operations
POST
/service/application/webhook/v1.0/click-analytics/events
# Capture and save click events from various sales channels
POST

Capture and save click events from various sales channels

Send click events from various sales channels to enable insightful data collection and analysis.
Parameters
No Parameters
Request body
batch
array of object (ClickEventBatch)
List of click events captured.
Array of ClickEventBatch
event_name
string
Name of click event.
additionalProperties
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
sent_at
string
| date-time
Response
200
Success
ClickEventDetails
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
event_name
string
Name of click event.
additionalProperties
Allows you to attach properties in addition to the ones mentioned above. Any additional properties are allowed.
Examples
Parameters
body:
body
POST
/service/application/webhook/v1.0/click-analytics/events
Loading...
Response
Loading...