Skip to main content
Start receiving event payloads at your endpoint. To start receiving webhook events in your integration, create and register a webhook endpoint by following the steps below:
  1. Create a webhook endpoint handler to receive event data POST requests.
  2. Register your endpoint with hello@devshineteam.com via an API request.
  3. Subscribe to the objects you want to monitor using their URNs.

1. Create a Handler

Set up an HTTPS endpoint that can accept webhook requests with a POST method. Example endpoint (Node.js/Express):

2. Register Your Endpoint

Once your handler is ready, register it with hello@devshineteam.com using the GraphQL API’s createWebhook mutation. Mutation:
cURL Example:

3. Subscribe to Objects

The final step is to subscribe to the specific brands for which you want to receive events. Mutation:
cURL Example: