diff --git a/server/api/helpers/utils/send-webhooks.js b/server/api/helpers/utils/send-webhooks.js index 04da1e6a..e5c709d1 100644 --- a/server/api/helpers/utils/send-webhooks.js +++ b/server/api/helpers/utils/send-webhooks.js @@ -89,6 +89,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) {