Skip to content

Commit 304477a

Browse files
authored
Update webhooks.md
Signed-off-by: James Cole <james@firefly-iii.org>
1 parent 7e12303 commit 304477a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/docs/how-to/firefly-iii/features/webhooks.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ When triggered, Firefly III will respond by sending a data package to the URL of
2525

2626
A webhook can only send one thing. If you want multiple responses to be sent for the same webhook, you must set up multiple webhooks.
2727

28+
Possible options are:
29+
30+
- Transaction details
31+
- Account details
32+
- Budget details
33+
- Budget amount details
34+
- Relevant details (see ahead for more information)
35+
2836
### Relevant details
2937

30-
If you select "Relevant details" as the response, Firefly III will send the relevant data for the trigger. This is up to Firefly III to decide. For example, if you trigger on a transaction creation, the response will be the transaction itself. If you trigger on a budget, the response will be the budget itself.
38+
If you select "Relevant details" as the response, Firefly III will send the "relevant" data for the trigger. This is up to Firefly III to decide. For example, if you trigger on a transaction creation, the response will be the transaction itself. If you trigger on a budget, the response will be the budget itself.
3139

3240
It is mandatory to select "Relevant details" when you select "After any event" as the trigger. This is because "After any event" can trigger on many different events, and Firefly III cannot know what you want to receive. Therefore, it will always send the relevant details for the event that triggered the webhook.
3341

0 commit comments

Comments
 (0)