HTTP - Send File node
You can use the HTTP - Send File node to transfer the files further using HTTP protocol.
HTTP 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.
- 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 HTTP 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.