"HTTPS - Get File" node

You can use the HTTPS - Get File node to transfer the files from your server to the workflow using HTTP protocol.

Node configuration


Set up a connection

In this part of the process, you must define how you will get access to your source. By selecting the authentication method and providing required information, you establish a connection.

  1. Click HTTPS - Get File.
    Selecting the authentication method
    Selecting the authentication method
  2. Select the authentication method:
    • No authentication - No authentication is required.
    • Password - Authentication is based on a log-in and a password.
      Click here to see the instructions

      1. Click Select connection.
      2. If the connection you want to use is in the list, select it and proceed to Filling out the configuration form.
        • If the connection list is empty or you don’t see a connection you need to use:
          1. At the bottom of the dropdown list, click Add connection.
          2. In the Connection name field, enter the name of your connection (it’s visible only on the Select connection dropdown list).
          3. In the HTTPS login field, enter a log-in.
          4. In the HTTPS password field, enter the password.
          5. Click Save.
            The connection you created can be used later in other nodes and workflows.

      By API key - This option allows you to select an API key. The selected key is used to generate a JWT for request, which lets you skip the authorization header. This works only with the Synerise API.
      Click here to see the instructions

      1. Click Select connection.
      2. If the connection you want to use is in the list, select it and proceed to Filling out the configuration form.
        • If the connection list is empty or you don’t see a connection you need to use:
          1. At the bottom of the dropdown list, click Add connection.
          2. In the Connection name field, enter the name of your connection (it’s visible only on the Select connection dropdown list).
          3. In the API key field, paste the API key.
          4. Click Save.
            The connection you created can be used later in other nodes and workflows.

Fill out the configuration form

A blank form for the HTTP Get File node
A blank form for the HTTP Get File node
  1. From the Method dropdown list, select the method.

  2. In the URL field, enter the endpoint.

  3. From the File format dropdown list, select the format of the file:

    • XML Feed
    • JSON
    • JSON Lines
    • CSV - Provide the details on how to format the imported file:
    1. From the Delimiter dropdown, select the character that marks the end of a column.
    2. From the Quotation mark dropdown list, select the characters that contain the text or data type.
    3. From the Escape character dropdown lists, select the character changes the default interpretation of a character or a string followed by the character.
  4. In the Headers fields, define request headers required by the HTTP API.

  5. Confirm the settings by clicking Apply.

Examples of use


In this example, you can launch a workflow which retrieves a Synerise catalog by means of HTTPS protocol and send it further to a SFTP server. If needed, the workflow can perform a transformation of data retrieved from the catalog in order to meet data structure requirements in the SFTP server.

Important: If you decide to use the Data Transformation node you must build a data transformation workflow.
Final workflow configuration
Final workflow configuration
  1. Add the Scheduled run node.
  2. In the configuration of the node, set it to immediately.
  3. Add the HTTPS - Get File node.
  4. In the configuration of the node:
    1. Select the authentication method.
      • If no connections are available or you want to create a new one, see Add connection.
      • If you selected an existing connection, proceed to defining the integration settings.
    2. Leave the method at default (GET).
    3. In the URL, enter the address of the endpoint (you can get it here
    4. As a file format, from the dropdown list, select CSV file.
    5. Verify the following fields: Delimiter, Quotation mark, Escape character, Charset, Line ending.
    6. Configure settings for the Headers section.
    7. Confirm by clicking Apply.
  5. Optionally, you can add the Data Transformation node to modify the data retrieved from the catalog to comply with the data structure standards in your SFTP.
  6. Add the SFTP - Send File node.
  7. In the configuration of the node:
    1. Select the authentication method.
      • If no connections are available or you want to create a new one, see Add connection.
      • If you selected an existing connection, proceed to defining the integration settings.
    2. Enter the URL to the server.
    3. Enter the path to the directory.
    4. Enter the name of the file under which you want to send the data to the server.
    5. Select the format of the file.
    6. Confirm by clicking Apply.
  8. Add the End node.
😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker