Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
refactor(enmeshed): add all webhook triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 31, 2023
1 parent 89844d0 commit 20ee4a0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion enmeshed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,22 @@ config:
enabled: true
webhooks:
- triggers:
- transport.messageReceived
- consumption.attributeCreated
- consumption.attributeDeleted
- consumption.attributeSucceded
- consumption.attributeUpdated
- consumption.incomingRequestReceived
- consumption.incomingRequestStatusChanged
- consumption.messageProcessed
- consumption.outgoingRequestCreated
- consumption.outgoingRequestFromRelationshipCreationChange
- consumption.outgoingRequestStatusChanged
- consumption.relationshipTemplateProcessed
- consumption.sharedAttributeCopyCreated
- transport.messageReceived
- transport.messageSent
- transport.peerRelationshipTemplateLoaded
- transport.relationshipChanged
target:
url: ${api_url}/enmeshed/webhook
headers:
Expand Down

0 comments on commit 20ee4a0

Please sign in to comment.