dorzki / slack-notifications

Get WordPress notifications to your team's Slack channel.
https://wordpress.org/plugins/dorzki-notifications-to-slack/
GNU General Public License v3.0
41 stars 27 forks source link

Contact form 7 Notification #34

Closed YuvrajKhavad closed 4 years ago

YuvrajKhavad commented 6 years ago

Hello @dorzki There are no any issues but a new feature request and thanks for great plugin.

Add contact form 7 plugin to this plugin for notification. When anyone sends a message using contact form 7 give the option to sent notification on the slack channel.

Thank You Yuvraj

DorZuberi commented 6 years ago

Hi @YuvrajKhavad, I'm glad to hear you enjoy the plugin! :)

What kind of notifications do you want for CF7?

YuvrajKhavad commented 6 years ago

Hello @dorzki, Thanks for replay. You can just send a simple message like "There is a new message through Contact form 1". CF7 have a dynamic form so sending fillup data to slack is not good solutions, the Simple message also work.

Thanks

DorZuberi commented 6 years ago

Ok, i will look into it.

mtruitt commented 5 years ago

I'm wondering the application of this as CF7 sends emails.

itaiarbel commented 5 years ago

hi all... i just created a cf7 class for slack notifications, with [form submitted], [form created], [form updated] evens... you can get it on: Add this class file (the class itself):
https://github.com/itaiarbel/Slack-Notifications/blob/master/core/notifications/cf7.php You also need to init the class in: https://github.com/itaiarbel/Slack-Notifications/blob/master/core/plugin.php

hopefully it will commited to the master repository soon...

DorZuberi commented 5 years ago

@itaiarbel if you would like to contribute the code, please make PR.

itaiarbel commented 5 years ago

pull request created...