appcenter-docs icon indicating copy to clipboard operation
appcenter-docs copied to clipboard

The webhook payload format is not compatible with Slack workflow

Open tomisacat opened this issue 2 years ago • 2 comments

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 avatar Oct 18 '23 03:10 tomisacat

Same problem as above....

kobayashi-alec avatar Nov 17 '23 21:11 kobayashi-alec

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

tomisacat avatar Mar 07 '24 03:03 tomisacat