Create a new consent grouppost https://example.com/v1/groupsUse this method for creating a new multi-channel consent group.Body ParamsThe request body outlines the desired configuration for a new consent group.namestringrequiredlength between 1 and 128The unique name of the group.descriptionstringrequiredA text description for this consent group.maxFrequenciesarray of objectslength between 0 and 10Array of objects describing the maximum frequency of contacts for a given channel over a given period of time.maxFrequenciesADD objectsendersarray of objectsrequiredlength between 1 and 10Array of allowed sending addresses for this consent group to send from.senders* objectchannelstringenumrequiredA channel of communicationemailtextvoicewhatsappAllowed:emailtextvoicewhatsappaddressstringAddress for communications sent on this channel.ADD objectgroupDefaultstringenumrequiredThe default control type for addresses to be contacted.ALLOWLISTDENYLISTAllowed:ALLOWLISTDENYLISTcreatedBystringIdentity to track the creator of the group.Response 201Group has been successfully created with the specified ID.Updated 7 months ago