Field type |
Select the field in the notification from which the parameter value is extracted, for example, Subject, which indicates the parameter value is extracted from the subject line of the notification message. |
Tag before parameter |
Enter the tag to indicate what to extract from the beginning of the field's contents, for example, "Approval Request\(". |
Tag after parameter |
Enter the tag that indicates what to extract from the end of the field's contents, for example, "\)was sent". |
Format |
Format uses the C# ParseExact syntax, and applies to DateTime only. It supports locale-specific parameter extraction. For example, you can indicate that a given date parameter will be in the form of yyyy-MM-dd in the e-mail, and another date parameter will be in the form of yyyy-dd-MM. This applies to the DateTime type. |
Key |
The key that the value from the notification is extracted to. |