Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi Enums

Enums specific to the ConnectApi namespace.

ConnectApi enums inherit all properties and methods of Apex enums.

Enums are not versioned. Enum values are returned in all API versions. Clients should handle values they don't understand gracefully.

Enum Description
ConnectApi.ContentType Type of content for a presentation.
  • ProviderVisit
  • ManagedEvent
ConnectApi.PlayerGesture Player gesture for a presentation.
  • TapTop
  • TapBottom
  • SwipeUp
  • SwipeDown
ConnectApi.SenderType Sender type for an email template.
  • SalesRep
  • PredefinedEmail
ConnectApi.ReplyToType Reply-to type for an email template.
  • SalesRep
  • PredefinedEmail
ConnectApi.AutomatedEmailContextType Context type for an automated email.
  • ProviderVisit
ConnectApi.AutomatedEmailActionType Action type for an automated email.
  • Create
  • Update
  • Cancel