-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(senders): add ability to use template webhook body and custom headers #995
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feat/scale-senders #995 +/- ##
======================================================
- Coverage 67.87% 67.80% -0.08%
======================================================
Files 208 210 +2
Lines 11952 11975 +23
======================================================
+ Hits 8113 8120 +7
- Misses 3341 3356 +15
- Partials 498 499 +1 ☔ View full report in Codecov by Sentry. |
/build |
1 similar comment
/build |
/build |
e530d75
to
8550e29
Compare
ee35940
to
72431eb
Compare
/build |
/build |
/build |
Build and push Docker images with tag: feat-add-templating-to-senders.2024-03-22.7a2bf1d |
2 similar comments
Build and push Docker images with tag: feat-add-templating-to-senders.2024-03-22.7a2bf1d |
Build and push Docker images with tag: feat-add-templating-to-senders.2024-03-22.7a2bf1d |
Build and push Docker images with tag: feat-add-templating-to-senders.2024-03-22.7a2bf1d |
Add ability to use template body and custom headers
I divided the functionality in the templating package to work with filling in the body of the webhook and to work with filling in the description of the trigger
Added ability to set templated body in webhook config and set custom headers