Open Topics List

Can I use webhooks with my Online Store?

Access to webhooks is possible at a developer level.  If you require access to webhooks, we may permit this under a custom plan.  You will need to have knowledge of how to connect your webhook, we do not provide support in this area, although we can provide access in a custom plan.

The type of webhooks we may permit, are purely related to the Online Store.

What are Webhooks?

A webhook is an event notification sent to a URL of your choice. Under our custom plan, you can configure them to trigger events on your Honeycomb Go site to invoke behavior on another (non-Honeycomb Go site).  Webhooks are useful for integrating with third-party services and other external API that support them.

I have a custom plan, how do I access Webhooks?

Provided your custom plan with us included enabling webhooks, you can go to the menu item MY SETTINGS > MY BUSINESS – ONLINE STORE.  Then select the Advanced tab to add webhooks.

What information do I need to add a Webhook?

  • Name: The name is auto-generated as “Webhook created on [date and time of creation]” as a standard to facilitate creation. Change the name to something else.
  • Status: Set to
    • Active (delivers payload),
    • Paused (does not deliver), or
    • Disabled (does not deliver due delivery failures).
  • Topic: Indicate when the webhook should be triggered:
    • Order Created,
    • Product Deleted
  • Delivery URL: URL where the webhook payload is delivered.
  • Secret: The Secret Key generates a hash of the delivered webhook and is provided in the request headers. This defaults to the current API user’s consumer secret, if nothing is entered.

Once you have added this information, your webhook will be complete, and you can click Save Webhook.

Related Knowledge Base Posts