white-oxygen-62531
08/03/2023, 10:38 PMconst data = {
channel: 'channel', // Replace with your actual channel
tags: {}, // Replace with your actual tags,
integrationName: "webhook"
};
but got "request/body must have required property 'channel', request/body must have required property 'tags'"
In the workspace I have added the webhook integration,
but when I list the integrations I get { integrations: [], meta: {} }
Looking forward for help, thanks.