Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JGrotex/tci-wi-twilio-extension
Twilio API Connector for TCI Web Integrator
https://github.com/JGrotex/tci-wi-twilio-extension
Last synced: about 4 hours ago
JSON representation
Twilio API Connector for TCI Web Integrator
- Host: GitHub
- URL: https://github.com/JGrotex/tci-wi-twilio-extension
- Owner: JGrotex
- License: mit
- Created: 2018-01-05T07:36:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T10:13:54.000Z (about 6 years ago)
- Last Synced: 2024-05-22T12:33:40.596Z (6 months ago)
- Language: Go
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- tci-awesome - Twilio
README
# TCI WI GOTwilio Extension
[![Go Report Card](https://goreportcard.com/badge/github.com/JGrotex/tci-wi-twilio-extension)](https://goreportcard.com/report/github.com/JGrotex/tci-wi-twilio-extension) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)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.
## Sample Integration
TCI Sample APP Exports can be found in [TCIAppExport](TCIAppExport) Folder, they are all ready to use.
here a sample of how to [connect this Service](connectAMXBPM.md) from TIBCO ActiveMatrix BPM.## Activities
available Activities so far
### SMS Sender
Flow Screenshot inside TIBCO Cloud Integration Flogo / Web Integrator![Twilio SMS image](screenshots/twilio-SMS-in-TCI-WebIntegrator.png?raw=true "TCI Flogo Twilio SMS Screenshot")
Input
- accountSID string
- authToken string
- FromPhonenumber string
- ToPhonenumber string
- SMStext stringHint: 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/