Notifications > Webhooks section needs optional bearer/basic auth
What you need to do is to add two optional fields below Webhook URL:
- Authentication Type (dropdown):
- None (default)
- Basic Auth
- Bearer Token
If Basic Auth is selected, ask for:
If Bearer Token is selected, ask for:
That is it. Additionally when sending the webhook request, do the following:
Notifications > Webhooks section needs optional bearer/basic auth
What you need to do is to add two optional fields below Webhook URL:
If Basic Auth is selected, ask for:
If Bearer Token is selected, ask for:
That is it. Additionally when sending the webhook request, do the following:
For basic Auth:
For bearer token, it's more simple.
Authorization: Bearer YOUR_TOKEN