Add Multiple Email Address List

Implementation Notes

Add Multiple Contacts in List by providing Email Address separated by comma(,).

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
listid The ListMasterID of specific list. Path long
Submission

EmailAddress of contact to add in list.
(Multiple EmailAddress can be given
in JSON separated by comma.)
body
Array[listcontact1 {
EmailAddress ( string, optional),
}
  [ 
    { 
      "EmailAddress": "string"
    } 
  ]  
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found