Jaymer wrotehere's a curl string I have successfully executed.
Only diff is I use a NP tempCurl BO to write the string into, then EXEC that string.
I think the key will be seeing exactly whats in the SERVER OUTPUT/TOMCAT OUTPUT windows while this is trying to execute.
CREATE tempCurl WITH tempCurl.theCommand=curl -XPOST
+
https://api.twilio.com/2010-04-01/Accounts/AC95xx655d2cbe4764ee90eb23f78/Messages.json
+
-d
+SystemSettings.DQ +Body=
+ ContactSMS.Message +SystemSettings.DQ +
-d
+SystemSettings.DQ +To=+1
+ REPLACE_PATTERN(Lead.Phone,'_','') +SystemSettings.DQ +
-d
+SystemSettings.DQ +From=+18005551212
+SystemSettings.DQ +
-u AC95d46334f6xxxx4ee90eb23f78:2d8b0eb3bxxxx4f9e5c147b1
Jaymer, I'm trying to get Twilio working in AwareIM, I have a few questions if you would be so kind.
1- how do you execute the Curl Command once you have built and saved it?
2- What is in SystemSetting.DQ?
It would be great to get Twilio working in AwareIM
Thanks, Bill