Skip to main content

We are attempting to integrate through an API gateway that requires a subscription key to be passed through as a header to authenticate. Is there any way to specify custom headers in a Process Flow Outbound Message?

Hi Chris,

The Process Flow Outbound Message module can be configured with several different output security passwords or tokens.  Here are a couple examples:

Azure Service Bus with Tokens
Rest with Target Password

 

I don’t know if these would suffice for your request but want to point out the options I see available.  


Hi @Phil Seifert.

Appreciate the response. Unfortunately, neither of those options are suitable. The REST message is very close to what we need, but there isn't the flexibility as far as I can see to add a custom header eg: x-api-key: 123456789

Ideally, we would be able to add additional headers to comply with other system requirements, and to identify certain messages as belonging to specific integrations without having to maintain additional endpoints.


Reply