OBJECT
ProcessSendEmailNode
link GraphQL Schema definition
- type ProcessSendEmailNode implements ProcessNodeInterface, ProcessScheduleInterface {
- # Unique identifier of this node within the process node tree.
- : ID!
- # Identifier of the node that precedes this one in the process node tree. Null for
- # nodes attached directly to the trigger.
- : ID
- # Display name of the node shown in the process builder.
- : String!
- # Optional schedule that delays this action to a later time. When null, the action
- # runs immediately when reached.
- : ProcessNodeSchedule
- # Whether the email is sent as a single mass mailing to all recipients rather than
- # as individual messages.
- : Boolean!
- # Email message this node sends.
- : ProcessNodeEmail!
- }
link Require by
This element is not required by anyone