Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 2.26 KB

README.rst

File metadata and controls

76 lines (48 loc) · 2.26 KB
https://travis-ci.org/collective/collective.ifttt.svg?branch=master https://readthedocs.org/projects/collectiveifttt/badge/?version=latest Latest PyPI version

collective.ifttt

collective.ifttt is a Plone addon which enables any Plone site to play in the IFTTT (pronounced /ɪft/) ecosystem by allowing you to create IFTTT applets at ifttt.com.

Examples

Below are a few examples of using IFTTT with Plone sites:

  • If a news item is published, then tweet about it or post it on Facebook.
  • If an event is published, then add it to my calendar.
  • If new users sign up for an event, then add them to a Slack channel.
  • If content changes, then record who edited it in a Google spreadsheet.

Documentation

Full documentation for end users can be found in the "docs" folder, and is also available online at http://collectiveifttt.readthedocs.io/en/latest/

Translations

This product has not been translated yet.

Installation

Install collective.ifttt by adding it to your buildout:

[buildout]

...

eggs =
    collective.ifttt

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know in issues

License

The project is licensed under the GPLv2.