Web Hooks
Creating Webhooks in Shopranos#
In Shopranos, you can set up webhooks to automatically send data to external services when specific events occur within the platform. Here's how you can create and manage webhooks:Navigate to the Webhooks menu within the Shopranos platform.Step 2: Create a New Webhook#
1.
Specify the Title: Enter a descriptive title for your webhook that helps identify its purpose.
2.
Set the URL: Input the URL where the webhook will send data when the specified event occurs.
3.
Choose the Status: Select the status of the webhook:Draft: For webhooks that are still being configured and are not yet active.
Active: For webhooks that are ready and actively sending data.
Archived: For webhooks that are no longer in use but are kept for record-keeping.
4.
Select the Entity: Choose the entity for which the webhook will be enabled. This could be orders, products, customers, or any other entity within Shopranos.
5.
Choose the Event: Specify the event that will trigger the webhook:Created: When a new record is created.
Updated: When an existing record is updated.
Deleted: When a record is deleted.
Initiated/Completed: For entities that support workflow events, like orders or processes, you can also choose initiated or completed events.
Step 3: Save the Webhook#
Once you’ve configured all the settings, save the webhook. It will start sending data to the specified URL when the selected event occurs, provided the webhook status is set to Active.Example Use Cases#
Order Notifications: Trigger a webhook to notify an external system whenever a new order is created in Shopranos.
Inventory Updates: Use a webhook to update stock levels in a third-party system whenever a product's details are updated.
Customer Engagement: Send a webhook when a customer record is updated, allowing your CRM to stay in sync with Shopranos.
By configuring webhooks, you can automate workflows and ensure seamless integration between Shopranos and other systems.Modified at 2024-08-26 10:21:14