From=%SENDERID%&To=%TO%&Body=%MESSAGE%
Let me know if that works. It would make a nice example for the documentation.
- Menno
Jyotshna
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To post to this group, send email to pwm-g...@googlegroups.com.
To unsubscribe from this group, send email to pwm-general...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pwm-general?hl=en.
Hi,
It's the first time I've heard about Twilio, but reading the docs, I think you should configure it like:
- Gateway URL: http://www.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/Messages
(replace the {AccountSid})- SMS User and Password: leave empty
- HTTP(S) Method: leave empty
- SMS Sender ID: your phone number in international format like +31612345678
- SMS Gateway Authentication Method: Request
- SMS Request Data:
From=%SENDERID%&To=%TO%&Body=%MESSAGE%
- SMS Data Content Type: application/x-www-form-urlencoded
- SMS Data Encoding: POST with form data
- SMS Phone Number Format: Plus
Let me know if that works. It would make a nice example for the documentation.
- Menno
On Wed, Apr 25, 2012 at 3:13 PM, jyotshna <jyot...@gmail.com> wrote:
Hi,
I am trying to use Twilio sandbox user account for SMS notifications
and I am unable to receive SMS notifications after configuring all the
parameters on SMS settings page. Just wondering if any one has used
Twilio Rest API for configuring SMS gateway. Any help is greatly
appreciated.
Thanks in advance
Regards
Jyotshna
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To post to this group, send email to pwm-g...@googlegroups.com.
To unsubscribe from this group, send email to pwm-general+unsubscribe@googlegroups.com.
Actually, the docs indicate you should provide your Twilio credentials via Basic Auth, e.g.:https://{AccountSid}:{AuthToken}@api.twilio.com/2010-04-01/Accounts/{AccountSid}/SMS/MessagesI'm interested to know how this turns out as well.
To view this discussion on the web visit https://groups.google.com/d/msg/pwm-general/-/UJfufz4t9hIJ.
To unsubscribe from this group, send email to pwm-general...@googlegroups.com.
Hi MEnno,
I am unable to receive SMS on my device with the below configured
settings on PWM.
sms.userSmsAttribute=telephoneNumber
sms.gatewayURL=https://api.twilio.com/2010-04-01/Accounts/ACxxx/SMS/
Messages.xml
sms.gatewayUser=ACxxx
sms.gatewayPassword=**removed**
sms.gatewayAuthMethod=HTTP
sms.requestData={"":"From\u003d%2B14155992671\u0026To
\u003d9413219441\u0026Body\u003dtwilio+testing+9"}
sms.maxTextLength=160
sms.senderID=+1415xxxx
sms.phoneNumberFormat=PLUS
where ACXX is my Twilio Account ID.
Can you please let me know how to build the war file. I am completely
new to this project and was only deploying .war files until now.
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pwm-general...@googlegroups.com.
To post to this group, send email to pwm-g...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/f3959fe6-522f-41cd-b3b2-43cc633d8c59%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.