"HTTPS - Send File" node
You can use the HTTPS - Send File node to transfer the files further using HTTP protocol.
HTTPS Send File configuration

- From the Method dropdown list, select the method.
- In the URL field, enter the endpoint.
- From the File format dropdown list, select the format of the file:
- JSON
- JSON Lines
- CSV - Provide the details on how to format the file for sending:
-
From the Delimiter dropdown, select the character that splits the column.
-
From the Quotation mark dropdown list, select the characters that contain the text or data type.
-
From the Escape character dropdown lists, select the character that changes the default interpretation of a character or a string followed by the character.
-
From the Line ending dropdown list, select:
- Line feed - This option shifts the cursor to the next line vertically.
- Carriage return and line feed - This option points the cursor to the beginning of the line horizontally and shifts the cursor to the next line vertically.
-
Optionally, select the following checkboxes:
- No Byte Order Mark - This option is currently unused.
- Quoting style only if required - This option wraps the values with characters selected in the Quotation mark field when the delimiter occurs in the value. For example, for the following values:
- one
- two,three,four
The output with the enabled Quoting style only if required option will be as follows:
one,"two,three,four"
- In the Headers fields, define request headers required by the HTTP API.
- In the Authentication section, select the authentication method.
- Anonymous - No authorization is required.
- Password - Authentication is based on a login and a password.
Examples of use
In this example, you can select a group of customers and their attributes to pass it further to the external resource (for example, Azure) by using HTTP protocol.

- Add the Scheduled Run node.
- In the configuration of the node, set it to immediately.
- Add the Get Profiles node.
- In the configuration of the node:
- Select a segmentation of customers.
- Select the attributes to be extracted.
- Confirm by clicking Apply.
- Add the HTTPS - Send File node.
- In the configuration of the node:
- Select the method.
- Enter the URL of the endpoint.
- Select the format of the file.
- Only for CSV files, verify the following fields: Delimiter, Quotation mark, Escape character, Charset, Line ending.
- If required, enter the headers.
- Select the authentication method.
- Confirm by clicking Apply.
- Add the End node.