OBJECT
ProcessNodeSchedule
link GraphQL Schema definition
- type ProcessNodeSchedule {
- # Delay before the action runs, expressed in the chosen unit. Positive values
- # schedule after the reference point, negative values before it.
- : Int!
- # Unit of the offset: minutes, hours, days, working days, weeks or months.
- : ProcessNodeScheduleUnitEnum!
- # Date field on the triggered record that the offset is measured from. When
- # omitted, the offset is measured from the time the action is reached.
- : UUID
- # Fixed date and time at which the action runs, used instead of an offset.
- : DateTime
- }
link Require by
- ProcessArchiveRecordNodearchive lead/oppty
- ProcessChangeOwnershipNodenull
- ProcessCopyRecordNodenull
- ProcessCreateRecordNodeA node which creates unrelated LACOTA entity
- ProcessCreateRelatedRecordNodeA node which creates entity with relation to the triggered entity
- ProcessEnrollEmailSequenceNodenull
- ProcessLinkRecordNodenull
- ProcessQualifyRecordNodequalify lead
- ProcessScheduleInterfacenull
- ProcessSendEmailNodenull
- ProcessSendWebhookNodenull
- ProcessTriggerProcessNodenull
- ProcessUnarchiveRecordNodeunarchive lead/oppty
- ProcessUnenrollEmailSequenceNodenull
- ProcessUpdateAiFieldsNodeAutomatizer action node that triggers AI Smart Field value updates.
- ProcessUpdateRecordNodeA node which updates triggered entity
- ProcessUpdateRelatedRecordNodeA node which updates related entities of triggered entity