-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
43 lines (29 loc) · 1.99 KB
/
readme.txt
File metadata and controls
43 lines (29 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Slack Gravity Forms ===
Contributors: akeda, gravityplus
Donate link: http://goo.gl/DELyuR
Tags: slack, api, chat, notification, gf, gravity, forms
Requires at least: 3.6
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Send notifications to Slack channels whenever new submission entries, for Gravity Forms, are received.
== Description ==
This plugin is an extension to [Slack plugin](http://wordpress.org/plugins/slack) that allows you to send notifications to Slack channels whenever new submission entries, for Gravity Forms, are received.
The new event will be shown on integration setting with text **When new submission entry, for Gravity Forms, received**. If checked then notification will be delivered once submission entries are received.
You can alter the message with `slack_gform_after_submission_message` filter. The filter receives following parameters (ordered by position):
* `$message` — Default message to send to Slack
* `$entry` — The entry that was just created
* `$form` — The current form
See [Gravity Forms documentation](http://www.gravityhelp.com/documentation/page/Gform_after_submission).
**Development of this plugin is done on [GitHub](https://github.com/gedex/wp-slack-gravityforms). Pull requests are always welcome**.
== Installation ==
1. You need to install and activate both Gravity Forms and [Slack](http://wordpress.org/plugins/slack) plugins first.
1. Then upload **Slack Gravity Forms** plugin to your blog's `wp-content/plugins/` directory and activate.
1. You will see new event type with text **When new submission entry, for Gravity Forms, received** in integration setting. If checked then notification will be delivered once submission entries are received.
== Screenshots ==
1. Event option in integration setting
1. Your channel get notified whenever new submission entries are received.
== Changelog ==
= 0.1.0 =
Initial release