Send
This operation sets the input data as the body of the HTTP request and sends it to the specified URL.
Prepare JSON format data that can be analyzed by REST APIs for use.
You can display the send operation screen by displaying the script canvas on the Designer screen, clicking the following items in the following order, and then dragging and dropping the component icon onto the script canvas:
-
Tool palette > Generic protocol > HTTP > Send

Figure 7.1 Send operation screen
(1) Field list
This is a list of the fields to configure for the send operation.
Field Name |
Initial Value |
Setting Value |
Omission |
Notes |
|
---|---|---|---|---|---|
Name |
|
Single-byte alphanumeric characters and certain symbols (*1) |
- |
A value that begins with a single-byte alphabetic character |
|
Input data |
(No input data) |
Name of the input data component |
- |
Select from list (*2) |
|
Required settings |
|||||
|
URL |
|
|
- |
|
Method |
POST |
|
- |
|
|
Header |
|
|
- |
|
|
Comment |
|||||
|
Comment |
|
Characters |
✓ |
|
✓ |
: |
Possible to omit |
- |
: |
Impossible to omit |
*1 |
: |
Only "_" (underscore) can be specified. |
*2 |
: |
When component icons for input or conversion are placed on the script canvas, the options are displayed in the list. |
(2) Description of each field
This section explains each of the fields to configure for the send operation.
After changing these settings, click Finish to save the settings.
Click Cancel to discard the changes.
- Name
-
Name of the send operation component
Single-byte alphanumeric characters and "_" (underscore) can be used.
Use a value that begins with a single-byte alphabetic character.
- Input data
-
Selection of the component name of the input data for sending
From the input data component names displayed in the list, select the name of the component for sending.
Required settings
- URL
-
Send destination URL
Specify the URL to send to.
- Method
-
Method used for HTTP transfer
Select the method to use for HTTP transfer from the following options:
-
POST
-
PUT
-
- Header
-
Send destination URL header
Specify Key and Value for the send destination URL header.
Click Up or Down to move the selection.
Click Add or Delete to add or delete a Key or Value.
Comment
- Comment
-
Comment regarding the send operation
You can enter a comment.