mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Can now send webhook messages.
This commit is contained in:
@@ -823,16 +823,17 @@ return [
|
||||
'recurrence_total', 'recurrence_count',
|
||||
],
|
||||
'webhooks' => [
|
||||
'triggers' => [
|
||||
'max_attempts' => env('WEBHOOK_MAX_ATTEMPTS', 3),
|
||||
'triggers' => [
|
||||
100 => 'TRIGGER_STORE_TRANSACTION',
|
||||
110 => 'TRIGGER_UPDATE_TRANSACTION',
|
||||
120 => 'TRIGGER_DESTROY_TRANSACTION',
|
||||
],
|
||||
'responses' => [
|
||||
'responses' => [
|
||||
200 => 'RESPONSE_TRANSACTIONS',
|
||||
210 => 'RESPONSE_ACCOUNTS',
|
||||
],
|
||||
'deliveries' => [
|
||||
'deliveries' => [
|
||||
300 => 'DELIVERY_JSON',
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user