You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to customize the webhook json payload e.g. editable json template with fields as ${parameters}, or similar. This has the upside of supporting many APIs, including Slack's and customizing message can be done. Downside is you're possibly creating a way for users to use the site to post custom requests anywhere. Maybe that's not a big deal?
If you do not wish to allow custom payload, maybe just add an option for slack payload format and create a default slack template that should be good enough for anyone.
The text was updated successfully, but these errors were encountered:
This will definitely take some dev work, but I think it's a great idea to parameterize our values and let users customize the JSON body, possibly with some templates for major services to help ease the burden for the average user.
I also need to build an ability to test webhooks anyway, so this area will get some much needed love soon.
Currently there's no easy to to integrate with slack using the standard methods.
https://api.slack.com/messaging/webhooks
I see two logical options:
Allow to customize the webhook json payload e.g. editable json template with fields as ${parameters}, or similar. This has the upside of supporting many APIs, including Slack's and customizing message can be done. Downside is you're possibly creating a way for users to use the site to post custom requests anywhere. Maybe that's not a big deal?
If you do not wish to allow custom payload, maybe just add an option for slack payload format and create a default slack template that should be good enough for anyone.
The text was updated successfully, but these errors were encountered: