first draft Version with just a SMS sender using Twilio API, more to come ...
The attached ZIP contains the first release v.1.0 and can just uploaded under TIBCO Cloud Integration Extensions
Please create your own 'free' Access Key on Twilio (http://www.twilio.com) to enter into the Activity Details.
TCI Sample APP Exports can be found in TCIAppExport Folder, they are all ready to use. here a sample of how to connect this Service from TIBCO ActiveMatrix BPM.
available Activities so far
Flow Screenshot inside TIBCO Cloud Integration Flogo / Web Integrator
Input
- accountSID string
- authToken string
- FromPhonenumber string
- ToPhonenumber string
- SMStext string
Hint: Sender is working as well if you specify only a String as FromPhonenumber e.g. 'TIBCO Casemanagement'. So you don't need to order a SMS Sender Number from Twilio.
Output
- send bool
json:"send"
Sample Input Data your Twilio Account Data for accountSID and authToken +49171.... "some text ..."
Sample Output Data
json: {"send":true}
Note: more TCI Flogo Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/