mutation

upsertCommunicationConsent

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
String
The ID of the sales channel where the user has given their consent.
channels
Channels
The schema for the all the communication channels that the user has accept to receive communication through.
user_id
String
Identifier which can uniquely identify the user.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...