Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retgits/tci-flogo-ifttt-extension
A TIBCO Cloud Integration - Flogo extension for IFTTT
https://github.com/retgits/tci-flogo-ifttt-extension
flogo ifttt sample-project tibco-cloud
Last synced: about 4 hours ago
JSON representation
A TIBCO Cloud Integration - Flogo extension for IFTTT
- Host: GitHub
- URL: https://github.com/retgits/tci-flogo-ifttt-extension
- Owner: retgits
- License: mit
- Archived: true
- Created: 2017-09-11T04:51:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T17:39:02.000Z (about 5 years ago)
- Last Synced: 2024-05-22T12:33:56.620Z (6 months ago)
- Topics: flogo, ifttt, sample-project, tibco-cloud
- Language: TypeScript
- Homepage: https://cloud.tibco.com
- Size: 16.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- tci-awesome - IFTTT WebHooks
README
# IFTTT extension for Flogo apps in TIBCO Cloud Integration
_This repository is archived and the code is no longer maintained. A newer version of this activity can be found [here](https://github.com/retgits/flogo-components/tree/master/activity/iftttwebhook)_
An extension for TIBCO Cloud Integration - Flogo to connect Flogo Apps to IFTT and do amazing things.
## Using the extension
In order to work with this extension you'll need to enable the `WebHooks` service on [IFTTT](https://ifttt.com/maker_webhooks). The connector takes two inputs:
* Key: The key you get after enabling the WebHooks service in IFTTT
* Event: _This is the name of the event you specify when creating a trigger in IFTTT_After you enabled the WebHook service in IFTTT, you can go to the [settings](https://ifttt.com/services/maker_webhooks/settings) to see your `Key`. The `Key` is the last part of the URL that is shown. For example, if the URL is `https://maker.ifttt.com/use/blablabla` the `Key` would be `blablabla`
The activity `Send IFTTT WebHook` will let you trigger IFTTT WebHooks with up to three parameters (this is a limit set by IFTTT)