https://github.com/JGrotex/tci-wi-smalltools-extension
TIBCO Cloud Integration Flogo Extension for Small Helper Tools Library
https://github.com/JGrotex/tci-wi-smalltools-extension
tci-extensions tibco-cloud
Last synced: 21 days ago
JSON representation
TIBCO Cloud Integration Flogo Extension for Small Helper Tools Library
- Host: GitHub
- URL: https://github.com/JGrotex/tci-wi-smalltools-extension
- Owner: JGrotex
- License: mit
- Created: 2017-11-22T14:50:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T09:34:24.000Z (about 6 years ago)
- Last Synced: 2024-05-22T12:34:14.251Z (about 1 year ago)
- Topics: tci-extensions, tibco-cloud
- Language: Go
- Homepage:
- Size: 5.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- tci-awesome - SmallTools
README
# TCI WI SmallTools Extension
[](https://goreportcard.com/report/github.com/JGrotex/tci-wi-smalltools-extension) [](https://opensource.org/licenses/MIT)
Small Activities around Concat, Email Validation, HTML EMail creation, HTML EMail Sender, more to come. Attached ZIP contains the first release v.1.2 and can just uploaded under TIBCO Cloud Integration Extensions
This is just the start.
## Activities
available Activities so far
### Concat
This activity is just using GO, and no UI customization using TypeScript, etc.
Just to show how simple a Implemenation could be.Input
- string1 (String)
- string2 (String)
- Seperator (String, one of ";","-","+","_","|" Default is "-") part of Configuration DialogOutput
- result (String) as full String### EMail Addr Validation
validates an EMail AddrInput
- Email Addr (String)Output
- valid (Boolean) just Format check### create HTML
Tool creates a pretty HTML page to store e.g. into an Email body of an HTML SMTP EMail Sender.Input
- templateURL (String) ... sample stored in the activity template Folder
- LogoURL (String)
- Headline (String)
- Body (String)
- DirectLinkURL (String)
- Footer (String)Output
- valid (Boolean) just Format checkExample HTML string content as Screenshot

### send HTML Email
send HTML Emails with the Content of of the create HTML Activity, fully tested with Google SMTP Mail.
Implementation is limited to what is realy needed to send a single Notification EMail.
You have to use 2-factor authentication with your Account to use this Extension.
Account must be enabled for 'access to less secure apps for all users'.
https://support.google.com/a/answer/6260879?hl=enInput
- Server (String) part of Configuration Dialog : default "smtp.gmail.com"
- Port (String) part of Configuration Dialog : default "587"
- Sender (String) part of Configuration Dialog
- Pass (Password) App specific Password part of Configuration Dialog (see here for Detail https://support.google.com/accounts/answer/185833?p=InvalidSecondFactor)
- To (String)
- Subject (String)
- HTML (String)Output
- feedback (String) on success always "done" so far
Note: more TCI Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/