OriginProtocol / origin-bridge

We've moved to a monorepo: https://github.com/OriginProtocol/origin/tree/master/infra/bridge
MIT License
15 stars 7 forks source link

Webhooks #79

Closed ambertch closed 5 years ago

ambertch commented 6 years ago

Developers may want to be notified of events that are related to their DApp or service in order to send notifications or operate on that data (email to leave a review, logic when one of their users creates a listing, etc).

franckc commented 6 years ago

Yes, agreed HTTP callbacks would be useful for merchants - it would be a simple way for them to integrate their legacy back-end systems with the Origin platform. Purely as an example, here are the webhooks PayPal provides to its merchants: https://developer.paypal.com/docs/integration/direct/webhooks/

ambertch commented 6 years ago

Examples from ecommerce platform Shopify: https://help.shopify.com/api/reference/events/webhook

tomlinton commented 5 years ago

Closed as the event listener has webhook support.