I am building a bot for Aha. I want to go to a channel and say:
> @aha subscribe PRODUCT_ID
> This channel will now receive updates made to PRODUCT NAME
On the backend, I want to create an activity webhook with a highly custom webhook URL. Right now I can only do that through the UI. I want to do it programmatically.
It would also be useful to edit the filter criteria as well as the Hook URL.
For an example Jira Atlassian supports these type of actions.