-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add webhook frontend #98
Conversation
</form> | ||
|
||
{% if request.user.svix_endpoint_secret %} | ||
<h2 data-scrollspy-target id="webhook-secret">Your Webhook Secret</h2> |
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 added this so there's way for cloud users to know their webhook secret, since they can't access it otherwise
<h2 data-scrollspy-target id="webhook">Webhook</h2> | ||
<p> | ||
Set up a webhook to receive notifications on for async document upsertion. If not set up, you will receive an email if the document upsertion fails. | ||
For more details, you can check Colivara's docs at https://docs.colivara.com/. |
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.
This should be changed to link to the correct docs when they are available
Description
Addresses this issue.
Type of change
(e.g., refactoring, docs, tests, admin site changes)
Release Impact
Checklist
Breaking Changes
Migration Guide
Additional Notes