Skip to content
No results
  • Docs
  • Support Portal
  • Pricing
  • Shopibx
  • Dashboard
  • Login
  • Register Now
Shopibx Help Canter
  • Docs
  • Support Portal
  • Pricing
  • Shopibx
  • Dashboard
  • Login
  • Register Now
Shopibx Help Canter

Configurations

27
  • PWA Not Working? Here’s What You Can Do
  • How do I change the Store Link
  • How do I add a subdomain?
  • How do I add a custom domain
  • How to Create FAQs in Shopibx
  • Add Pages in Shopibx
  • Add Menus in Shopibx
  • How to Use POS (Point of Sale) in Shopibx
  • How to Customize Pages in Shopibx
  • How to Customize the Order Complete Screen in Shopibx
  • How to Configure Shipping Label Settings in Shopibx
  • How to Configure Checkout Settings in Shopibx
  • How to Configure Store Custom Settings in Shopibx
  • How to Update SEO Settings in Shopibx
  • How to Update Store Settings in Shopibx
  • How to Set Up Brand Settings in Shopibx
  • How to Set Up Stock Settings in Shopibx
  • How to Set Up Pixel Fields Settings in Shopibx
  • How to Set Up Twilio Settings in Shopibx
  • How to Set Up WhatsApp Live Support in Shopibx
  • How to Set Up Webhook Settings in Shopibx
  • How to Set Up Email Notification Settings in Shopibx
  • How to Change Currency Settings in Your Shopibx Store
  • How to Change Language, Date, and Time Settings in Your Shopibx Store
  • How to Set Up Email Settings in Shopibx
  • How to Add a PWA App to Your Store
  • Managing Themes in Shopibx

Getting Started

14
  • How do I change the Store Link
  • How do I add a subdomain?
  • How do I add a custom domain
  • How to Change Your Plan in Shopibx
  • Add Pages in Shopibx
  • How to Use POS (Point of Sale) in Shopibx
  • How to Use the Support Ticket System in Shopibx
  • How to Configure Shipping Label Settings in Shopibx
  • How to Update SEO Settings in Shopibx
  • How to Update Store Settings in Shopibx
  • How to Set Up Payment Settings in Shopibx
  • Managing Themes in Shopibx
  • How to Add a Main Category in MyShopIBX Dashboard
  • Adding and Managing Products

Setup Process

1
  • How to Set Up Payment Settings in Shopibx

Marketing and Growth

15
  • View All Customers and Their History in Shopibx
  • How to View Contact Us Messages in Shopibx
  • How to Create FAQs in Shopibx
  • How to Create a Blog in Shopibx
  • How to Use the Abandon Cart Feature in Shopibx
  • How to Use the Wishlist Feature in Shopibx
  • How to Set Up a Flash Sale for Products in Shopibx
  • How to Use the Testimonial Feature for Products in Shopibx
  • How to Update SEO Settings in Shopibx
  • How to Set Up WhatsApp Business API in Shopibx
  • How to Set Up Pixel Fields Settings in Shopibx
  • How to Set Up Twilio Settings in Shopibx
  • How to Set Up WhatsApp Message Settings in Shopibx
  • How to Set Up WhatsApp Live Support in Shopibx
  • How to Set Up Loyalty Program in Shopibx

Advanced Features

8
  • View All Customers and Their History in Shopibx
  • How to View Contact Us Messages in Shopibx
  • How to Use POS (Point of Sale) in Shopibx
  • How to Use the Abandon Cart Feature in Shopibx
  • How to Use the Support Ticket System in Shopibx
  • How to Configure Store Custom Settings in Shopibx
  • How to Set Up Tax Option Settings in Shopibx
  • How to Set Up WhatsApp Live Support in Shopibx

Integrate

18
  • How to Integrate SparkPost with Your Shopibx Store
  • How to Integrate Mailtrap with Your Shopibx Store
  • How to Set Up WhatsApp Business API in Shopibx
  • How to Set Up Pixel Fields Settings in Shopibx
  • How to Set Up Twilio Settings in Shopibx
  • How to Set Up WhatsApp Message Settings in Shopibx
  • How to Set Up WooCommerce Integration in Your Shopibx Store
  • How to Set Up Shopify Integration in Your Shopibx Store
  • How to Integrate Gmail with Your Shopibx Store
  • How to Integrate Outlook/Office 365 with Your Shopibx Store
  • How to Integrate Yahoo with Your Shopibx Store
  • How to Integrate SendGrid with Your Shopibx Store
  • How to Integrate Amazon SES with Your Shopibx Store
  • How to Integrate Mailgun with Your Shopibx Store
  • How to Integrate SMTP.com with Your Shopibx Store
  • How to Integrate Zoho Mail with Your Shopibx Store
  • How to Integrate Mandrill with Your Shopibx Store
  • How to Integrate SMTP with Your Shopibx Store

Store Management

12
  • How to Use POS (Point of Sale) in Shopibx
  • Adding Labels to Your Product
  • Adding a Brand to Your Product
  • Attributes Products: What It Is and How It Works
  • How to Configure Shipping Label Settings in Shopibx
  • How to Update Store Settings in Shopibx
  • How to Create a DeliveryBoy in Shopibx
  • How to Set Up Refund Settings in Shopibx
  • How to Set Up Tax Option Settings in Shopibx
  • How to Set Up Stock Settings in Shopibx
  • How to Set Up Payment Settings in Shopibx
  • Adding and Managing Products
View Categories
  • Home
  • Docs
  • Configurations
  • How to Set Up Webhook Settings in Shopibx

How to Set Up Webhook Settings in Shopibx

2 min read

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 #

  1. Log In to Your Shopibx Dashboard
    • Access your Shopibx admin panel by logging in with your credentials.
  2. Navigate to Webhook Settings
    • In the left menu, go to Settings > Webhook Settings.
  3. Create a New Webhook
    • To create a new webhook, click on the Create New Webhook button.
  4. 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”).
  5. 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).
  6. 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
  7. 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.

Updated on January 11, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
How to Set Up WhatsApp Live Support in ShopibxHow to Set Up Email Notification Settings in Shopibx

Powered by BetterDocs

Leave a ReplyCancel Reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Step-by-Step Guide to Set Up Webhook Settings in Shopibx
  • What to Do if You Encounter Issues

Copyright © 2025 - shopibx by wobaly llc