OBJECT

ProcessOnlineFormTrigger

link GraphQL Schema definition

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