Communication
Operations related to communications.
listCommunications
Returns a list of communications for the given marketplace.
createCommunication
Create a new communication with minimal data.
listCommunicationActions
**This service is not implemented. It is defined for code generation purposes only.**
listCommunicationCategories
Returns a list of communication categories.
listCommunicationContentBlocks
Returns a list of communication content blocks. Content blocks represent the locations where
listCommunicationTypes
Returns a list of communication types.
getCommunication
Returns a specific communication by its ID.
updateCommunication
Updates a specific communication by its ID. The draft version of the communication will be updated.
deleteCommunication
Deletes a specific communication by its ID.
editCommunication
Edit an existing communication. This creates a new draft version of the communication.
listCommunicationEligibleClusters
Returns a list of customer clusters eligible for association with the specified communication.
publishCommunication
Publish a draft communication. Once published, the communication becomes active and visible to the intended
createCommunicationContents
Creates multiple contents for the communication based on the language IDs provided.
getCommunicationContent
Returns the communication content for the specified language.
updateCommunicationContent
Updates the communication content for the specified language.
deleteCommunicationContent
Deletes the communication content for the specified language.