updateConversationInput
Autogenerated input type of updateConversation
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEclosed_by_id
· ID · The ID of a user closing the conversation. hide_close_confirmation
· Boolean · If TRUE, the current provider will no longer see the warning pop-up when closing a conversation. select_all_status
· String · Adds all members of a given category to the conversation. Merged with simple_added_users if both are provided. Accepted values: "Select All", "All My Active Clients", "All Active Clients in Organization", "All My Groups", "All Active Organization Members". simple_added_users
· String · Comma-separated list of members to add to the conversation. Each entry must be prefixed with its type: "user-{ID}" for individual users or "group-{ID}" for user groups (e.g. "user-123,group-456,user-789"). Groups are expanded to their individual members. This replaces the full invitee list — members not included will be removed. Used By
Definition
"""Autogenerated input type of updateConversation"""input updateConversationInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of a user closing the conversation. """ closed_by_id: ID
""" If TRUE, the current provider will no longer see the warning pop-up when closing a conversation. """ hide_close_confirmation: Boolean
""" The ID of the conversation to update. """ id: ID
""" A serialized JSON string of metadata. Maximum character limit of 2,000. """ metadata: JSON
""" The name of the conversation. """ name: String
""" Adds all members of a given category to the conversation. Merged with simple_added_users if both are provided. Accepted values: "Select All", "All My Active Clients", "All Active Clients in Organization", "All My Groups", "All Active Organization Members". """ select_all_status: String
""" Comma-separated list of members to add to the conversation. Each entry must be prefixed with its type: "user-{ID}" for individual users or "group-{ID}" for user groups (e.g. "user-123,group-456,user-789"). Groups are expanded to their individual members. This replaces the full invitee list — members not included will be removed. """ simple_added_users: String}