An open API service indexing awesome lists of open source software.

https://github.com/is2ei/wp-typetalk

This plugin allows you to send notifications to Typetalk when certain events in WordPress occur.
https://github.com/is2ei/wp-typetalk

typetalk

Last synced: 8 months ago
JSON representation

This plugin allows you to send notifications to Typetalk when certain events in WordPress occur.

Awesome Lists containing this project

README

          

WP Typetalk
=========

**Contributors:** is2ei
**Tags:** [typetalk](https://wordpress.org/plugins/tags/typetalk/), [api](https://wordpress.org/plugins/tags/api/), [chat](https://wordpress.org/plugins/tags/chat/), [notification](https://wordpress.org/plugins/tags/notification/)
**Requires at least:** 4.3
**Tested up to:** 5.0.2
**Stable tag:** 0.1.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Send notifications to Typetalk topics when certain events in WordPress occur. Inspired by [gedex/wp-slack](https://github.com/gedex/wp-slack)

| Badge | Description |
| ------------- | ------------- |
| [![Build Status](https://travis-ci.org/is2ei/wp-typetalk.svg?branch=master&style=flat-square)][travis] | Travis Build Status |

[travis]: https://travis-ci.org/is2ei/wp-typetalk

## Description ##

This plugin allows you to send notifications to [Typetalk](https://www.typetalk.com/) channels when certain events in WordPress occur.

By default, there are two events that can be sent to Typetalk:

1. When a post needs review (status transitioned to 'pending')
2. When a post is published
3. When there's a new comment

**Development of this plugin is done on [GitHub](https://github.com/is2ei/wp-typetalk). Pull requests are always welcome.**

## Installation ##

1. Upload **WP Typetalk** plugin to your blog's wp-content/plugins/ directory and activate.
2. Add new bot to your Typetalk topic.
3. Go to **WP Typetalk** menu in your WordPress to add the integration (make sure you're logged in as an Administrator).

## Screenshots ##

![Add new integration page](assets/screenshot-1.png)

## Changelog ##

### 0.1.1 ###
Fix markdown link

### 0.1.0 ###
Initial release