With Salla webhook integration, you can instantly notify your store about chat events, new orders, or updated orders that occur on Whatsapp. Set up by:
Step 1: Log in to Salla and Navigate to Webhooks Settings
Log in to your Salla account and navigate to the Settings section. Look for the Webhooks or Integration settings to configure webhook endpoints for order-related events.
Step 2: Create Order Init Webhook
Configure a webhook specifically for order initiation events in Salla. This webhook will notify your server when a new order is created.
Step 3: Create Order Update Webhook
Configure a second webhook for order update events in Salla. This webhook will notify your server when there are updates to order information.
Step 4: Implement Webhook Handling on Your Website
Set up a server on your website to handle incoming webhook requests. This server should include logic to process the Order_Init and Order_Update events.
Webhooks