Tag Archives: Actions

Providing XML as an input to your Custom Connector Actions

One of the projects we were working on was to integrate with a third-party API that accepted input in the XML format. This is a quick tip on how to pass XML in the action body when it expects JSON. When you try to create a request and add XML string to the body, you… Read More »