Can now send webhook messages.

This commit is contained in:
James Cole
2020-12-02 19:30:09 +01:00
parent 35c9367819
commit eb80578e30
8 changed files with 162 additions and 7 deletions

View File

@@ -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',
],
],