Hi
I'm setting up an endpoint to receive payloads from a webhook, since I have no control on how this is sent, I have set up an ApiGateway to receive the payload and the target endpoint would be the IMS v2/message.
All good, accept in a transformation endpoint policy I need to base64 encode the payload to send it to IMS.
Is this possible?
Thanks