Text Payload

This payload extracts text payload from the request and lets you define regex to control precise extraction.

The following figure illustrates the Text payload fields.

Text Payload

The properties for the Text payload are explained in the following table.

PropertiesSub-FieldDescription
Prerequisite Match Pattern Regular expression to be matched before the action is executed.
Pattern The regular expression pattern on which the extraction is applied is specified in this field. For example, consider if the text is “Hello World”, then pattern would be “\w+”.
 Pattern Group IdThe grouping number to extract from the Regular Expression Pattern. For example, for the text “Hello World”, Group Id would be 0 to match characters in first group as per regex.
 Profile NameProfile to be used to perform transform operations on the matched content.
 User CommentsAdditional information related to the action performed by the group processing.
Encoding Type of encoding to be used.
Codec The encoding method used is specified in this field. For more information about codec types, refer to the section Standard Encoding Method List.