Articles on: Integrations
This article is also available in:

Connecting a webhook to an online store

A webhook is a method that allows you to send information (an array of data about an event) from one site to another to process it there. For example, you want to connect a third-party service to Weblium, with which we do not have a native integration, but this service supports receiving webhooks. In this case, you can get the webhook URL (the link to which the data will be sent) from this service and connect this link to online store in the site settings. This way, when your customer make an order, it will also be sent to the service you connected with the webhook.

Webhooks on Weblium are intended only for services to which you need to send information from Weblium.

Note: Using webhooks, data is sent in JSON format via the POST method.
Important: This option is available for Pro sites only.
Tip: You can learn about connecting webhooks to your contact forms in this guide.

To connect a webhook to your online store, follow the instructions below.
Go to your website settings, open Store Settings, and then proceed to the section Notifications:


Click on the Webhook field and enter your Webhook URL.



Note: Unlike contact forms, it is currently possible to connect three webhook to the store.

Publish your website for the changes to take effect.

You're all set! You can now make a test order to check if the connection is working correctly.

Important: Kindly note that two notifications are sent when placing an order — the first one is sent when the order is created ("order_created"), and the second when it has been paid ("order_paid", if the payment was made).

Updated on: 12/07/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!