An open API service indexing awesome lists of open source software.

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

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.