Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Ask The DJ / SMS Support
Hello is there any additional documentation around setting up configuration of the SMS number provider?

I am trying to use Amazon SNS service and looking to find some more info (code samples, data elements, etc) on how to get this to work.

I found some info on setting up lambda on amazon with webhooks but I think I need to know what specific information needs to go in here specifically as it pertains to VirtualDJ.

The examples given by amazon were only for webhooks for Amazon Chime, Slack, and Microsoft Teams
https://aws.amazon.com/premiumsupport/knowledge-center/sns-lambda-webhooks-chime-slack-teams/
 

Posted Mon 08 Aug 22 @ 4:55 pm
Hello can anyone assist with this request?
I also tried to setup a twilio test account, and it is not working there either.
Is there any documentation on settings, code samples, flow diagrams, etc on how this is supposed to work?
 

Posted Tue 16 Aug 22 @ 12:26 pm
Hello is there anyone from Virtual DJ support that I can tag? This has been open for 11 days and no response at all. I put in a help request and did not receive any response there either.
 

Posted Fri 19 Aug 22 @ 2:32 pm
You might want to go to http://virtualdj.com/help/ and click "Contact Support" to send them a message directly.

Edit: Just saw that you already did that. Bleh. Wish I could help.
 

Posted Sat 20 Aug 22 @ 5:14 am
AdionPRO InfinityCTOMember since 2006
As mentioned on the ask the dj setup page, you need to setup http://ask.the.dj/sms as the endpoint, and use GET to use it.
It looks like that should be possible with the python code as on the page you mentioned, although there doesn't seem to be an example using GET, so you may need to adjust this yourself.

The get parameters that VDJ recognizes are To, Body and From.

If you are not familiar with python it might be easier to use one of the recommended services like twilio though.
 

Posted Sat 20 Aug 22 @ 5:46 am
I have the following setup in twilio, but i still do not get any messages:

A MESSAGE COMES IN
WEBHOOK http://ask.the.dj/sms HTTP GET

Can anyone post a screenshot of their twilio settings that has this working? (for some reason I cannot post any screenshots in this VDJ forum)
Is there something else that needs to go in these twilio settings? If so , where ?
 

Posted Mon 22 Aug 22 @ 12:52 pm