I have a Rest API type POST with content-type “application/x-www-form-urlencoded”.
When I try to call the API with Filter - Set Field with data source “Rest API” the system does not support the content-type “application/x-www-form-urlencoded”, it supports just “application/JSON”.
Further, the SMS provider does not support the WSDL file method, so we decide to go with the WSDL file.
Could you tell me if there is any method or way to accomplish my goal by filtering or clicking an active link?
Thanks