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.DirectMessageCapabilityInput

Create or update the members of a direct message.
Property Type Description Required or Optional Available Version
membersToAdd List<String> List of user IDs for members to include in the direct message. Required when creating a direct message (POST)

Optional when updating a direct message (PATCH)

39.0
membersToRemove List<String> List of user IDs for members to remove from the direct message. Optional when updating a direct message (PATCH)

Not supported when creating a direct message (POST)

40.0
subject String Subject of the direct message. Optional when creating a direct message (POST)

Not supported when updating a direct message (PATCH)

39.0