HTTPS Request

You can select this activity to generate an HTTPS request to the ION API. You can use the GET, POST, PUT, and DELETE request methods to extract data or manipulate the data and send specific information through JSON. This activity is generic and can be used to request APIs outside of the current logged in tenant.

This table lists the properties for the activity.

Property Type Property Name Description
Input Method The request method. Select a method from the list.
URL The URL of the API endpoint.
Content Type The content type for the body of the request. Possible values:
  • application_json
  • application_xml
  • text_plain
  • text_xml
  • multipart_formdata
File Attachments The file attachments to be added.
Headers Headers for the request
POST Data The raw post data for the payload of an API.
Query parameters The parameters for the HTTPS request.
Output Response The output format for the response.
Response code Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.
Status Code Response Status Code of an API endpoint