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

The webhook payload format is not compatible with Slack workflow #1452

Open
tomisacat opened this issue Oct 18, 2023 · 2 comments
Open

The webhook payload format is not compatible with Slack workflow #1452

tomisacat opened this issue Oct 18, 2023 · 2 comments

Comments

@tomisacat
Copy link

tomisacat commented Oct 18, 2023

I managed to create a Slack workflow and configure the variables according to the doc: https://learn.microsoft.com/en-us/appcenter/dashboard/webhooks/:

And adding a next step of sending a message to channel:

Unfortunately Slack is unable to extract payload content sent from App Center, here's the message Slack displayed(missing variables of app_display_name, version, etc.):

I did a test of sending a POST request to the webhook URL with correct payload format and Slack succeeded extract the payload as I want:
image

and here's the message I received:


Can you please support Slack workflow payload format?

@tomisacat tomisacat changed the title The webhook payload format is not compatible with Slack webflow The webhook payload format is not compatible with Slack workflow Oct 18, 2023
@kobayashi-alec
Copy link

Same problem as above....

@tomisacat
Copy link
Author

@kobayashi-alec A simple workaround is to write a micro service to transport the payload from AppCenter to Slack without any modification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants