The Webhook page allows you to register for commands to be triggered from an external web service. Currently, each user can have up to 5 webhooks. Once a webhook is created the user can add the command as desired. These commands can expect to take in JSON parameters and the JSON icon can be used to map JSON to special identifiers, similar to how the Web Request Action works.
If you are having issues with a particular webhook, please come to our Discord and ask for help. Each implementation of webhooks is different and it may require special assistance.
Related Special Identifier:
Open the webhooks page.
Click the "Add Webhook" button.
BE WARNED: ANYONE THAT GETS ACCESS TO THIS URL COULD TRIGGER THE ACTION! Only share this URL with trusted sources. The URL is in the form of: https://api.mixitupapp.com/api/webhook/{SomeId}?secret=
At this point, you should be able to test the webhook and the event should trigger!