Skip to content
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

Merged
merged 3 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,4 @@ select_permissions:
- created_at
- widget_id
filter: {}
role: user
event_triggers:
- definition:
enable_manual: false
insert:
columns: "*"
name: webhooks-plip-form-mautic
retry_conf:
interval_sec: 10
num_retries: 0
timeout_sec: 60
webhook: http://n8n.enedina.bonde.org/webhook/plip-form-mautic
role: user
Original file line number Diff line number Diff line change
Expand Up @@ -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: "{{N8N_WEBHOOK_URL}}/plip-signatures-mautic"
Copy link
Contributor Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sim @dieh

Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ event_triggers:
interval_sec: 10
num_retries: 0
timeout_sec: 60
webhook_from_env: WEBHOOK_PLIP_MAUTIC_URL
webhook: "{{N8N_WEBHOOK_URL}}/plip-mautic"