From the dashboard it seems that I can put only one webhook url… Can I add more than one webhook to notify different services of my orders?
Hi @bluephlavio,
You can input multiple webhooks URLs by separating them using semicolons. Ex:
https://example.com/webhooks; https://example2.com/webhooks
Let me know if that helps,
Cheers!
2 Likes
Okay, found the problem and resolved it. You have to use a semicolon not a comma.
Hi @AndyKnz!
You’re right, it should be a semicolon ;
. Sorry about the confusion, we edited the response for future reference.
Thank you.