Title: Transmit to Slack
Author: shirgans
Published: <strong>23 Sgiugn 2019</strong>
Last modified: 23 Sgiugn 2019

---

Search plugins

![](https://ps.w.org/transmit-to-slack/assets/banner-772x250.png?rev=2110819)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/transmit-to-slack/assets/icon-256x256.png?rev=2110813)

# Transmit to Slack

 By [shirgans](https://profiles.wordpress.org/shirgans/)

[Download](https://downloads.wordpress.org/plugin/transmit-to-slack.zip)

 * [Details](https://lmo.wordpress.org/plugins/transmit-to-slack/#description)
 * [Reviews](https://lmo.wordpress.org/plugins/transmit-to-slack/#reviews)
 * [Development](https://lmo.wordpress.org/plugins/transmit-to-slack/#developers)

 [Support](https://wordpress.org/support/plugin/transmit-to-slack/)

## Description

Instantly sends new orders from WooCommerce to your desired Slack channel.

#### Screenshots

 * This is how new orders shows on Slack (Ver. 1.0)

### Getting Started

#### Step 1: Create Slack App

 * Go to Slack APIs: https://api.slack.com/apps/ and login
 * Create a new app
 * Give it a name (WC Orders, for example)
 * Choose the workspace you would like to integrate with
 * Under “Building Apps for Slack” click on “Incoming Webhooks”
 * At the top – Activate Incoming Webhooks
 * Then, at the bottom, click on the button to add new webhook
 * Choose the channel you wish the orders will show in
 * You can create a new channel on slack and then refresh that page, so you can 
   select the channel you just created
 * Click Install
 * You will see a new webhook URL, something that starts like this: https://hooks.
   slack.com/services/T8KD1LQ……
 * Copy this URL

#### Step 2: Add code

 * Add the following code to your functions.php.
 * change “paste Webhook URL here” to the copied URL (from step 1)

add_filter(‘transmit_to_slack_webhook_url’, ‘slack_webhook_url’);
 function slack_webhook_url(){
return ‘paste Webhook URL here’; }

### Contribute on GitHub

You are welcome to contribute this open source project on GitHub:
 https://github.
com/shirgans/transmit-to-slack

## Screenshots

[[

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Transmit to Slack” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ shirgans ](https://profiles.wordpress.org/shirgans/)

[Translate “Transmit to Slack” into your language.](https://translate.wordpress.org/projects/wp-plugins/transmit-to-slack)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/transmit-to-slack/),
check out the [SVN repository](https://plugins.svn.wordpress.org/transmit-to-slack/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/transmit-to-slack/)
by [RSS](https://plugins.trac.wordpress.org/log/transmit-to-slack/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0 – 2019-06-23

 * First version

## Meta

 *  Version **1.0.0**
 *  Last updated **7 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.5.0 or higher **
 *  Tested up to **5.2.24**
 *  PHP version ** 5.2.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/transmit-to-slack/)
 * Tags
 * [api](https://lmo.wordpress.org/plugins/tags/api/)[orders](https://lmo.wordpress.org/plugins/tags/orders/)
   [slack](https://lmo.wordpress.org/plugins/tags/slack/)[woocommerce](https://lmo.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://lmo.wordpress.org/plugins/transmit-to-slack/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/transmit-to-slack/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/transmit-to-slack/reviews/)

## Contributors

 *   [ shirgans ](https://profiles.wordpress.org/shirgans/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/transmit-to-slack/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/shirgans)