The HTTPS Activity allows you to pass standard HTTP GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD requests to external web services for the purposes of sharing and retrieving data.
The API you are calling must be CORS compliant and be HTTPS. Please allow "*.openmethodscloud.com".
After opening the 'HTTPS' activity, you will get the below configuration panel:
Field | Description |
Method | Method: selectable options are GET, POST, PATCH, DELETE, OPTIONS, and HEAD. |
URL | allows the user to input a properly formatted HTTP GET or POST request string. |
Headers | sets the headers which should be sent with each request. |
Additional Options | It contains the query parameter of the URL and the body of the POST request. |
Save Result In | sets the variable name in which to put the response |