diff --git a/server/api/helpers/utils/send-webhooks.js b/server/api/helpers/utils/send-webhooks.js index 57da1bf..97144c9 100644 --- a/server/api/helpers/utils/send-webhooks.js +++ b/server/api/helpers/utils/send-webhooks.js @@ -34,6 +34,7 @@ const jsonifyData = (data) => { async function sendWebhook(webhook, event, data, user) { const headers = { 'Content-Type': 'application/json', + 'User-Agent': `planka (+${sails.config.custom.baseUrl})`, }; if (webhook.accessToken) {