Hit a HTTPS REST API endpoint with row and custom data

Request Type
'Content-Type: application/json' is added by default for non-GET request.
You can access row data with handlebars syntax like {{{row.myData}}} or {{{row.[My Header]}}} (triple brackets). See header name in step 2. Invalid row data will be replaced by empty string.


Results