This project contains a Forge app written in Javascript that displays a configurable webhook button in a Confluence macro. The button can be configured with text, a webhook URL, HTTP methods, headers and body.
See developer.atlassian.com/platform/forge/ for documentation and tutorials explaining Forge.
See Set up Forge for instructions to get set up.
- Register this app:
forge register
- Build and deploy your app by running:
forge deploy
- Install your app in an Atlassian site by running:
forge install
See Get help for how to get help and provide feedback.