ConvertedIn | DOCS
  • Overview
  • Before you start
    • Integrating Firebase Cloud Messaging for Push Notifications
  • Android
    • Getting started with Android SDK
  • IOS
    • Getting started with the iOS SDK
  • WooCommerce
    • Getting Started
    • Plugin installation steps
  • Shopify
    • Getting Started
  • API
    • Connect your store using API, Getting started
    • Categories
    • Products
    • Customers
    • Orders
    • Webhooks
  • magento | webhooks
    • Getting started
  • Salla
    • Getting started
  • Pixel
    • Getting Started
    • Client SDK
    • Integrate ConvertedIn Pixel using GTM
    • Shopify Integration for Initiate checkout Event
  • DSP
    • Getting Started
Powered by GitBook
On this page
  • Actions to trigger
  • Request authorization should follow the following template

Was this helpful?

  1. magento | webhooks

Webhook

Before you start you have to consider some points

Last updated 6 months ago

Was this helpful?

There are some actions that you need to trigger on some events

Production BaseUrl app.converted.in/magento/webhooks

Testing BaseUrl app-stg.converted.in/magento/webhooks

Actions to trigger

When a new collection/category is added

When a new user is registered

When a new product is added/updated/stock changed

When order is added or updated

Request template

Request authorization should follow the following template

POST BASEURL/endpoint

Headers

Name
Type
Description

Authorization

string

Bearer token, the same magento token that you provided us

Request Body

Name
Type
Description

JSON object

string

json entity

{
    "status": "success"
}
{
    "status": "Authorization error"
}
webhook
webhook
webhook
webhook