Server Connect Response Action -> Set Content-Type in response headers

Could we have an option to write in a field the Content-Type for the response headers?
Right now it just provides the charset.

Although not as critical as in the request it’s important when providing user access to consume our own API.

Is it also important in working with webhooks?

I’m be implementing webhooks from Postmark and Stripe next week…

You can’t control the response header content-type of external services. You can only control the headers of the requests/response you make/send.