NewEmailTrigger
Description
The structure represents an instance of the New EmailTrigger entity.
Constructor
Constructor | Description |
---|---|
NewEmailTrigger | Initializes a new instance of the NewEmailTrigger object model. |
Properties
Property | Description |
---|---|
Name | Sets the EmailTrigger name. |
Description | Sets the description of the EmailTrigger. |
ProcessId | Sets the assigned ProcessId during EmailTrigger creation. |
ConnectionId | Sets the assigned ConnectionId during EmailTrigger creation. |
BotId | Sets the assigned BotId during EmailTrigger creation. |
FilterEnabled | Sets the value that indicates whether the filter is enabled. |
Arguments | Sets the Inputs and Outputs of the EmailTrigegr. |
LogLevel | Sets the loglevel for the EmailTrigegr. |
IsDisabled | Sets the value that indicates whether the EmailTrigger is enabled. |
IsFrequencyEnabled | Sets the value that indicates whether the frequency is enabled. |
FrequencyMins | Sets the frequency value in minutes. |
Filter | Sets filter in the EmailTrigger. |
StartDate | Sets the StartDate of the EmailTrigger. |
ExpiresOn | Sets the Expiration Date&Time of EmailTrigger. |
MessageFilter | Sets message filter for the EmailTrigger. |
EmailProcessingSequence | Sets the processing order for the EmailTrigger. This property accepts 'EmailProcessingSequence.OldestToNewest' and 'EmailProcessingSequence.NewestToOldest' values. |
NoOfMessages | Sets the number of messages to read at once. Reads all the messages if not specified. |
Remarks
Use the NewEmailTrigger object model to create a new EmailTrigger.