-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/add env event trigger plip signatures #37
Conversation
@@ -65,4 +65,4 @@ event_triggers: | |||
interval_sec: 10 | |||
num_retries: 0 | |||
timeout_sec: 60 | |||
webhook: http://n8n.enedina.bonde.org/webhook/plip-signatures-mautic | |||
webhook_from_env: WEBHOOK_PLIP_SIGNATURES_MAUTIC_URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dieh seria bom adotar o padrão que estamos usando com os outros eventos.
Codecov Report
@@ Coverage Diff @@
## main #37 +/- ##
=======================================
Coverage 63.28% 63.28%
=======================================
Files 41 41
Lines 640 640
Branches 92 92
=======================================
Hits 405 405
Misses 210 210
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
a2c41f8
to
33d5f9a
Compare
@@ -65,4 +65,4 @@ event_triggers: | |||
interval_sec: 10 | |||
num_retries: 0 | |||
timeout_sec: 60 | |||
webhook_from_env: WEBHOOK_PLIP_SIGNATURES_MAUTIC_URL | |||
webhook: "{{N8N_WEBHOOK_URL}}/plip-signatures-mautic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lpirola seria esse o formato?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sim @dieh
No description provided.