Objective: A Microsoft SharePoint form (Nintex Forms for Office O365) is created to retrieve and store user entered data. Then the same set of data needs to be transformed and mapped with the target API endpoint data structure. Then before invoking third party API, a proper URL for the API POST request would need to be created with the proper bearer token set.
Example of API POST request
https://[COMPANYNAME].mywork.com/api/requests?myformID=12345&myID=6789&myName=My%20Pet%27s%20Profile&requesterID=40302010&requestedDeadline=2022-07-15
Questions:
a) Is there any existing connector available to perform such operation such as extract data from SharePoint form, transform dataset, assemble API request query string, and then post the request using proper bearer token set.
b) Is there an option of creating custom connector in JAVASCRIT or TYPESCRIPT to develop above mentioned solution. If out of the box connector isn't available.