BackgroundTwilio offers a RESTful interface to telephony. QBO 3 includes an IMailOutbound plugin that interfaces with Twilio to provide two-way SMS. This can be invoked via: Message/Message.ashx/Send?Subject=Hello World!&To=9494689534@twilio.com&Provider=SMS Similarly, you can SMS any Twilio number that posts messages to Message/Twilio.ashx/Receive SMS, and a Message will be added to the Message table containing the SMS message.Note that the Message module requires that From, To, Cc, and Bcc address be formatted as email addresses. ConfigurationTo SMS-enable a QBO 3 system via Twilio:
Sample MailOutbound.config entry: <MailOutbound Name="SMS" Host="https://api.twilio.com/2010-04-01/+14242171014" EnableSsl="true" Type="qbo.Message.Twilio.SMS, qbo.Message.Twilio"/> Note:
Sample Credential.config entry: <Credential UriPrefix="https://api.twilio.com/2010-04-01" AuthType="Basic" Username="AC7612***" Password="732***"/> Use CasesUse cases for SMS integration include:
|
Quandis Business Objects 3 > qbo.Message >