Add / Edit Multiple Recipients


  • The API is used to add / edit multiple recipients.
  • The Post parameter is data in JSON format with mandatory fields Key (Email,Mobile,Unique Field),Email or MobileNo and ListIds.The optional fields are FirstName, LastName and Custom Fields.
  • The Details File downloaded in the form of zip if Download As Zip File is checked or download simple text file.
  • The sample of JSON input is:



{

  "data": {

    "recipients": [

      {

        "Email": "test1@gmail.com",

        "MobileNo": "9595959595",

        "FirstName": "",

        "LastName": "",

        "ListIds": "2"

      },

      {

        "Email": "test2@hotmail.com",

        "SendDateTime": "2021-06-11 11:39:30",

        "FirstName": "T P",

        "LastName": "Mats",

        "ListIds": "1,3"

      },

      {

        "Email": "test3@qlc.in",

        "SendDateTime": "2021-06-11 11:39:30",

        "FirstName": "",

        "LastName": "",

        "ListIds": "4,3"

      }

    ]

  }

}




Figure : Add / Edit Multiple Recipients



Table  : Add/Edit Multiple Recipients


Sr

Fields

Description

1

Username

Encrypted User Name

2

Password

Encrypted Password

3

Data


Email or MobileNo of the recipients to be created

4

Key

Recipient details updated based on key i.e. Email, Mobile or Unique Field.

4

Output Format

JSON or XML format

5

Download As Zip File

The Type of file to be downloaded for details. i.e. zip or text.



On clicking – Help Json Format the popup is displayed which shows the json format for the post.





Figure  : Add / Edit Multiple Recipient - Help Json Format