This topic was automatically generated from Slack. You can find the original thread here.
Andre Brunetta : Hi guys, I want to use a Source to receive queued Slack webhook calls, but couldn’t activate it correctly because I have to verify the url by returning the challenge. Your URL didn't respond with the value of the challenge parameter.
How can I return that dynamic value from a source?
Andre Brunetta : Thanks , the problem is that the string “my-challenge” in your example should be a dynamic value that’s present in the payload received. I don’t know the challenge until they reach that url
Dylan Pierce : Could you perhaps log the sources HTTP intersect URL, so after the source URL is created you can open up the source logs and use the logged URL in your Slack bot Events API webhook registration?