This guide will show you how to set up and configure webhook settings in your Shopibx store. Webhooks allow you to receive real-time notifications about events like new orders, new products, new users, and status changes. You can choose to send the data using either GET or POST methods to a specific URL.
Step-by-Step Guide to Set Up Webhook Settings in Shopibx #
- Log In to Your Shopibx Dashboard
- Access your Shopibx admin panel by logging in with your credentials.
- Navigate to Webhook Settings
- In the left menu, go to
Settings
>Webhook Settings
.
- In the left menu, go to
- Create a New Webhook
- To create a new webhook, click on the Create New Webhook button.
- Select the Module
- Choose which event(s) you want to trigger the webhook for. You can select one or more of the following modules:
- New Order: Triggers the webhook when a new order is created.
- New Product: Triggers the webhook when a new product is added to the store.
- New User: Triggers the webhook when a new user (customer) registers.
- Status Change: Triggers the webhook when an order status is changed (e.g., from “Processing” to “Shipped”).
- Choose which event(s) you want to trigger the webhook for. You can select one or more of the following modules:
- Select the Method
- Choose the HTTP method to send the webhook data:
- GET: Sends the data in the URL query string.
- POST: Sends the data in the body of the request (recommended for sending more complex data).
- Choose the HTTP method to send the webhook data:
- Enter the Webhook URL
- In the URL field, enter the URL where you want the webhook data to be sent. This is the endpoint that will receive the notifications.
- Example:
https://yourwebsite.com/webhook-endpoint
- Save Your Webhook Settings
- After filling out the required information, click Save to create and activate the webhook.
What to Do if You Encounter Issues #
- Invalid Webhook URL: Ensure that the URL you provided is correct and accessible. It should be an endpoint on your server that can receive incoming webhook requests.
- Incorrect Webhook Data: Verify that the data sent through the webhook is formatted correctly and that your server is handling it as expected.
By following these steps, you will be able to set up webhooks in your Shopibx store to receive real-time notifications for events such as new orders, products, users, and order status changes.