This is an open source Mixmax Slash Command. See https://developer.mixmax.com/docs/overview-slash-commands for more information about how to use this example code in Mixmax.
- Clone this repository:
git clone https://github.com/simonxca/mixmax-soundcloud-slash-command
cd mixmax-soundcloud-slash-command
- Install using
npm install
- Start the server using
npm start
. By default this will start the server atlocalhost:9145
. - Add a Mixmax Slash Command in your Mixmax dashboard:
- Log into Mixmax and go to https://app.mixmax.com/dashboard/settings/developer
- In the slash commands section, click the
Add Slash Command
button. - Add a SoundCloud slash command using the settings below.
- Quit Chrome using
Cmd-q
and restart it from the command line using the following command on OS X:open -a Google\ Chrome --args --ignore-certificate-errors
. See here for why.
For Windows users, useCtrl-q
and find the equivalent command for opening Chrome.
Note: you need to quit Chrome entirely. Closing all open Chrome windows does not work.
You might see the following warning after opening Chrome with--args --ignore-certificate-errors
. This is fine and is expected.