When an urgent bug ticket is created, we would like to send a message to our Google Chat via a Webhook. Google Chat already supports this type of functionality, however it is necessary to execute a POST request. Current ClickUp webhooks, which are created via automations, are only able to execute GET requests. This is a major limitation for us, causing us to need to use n8n instead.