Newer Version Available
Direct Message Capability Input
- Root XML tag
- <directMessageCapability>
- JSON example
-
1{ 2 "membersToAdd": ["005R0000000I2X4","005R0000000I23Y","005R0000000IUV5"] 3} - Properties
-
Name Type Description Required or Optional Available Version membersToAdd 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 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