Howdy! I’m setting up a Slack app, and I need to send a response with a challenge key to initialise it. What happens is.
- Slack will send a validation payload to my Bubble endpoint.
- Bubble parses the payload and extracts a challenge key.
- Bubble immediately sends the challenge key back to validate the endpoint.
It’s part 3 that’s causing me problems - what action within the workflow does this? I have the code I need to send back (see screenshot) but not sure the mechanism to “respond”. I have a suspicion it’s a Server Script using some bit of code like what I have below. Any help appreciated!