Input Data Property Page (Email Integration) |
Use the Input Data property page to configure options that help actions identify how to process the input event data that is triggered by your integration and to configure sample data that can be used to test your integration.
|
Integration input data is placed into the %EventData% variable. |
Input Data Format
Run actions using the Email's body content as input data: Directs the Integration Service to use the email's body contents for the input data source.
Save email body to location and attachment(s) to the same folder: Directs the Integration Service to save the email's body contents to a specified location.
Location: Specifies the file system or location that you want the Integration Service to use when it saves the email's body contents. File systems or locations can include a path that is relative to the folder that contains the integration file, a temporary storage folder, local file systems or network shares, Librarian, or a supported cloud storage location. For more information about supported cloud storage locations, refer to the Administration Console
Body File Name: Specifies the file path for the file in which you want the Integration Service to save the email's body contents. You can enter the folder location and file name or click Browse to locate and then select the file that you want (the Browse option is not available when Location is set to Relative to Integration or Temporary Storage). Alternatively, you can add a variable to specify the file that you want or add a special character to the value that you enter.
File Encoding: Specifies the encoding to use to save the email's body contents. The default is Unicode (UTF-8).
Save Method: Specifies the action to take if an email body file of the same name already exists, as follows:
Replace file if it already exists: Specifies that if a file that has the same name already exists in the folder, the new content is saved to a file that replaces the existing file.
Fail if destination file exists: Specifies that if a file that has the same name already exists in the folder, the new content is not saved.
Run actions for each Email attachment and use the attachment's content as input data: Directs the Integration Service to use the email attachments for the input data source. The integration's actions will run for each attachment and will use each attachment as the input data source.
Save email attachment(s) content to folder: Directs the Integration Service to save the email attachments to a specified location.
Location: Specifies the file system or location that you want the Integration Service to use when it saves the email attachments. File systems or locations can include a path that is relative to the folder that contains the integration file, a temporary storage folder, local file systems or network shares, Librarian, or a supported cloud storage location. For more information about supported cloud storage locations, refer to the Administration Console
Folder: Specifies the folder in which you want the Integration Service to save the email attachments. You can enter the folder location or click Browse to locate and then select the file that you want (the Browse option is not available when Location is set to Temporary Storage). Alternatively, you can add a variable or add a special character to the value that you enter.
Save Method: Specifies the action to take if an email attachment file of the same name already exists, as follows:
Replace file if it already exists: Specifies that if a file that has the same name already exists in the folder, the new content is saved to a file that replaces the existing file.
Make file name unique by appending serial number: Specifies that if a file that has the same name already exists in the folder, the new content is saved to a file that is made unique by appending a serial number to the file name.
Make file name unique by appending time stamp: Specifies that if a file that has the same name already exists in the folder, the new content is saved to a file that is made unique by appending a timestamp to the file name.
Fail if destination file exists: Specifies that if a file that has the same name already exists in the folder, the new content is not saved.
Input Data Format: Specifies the data content type. When the trigger is detected, the Integration Service processes the contents according to this format before it runs any actions.
Input Encoding: Specifies the encoding to use to read the email attachments. Available when the Run actions for each Email attachment and use the attachment's content as input data option is selected.
Data is contained in a SOAP message: Specifies that the action looks for the data to be contained in a SOAP message.
Samples
New Sample: Opens the Sample Data wizard so that you can add a new sample to the input data property. Use the wizard to select a sample data source, name the sample, capture an integration event to use as a sample, and review and edit the sample variables. Available when no samples have been added.
Samples: Available when one or more samples have been added.
: Copies the selected sample and places it on the Clipboard.
: Cuts the selected sample and places it on the Clipboard.
: Pastes the sample from the Clipboard.
: Opens the Save File dialog so that you can export the selected sample to a file.
: Opens the Open File dialog so that you can import a sample file.
Add: Opens the Sample Data wizard so that you can add and configure a new sample.
Sample list: Lists the samples in alphabetical order.
Name: Specifies the name of the sample. You can edit the name that is in this field.
Sample Variables: Lists the names and values of the sample variables. You can double-click a value to edit it, click in the Value field to display the Edit variable value and Delete icons, or right-click a variable name or value to display the following options:
New Variable: Adds a new variable to the sample.
Copy: Copies the variable to the Clipboard.
Cut: Cuts the variable and places it on the Clipboard.
Paste: Pastes the variable from the Clipboard.
Delete: Deletes the variable.
Add: Adds a new variable.
For more information, refer to Using Sample Data Sources.
Related Topics