Skip to main content

README

External Events service (EXE)

EXE - is a service that provides access to events/notifications from HiiRetail Apps for External parties.

Concepts

Before diving into doc, make sure you understand some core concepts:

Integration with EXE (internal devs - Extenda employees)

Instructions

Integration with EXE (external devs - tenants, apps outside our cloud env etc)

Entry point for EXE UI - https://<your-tenant>.hiiretail.com/external-events

Before you create your webhook, make sure receiving HTTP endpoint (on your side) is working properly. To test your endpoint, you can use Playground (https://<your-tenant>.hiiretail.com/external-events/playground). That will send example Cloud event to your endpoint with example data.

When your endpoint is ready to go, you can create a Webhook in EXE UI, therefore connecting HiiRetail events, to your endpoint.

More about integration with EXE read Cloud Event topic.