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