The webhook payload format is not compatible with Slack workflow
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:
and here's the message I received:
Can you please support Slack workflow payload format?
Same problem as above....
@kobayashi-alec A simple workaround is to write a micro service to transport the payload from AppCenter to Slack without any modification.