Update or insert the consent provided by the user for receiving communication messages.
Arguments
communicationConsentReqInput
CommunicationConsentReqInput!Required
The request schema for the communication consent API includes the user's response status, the user's choice to opt in or opt out of receiving communications, and the channel through which the user wishes to receive communications.
Response
app_id
StringThe ID of the sales channel where the user has given their consent.
channels
ChannelsThe schema for the all the communication channels that the user has accept to receive communication through.
user_id
StringIdentifier which can uniquely identify the user.
encrypted
BooleanWhether the communication consent is encrypted or not.
Mutation
Try it
Input Variables
Response
Was this section helpful?