webhooks
This commit is contained in:
parent
37475460e2
commit
02966c0605
9 changed files with 340 additions and 13 deletions
12
config.toml
12
config.toml
|
@ -1 +1,13 @@
|
|||
# Only these tokens are authorized to make requests
|
||||
allowed_tokens = ["password"]
|
||||
|
||||
# Webhook Notifications
|
||||
[webhook]
|
||||
# Item Variants inventory goes below the minimum
|
||||
item_below_minimum = "https://example.com"
|
||||
|
||||
# Transaction gets added
|
||||
transaction_added = "https://example.com"
|
||||
|
||||
# Transaction gets consumed
|
||||
transaction_consumed = "https://example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue