-
Notifications
You must be signed in to change notification settings - Fork 111
Mrk 1138 #1012
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
base: main
Are you sure you want to change the base?
Mrk 1138 #1012
Conversation
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
Co-authored-by: DianaHackmamba <diana@hackmamba.io>
This reverts commit 5a59916.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
DianaHackmamba
left a comment
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.
I've edited most of these files already. Please merge my edits into this branch.
Also, which files should I actually edit here?
|
|
||
| ## How it works | ||
|
|
||
| You provide Novu with a URL (endpoint), and we send a JSON payload to that URL whenever an event happens, such as a workflow update or message delivery. |
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.
Who is "we"?
|
|
||
| <Callout>Disable CSRF protection for your endpoint if the framework you use enables them by default. Also, verify the signature and timestamp when processing them.</Callout> | ||
|
|
||
| ## How to add a webhook endpoint |
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.
| ## How to add a webhook endpoint | |
| ## Add a webhook endpoint |
| 8. Click **Create**. | ||
|
|
||
| <Callout>If your endpoint isn't ready, you can use tools like [Webhook.site](https://webhook.site/) or [RequestBin](https://requestbin.com/) to generate a temporary URL for testing.</Callout> | ||
|
|
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.
Remove extra blank lines throughout.
|
|
||
| ### Advanced configuration | ||
|
|
||
| When adding or editing an endpoint, you can utilize the advanced configuration option to fine-tune how Novu communicates with your server. |
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.
| When adding or editing an endpoint, you can utilize the advanced configuration option to fine-tune how Novu communicates with your server. | |
| When adding or editing an endpoint, you can use the advanced configuration option to fine-tune how Novu communicates with your server. |
| - **Custom headers**: Custom headers can only be configured after the endpoint has been created. | ||
| - **Transformations**: Novu uses Svix transformations feature, it let's you modify a webhook's payload and redirect it to a different URL. <a href="https://docs.svix.com/transformations" target="_blank" rel="noopener noreferrer">Visit Svix documentation</a> to learn more. | ||
|
|
||
| ### Testing endpoints |
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.
| ### Testing endpoints | |
| ### Test endpoints |
No description provided.