RuleAction
An action to be performed by an automation rule.
type RuleAction implements Timestamped {
createdAt: DateTime!
id: ID!
replyTemplate: RuleReplyTemplate
toAgent: String
type: RuleActionType!
updatedAt: DateTime!
value: String
}
Fields
RuleAction.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
RuleAction.id ● ID! non-null scalar common
RuleAction.replyTemplate ● RuleReplyTemplate object common
The message template used when sending this rule.
RuleAction.toAgent ● String scalar common
The agent the action is directed to, if applicable.
RuleAction.type ● RuleActionType! non-null enum common
The rule action type.
RuleAction.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
RuleAction.value ● String scalar common
The value associated with the action (for example, an agent ID).
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
RuleActionConnection object ● RuleActionEdge object