I am using IBM's OpenWhisk service to stand up a micro-service with a REST endpoint. This expects Basic Auth in it's header when making a POST request to it.
Is it possible to add some custom headers in the Slack Outgoing Webhook settings page so that Slack can hit the OpenWhisk endpoint?
You can create a web action this will expose an API with no authentication required more info here https://console.bluemix.net/docs/openwhisk/openwhisk_webactions.html#openwhisk_webactions
Also there is an example using the Event API for a Slack App here: https://github.com/ibm-functions/composer/tree/master/docs/tutorials/translateBot#connecting-the-app-to-slack