This Repo. will get my central area for all future TCI Extensions, will move the others as time allows.
allows to retrieve an Email from an IMAP Inbox via TCI. Details here ...
allows to publish MQTT Messages via TCI. Details here ...
allows to execute dynamically Javascripts within a TCI Activity, loaded form any URL on the fly. Details here ...
first draft Version with just a SMS sender using Nexmo API. Details here ...
first draft Version with just a SMS sender using Twilio API. Details here ...
validate Phonenumbers using APILayer dot com API. Details here ...
validate European International IBAN codes. Details here ...
a number of tiny tools like Concat, validate Email Adr., create HTML, send HTML Emails, etc. Details here ...
allows to connect to any LiveApps Subscription from TCI Flogo and native Flogo Details here ...
allows to control a Parrot BeBop Drone from TCI Flogo and native Flogo Details here ...
allows to files via FTP from TCI Flogo and native Flogo Details here ...
more TCI Extensions can be found here in the official Showcase
Links to Flogo Extensions, here ...
most times all the Flogo 'native' Activities you can find in the Web e.g. on GitHub coming with no specific folder structure, Icons, or Activity Category. Here some hints to use them in TCI:
- just Zip the Folder of the Activity following this Folder Structure
- Folder: your custom Activity Name "anyname"
- Folder: activity <- defines that this is a Flogo Activity
- Folder: your Activity Name (use GOlang Package Name)
- Folder: activity <- defines that this is a Flogo Activity
- Folder: your custom Activity Name "anyname"
- upload the ZIP to TCI Extensions
- attached to this Page a little Sample of the Flogo JS Activity
- you find the Flogo Extension in TCI after upload in the "Default" Category.
Remark: Activities using something like the following are not supported on TCI Flogo
- Activities with local File access
- Activities opening own Ports
All necessary additional GOlang Packages automatically discovered by TCI Flogo and automatically downloaded.
Note: this List is constandly under my review, try always to keep it actual.