https://github.com/robroseknows/forge-webhook-trigger
:volcano: Atlassian Forge Webhook Macro for Confluence
https://github.com/robroseknows/forge-webhook-trigger
atlassian-forge codegeist confluence nodejs
Last synced: about 1 year ago
JSON representation
:volcano: Atlassian Forge Webhook Macro for Confluence
- Host: GitHub
- URL: https://github.com/robroseknows/forge-webhook-trigger
- Owner: RobRoseKnows
- Created: 2020-06-23T05:59:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:38:28.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T08:51:23.073Z (over 1 year ago)
- Topics: atlassian-forge, codegeist, confluence, nodejs
- Language: JavaScript
- Homepage:
- Size: 276 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Atlassian Forge Webhook Macro for Confluence
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/](https://developer.atlassian.com/platform/forge) for documentation and tutorials explaining Forge.
## Requirements
See [Set up Forge](https://developer.atlassian.com/platform/forge/set-up-forge/) for instructions to get set up.
## Quick start
- 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
```
## Support
See [Get help](https://developer.atlassian.com/platform/forge/get-help/) for how to get help and provide feedback.