What I can see is that Slack API send a payload parameter that contain a json as text instead of sending the json itself (application/json). Sadly, this is an bad API webhook design from Slack. The only option I can see for you is to use a json parser action to parse the payload. I don’t know if you can find a plugin that already exist that can help. You can also use external service like Integromat. You will use webhooks and after parse json module and you can redirect data to Bubble Endpoint

2 Likes