Expand my Community achievements bar.

Incoming Slack webhook issue with CloudManager events

Avatar

Level 1

I have encountered an issue while adding slack Webhook URL for CLoudmanager events from console.adobe.io where Adobe makes a 'challenge' GET request before the integration can be enabled. The incoming Slack Webhooks URL takes POST but it doesn't get GET so wondering if anyone has a fix/workaround for this

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Employee

Your webhook indeed needs to:

* Be accessible from the internet
* Be reachable over HTTPS
* Correctly respond to a "challenge" request

 

see https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/intro...

So you cannot use slack webook url straight from the Adobe developer console

You will need a webhook to proxy this to slack,

Note you could use a simple Adobe I/O Runtime action for this or any other serverless function

Avatar

Level 1
Thanks @ledroff . I understand I can use any other serverless proxy function to wrap this but it seems like an overkill to simply do that just for GET challenge. Is there any other seamless way to integrate Slack with CloudManager? I simply need notifications from Cloud Manager pipeline execution.