Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing_text_or_fallback_or_attachments #117

Open
vignesh-desk opened this issue Aug 12, 2022 · 1 comment
Open

missing_text_or_fallback_or_attachments #117

vignesh-desk opened this issue Aug 12, 2022 · 1 comment
Labels
question Further information is requested

Comments

@vignesh-desk
Copy link

Description

Error: missing_text_or_fallback_or_attachments
Error: Request failed with status code 400

Include this as part of my github action and received the above error, tried with major versions as well

Read the SLACK_WEBHOOK_URL from my secret

- name: Send notify
        uses: slackapi/slack-github-action@v1.16.0
        env:
          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@seratch seratch added the question Further information is requested label Aug 15, 2022
@seratch
Copy link
Member

seratch commented Aug 15, 2022

Hi @vignesh-desk, thanks for writing in. Can you double-check whether you've properly passed the message payload? You can refer to the example in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants