Hi there,
Great work on this so far! I hope you can help me work out something I'm struggling to understand; I'm confused about the workflow for using webhooks.
I want to be able to have tools that simply send messages to team:x channel:y with a single authorisation code.
Given the number of teams and channels I intend to be working with, I don't want to have to manually create webhooks for every channel, and then build a dictionary to match these up with the correct team/channel that I want to post to from an outside application. Does that make sense?
Am I approaching this in the wrong way?
Is the correct workflow to use the outside application to request a new webhook dynamically and receive the auth code that can then be used to post to any specified team/channel?
Thanks again,
Patrick.