OBJECT
ProcessOnlineFormTrigger
link GraphQL Schema definition
- type ProcessOnlineFormTrigger {
- # Type of record whose changes start this process, such as Lead, Opportunity,
- # Account or Contact.
- : EntityNameEnum!
- # API name of the custom entity that starts this process. Set only when the
- # trigger entity type is a custom entity.
- : String
- # Type of record the online form submission creates, such as Lead or Contact.
- : EntityNameEnum!
- # API name of the custom entity the online form submission creates. Set only when
- # the created record type is a custom entity.
- : String
- # Online form types whose submissions start this process.
- : [UUID!]!
- }