Hello everyone!
I’m currently working on a custom connector in Integration Service for an application called Ecompass.
So here is my issue:
One of the API requests that I need in the connector has this particular way to receive Field Ids as parameters:
I’ve tried everything
- Set raw array in body parameter
- Create an input request field as Array variable type
- Try different formats for array in the body
- Set array as query parameter
- etc
But nothing hits the goal.
Do you have any suggestions of how to do it? I would really appreciate any tip or solution you can bring here.
You can find all the information about the Ecompass API in this link: https://developer.icemortgagetechnology.com/developer-connect/reference/v3-field-reader

