Webhook

Webhook dispatcher with retry and one event to many subscriber vice versa

Webhook

You can use webhooks to receive notifications about particular events in a sales channel or platform. After you've subscribed to a webhook which can be a URL, your app can execute code immediately after specific events occur in the sales channels or platform, instead of having to make API calls periodically to check their status. For example, you can rely on webhooks to trigger an action in your sales channel when a customer creates a cart, or when a merchant creates a new product in their Fynd Platform. By using webhooks, you can make fewer API calls overall, which makes sure that your apps are more efficient and update quickly.

Operations
GET
/service/partner/webhook/v1.0/organization/{organization_id}/extension/{extension_id}/report/response_time_ts
# Response time summary
GET

Response time summary

Response time summary
Parameters
organization_id
string
Required
organization_id
extension_id
string
Required
extension_id
start_date
string
| date-time
Required
start_date
end_date
string
| date-time
Required
end_date
Response
200
Success
ResponseTimeTs
avg_response_time_ts
array of object (AvgResponseTime)
Array of AvgResponseTime
last_attempted_on
string
The timestamp of the last attempt, formatted as a string.
response_code
number
The response code returned for the delivery attempt, allowing for custom or non-enumerated values.
response_time
string
The response time for the delivery attempt, formatted as a string.
attempt
number
The attempt number for the delivery.
total
number
The total count of deliveries attempted.
Examples
Parameters
organization_id:
"652255c58ab4101b2595c6c5"
extension_id:
"652255c58ab4101b2595c6c5"
start_date:
"2023-11-01T03:02:51Z"
end_date:
"2023-11-01T03:02:51Z"
GET
/service/partner/webhook/v1.0/organization/{organization_id}/extension/{extension_id}/report/response_time_ts
Loading...
Response
Loading...