sendEmailNotification
post
                    /ccadmin/v1/emailNotifications
Send Email Notification. Creates a new outbound email notification.
                Request
Supported Media Types
                - application/json
Root Schema : sendEmailNotification_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            (other object properties): 
            object  (other object properties)
            
            (message notification type specific properties)
- 
            (other string properties): 
            string
            (message notification type specific properties)
- 
            messageDetails: 
            array  messageDetails
            
            Email recipient / language info.
Example:
    
    
{
    "postContent":"SureShot Camera XYZ",
    "postProductImageUrl":"https://shope.example.com/products/productImage.png",
    "wishListDisplayName":"Jane''s Wish List",
    "postCreatorProfileImageURL":"https://shope.example.com/profiles/fredImage.png",
    "wishListId":"abcdefg",
    "wishListOwnerFirstName":"Jane",
    "messageDetails":{
        "notificationType":"wishlist_new_post_v1",
        "locale":"en-US",
        "toEmail":"member@example.com"
    },
    "wishListOwnerProfileImageURL":"https://shope.example.com/profiles/janeImage.png",
    "storeFrontHostName":"https://shope.example.com",
    "organization":{
        "name":"Jane''s Organization",
        "logoUrl":"https://shope.example.com/org/JanesOrgLogo.png"
    },
    "recipientFullName":"Member User",
    "recipientEmailAddress":"member@example.com",
    "postCreatorFirstName":"Fred",
    "productPrice":"$65.00",
    "wishListOwnerLastName":"Doe",
    "postCreatorLastName":"Shawpper"
}Nested Schema : (other object properties)
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    object(message notification type specific properties)
    
    
    
    
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            locale: 
            string
            Locale code of the language to use for message.
- 
            notificationType: 
            string
            Type of notification to be sent.
- 
            toEmail: 
            string
            Email to which the notification will be sent.
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code