POST /sms/v1/contacts/queueImport/{id}
Queues a contact import.
| Name | Type | Description | |
|---|---|---|---|
| listId | string | Required | the list id |
| Name | Type | Description | |
|---|---|---|---|
| shortCode | string | The short code | |
| keyword | string | The keyword | |
| sendEmailNotification | boolean | Send email notification | |
| emailAddress | string | Email address the notification goes to | |
| importMappingType | string | Field mapping type | |
| fileName | string | The name of the file, including extensions | |
| fileType | string | The only type supported is csv | |
| isFirstRowHeader | boolean | Flag indicating whether or not the first row is the header | |
| fieldMaps | array | List of field maps includes destination, ordinal, and source |
Example Request
Example Response