Hello! I am trying to create an alert using the Webhook notification channel. How do I provide header parameters in my POST request?
To give more context, what I need to do is to POST to ClickUp API, to create a ticket automatically when an alert is raised. To do this, I need to provide the Bearer token in the header but the only way to provide authentication is BasicAuth (username and password), which doesn’t work with the API. What can I do to get around this problem?
Any help is appreciated. Thanks!