slackapi / slack-github-action

Send data into Slack using this GitHub Action!
MIT License
938 stars 148 forks source link

Unable to send custom Emojis in message payload #311

Open grndvl1 opened 4 months ago

grndvl1 commented 4 months ago

Description

Unable to use custom emojis in a message. Is there a technique I am missing? Not sure why I can get this to work with the API but not with this action.

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])

zimeg commented 4 months ago

Hey @grndvl1 👋 Thanks for writing in about this! This seems unexpected to me, so I'm curious about the method you're using to post the message?

I'm finding that including custom emojis in either payload and slack-message seem to both work for me, both from a bot token and incoming webhook, so any other details would be helpful for troubleshooting!