test_slack_connection
POST
/v1/integrations/slack/test
const url = 'https://api.adversarial.com/api/v1/integrations/slack/test';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.adversarial.com/api/v1/integrations/slack/testResponses
Section titled “Responses”Test message sent successfully
Configuration not found
Failed to send test message