Webhooks
Last updated
Last updated
For Subscriptions, Orders, Feedback, Queries and Stock, Webhooks should be setup in order to receive notifications on discord channels.
Webhooks are essentially a way for applications to talk to each other automatically. They work like virtual "post offices" that deliver messages (data) from one system to another in real-time, allowing them to stay updated and synchronized without the need for constant manual checking.
Now let's add webhooks for each one of the features:
Go to your Shop Dashboard > Developers > Webhooks then Click Create Webhook and choose
order:created
order:updated
order:paid
order:cancelled
order:disputed
then add the following url
in the webhook url
field
https://public.quarky-bot.xyz/webhooks/sellix/order
Finally, click on Add Webhook Endpoint
to create the webhook as illustrated below
Click Add Webhooks Endpoint
and choose
query:created
query:replied
then add the following url
in the webhook url
field
https://public.quarky-bot.xyz/webhooks/sellix/query
Finally, click on Add Webhook Endpoint
to create the webhook as illustrated below
Click Add Webhooks Endpoint
and choose
feedback:received
then add the following url
in the webhook url
field
https://public.quarky-bot.xyz/webhooks/sellix/feedback
Finally, click on Add Webhook Endpoint
to create the webhook as illustrated below
Click
Add Webhooks Endpoint
and choose
subscription:created
subscription:renewed
subscription:upcoming
subscription:cancelled
subscription:updated
then add the following url
in the webhook url
field
https://public.quarky-bot.xyz/webhooks/sellix/subscription
Finally, click on Add Webhook Endpoint
to create the webhook as illustrated below
Click Add Webhooks Endpoint
and choose
product:stock
then add the following url
in the webhook url
field
https://public.quarky-bot.xyz/webhooks/sellix/product
Finally, click on Add Webhook Endpoint
to create the webhook as illustrated below
Ensure webhooks are set as shown in the image below