Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST BulkAssignContactsToList

Assign multiple contacts to list.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Description
* idList id.
Payload:Must be an array with contact emails or contact IDs. Maximum of 50 records.
Output params
An object containing the result for each update/creation:
  • id (of the contact)
  • email (of the contact)
  • status (HTTP status)
  • message (Further info about the request)

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON