# Add support for Discord

**URL:** https://discuss.bitrise.io/t/add-support-for-discord/6144
**Category:** Steps
**Tags:** contrib-this-feature
**Created:** [September 10, 2018, 1:52pm UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144 "2018-09-10T13:52:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![monolithic-adam](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/monolithic-adam/32/1726_2.png) [@monolithic-adam](https://discuss.bitrise.io/u/monolithic-adam)
#### Post date: [September 10, 2018, 1:52pm UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/1 "2018-09-10T13:52:25Z")

</div>

## Description of the feature request

I would like to add similar support to what slack receives to discord webhooks so that notifications are parsable.  
Right now setting up the webhook returns errors back to bitrise about missing data.

## Use case / for what or how I would use it

Using Discord as a means of the dev teams chat it would be great to get updates on the status of builds in neat messages on discord.

---

<div class="post-metadata">

### Author: ![bitce](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/bitce/32/1639_2.png) [@bitce](https://discuss.bitrise.io/u/bitce)
#### Post date: [September 10, 2018, 2:42pm UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/2 "2018-09-10T14:42:54Z")

</div>

Thanks for the #feature-request @monolithic-adam!

I’m curious to see how many of our users are or would be using discord for this, we’ll keep an eye on the votes! 😉

---

<div class="post-metadata">

### Author: ![viktorbenei](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/viktorbenei/32/18_2.png) [@viktorbenei](https://discuss.bitrise.io/u/viktorbenei)
#### Post date: [October 11, 2018, 6:52pm UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/3 "2018-10-11T18:52:37Z")

</div>

Added #contrib-this-feature tag as it can be created as a Step by anyone: [https://devcenter.bitrise.io/bitrise-cli/create-your-own-step/](https://devcenter.bitrise.io/bitrise-cli/create-your-own-step/)

---

<div class="post-metadata">

### Author: ![realappie](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/realappie/32/3087_2.png) [@realappie](https://discuss.bitrise.io/u/realappie)
#### Post date: [August 5, 2020, 4:32pm UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/4 "2020-08-05T16:32:37Z")

</div>

Sounds like an easy step, I am currently working on one that will do just that!

---

<div class="post-metadata">

### Author: ![realappie](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/realappie/32/3087_2.png) [@realappie](https://discuss.bitrise.io/u/realappie)
#### Post date: [August 7, 2020, 8:30am UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/5 "2020-08-07T08:30:12Z")

</div>

I have created the step, but have trouble sharing it. It would be great if you can check out my GH issue out.

> <https://github.com/bitrise-io/bitrise/issues/733>
>
> I am running the \`bitrise share start -c\` command with a fork of https://github.…com/bitrise-io/bitrise-steplib as input and I keep getting the following error
> 
> "FATA\[19:52:45\] Failed to save step spec, error: Failed to walk through path, error: not supported key found in options: is\_sensitive "
> 
> A lot of steps in the official repository use the \`is\_sensitive\` option, but I am not sure what I should do about it. I just want to publish my step 😅 
> 
> I am using bitrise cli version \`1.42.0\` 
> 
> My fork can be found at https://github.com/realappie/bitrise-steplib

---

<div class="post-metadata">

### Author: ![bitce](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/bitce/32/1639_2.png) [@bitce](https://discuss.bitrise.io/u/bitce)
#### Post date: [August 7, 2020, 8:42am UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/6 "2020-08-07T08:42:18Z")

</div>

Hi @realappie! We’ve seen your multiple requests and promise we’ll get to them! In case this is urgent for you please consider contacting support directly 🙂

Also, we already have a “Send discord message” step here: [LighthouseIT / Packages / bitrise-discord-message · GitLab](https://gitlab.com/lighthouseit/packages/bitrise-discord-message)

So I believe your submission would have to have extended functionality in order for the team to accept it.

---

<div class="post-metadata">

### Author: ![realappie](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.bitrise.io/realappie/32/3087_2.png) [@realappie](https://discuss.bitrise.io/u/realappie)
#### Post date: [August 7, 2020, 11:51am UTC](https://discuss.bitrise.io/t/add-support-for-discord/6144/7 "2020-08-07T11:51:33Z")

</div>

Thank you! And I thought all the steps are on [https://github.com/bitrise-io/bitrise-steplib](https://github.com/bitrise-io/bitrise-steplib), TIL.
