POST /sms/v1/contacts/queueImport/{id}

Queues a contact import.

URL Parameters

NameTypeDescription
listIdstringRequiredthe list id

JSON Parameters

NameTypeDescription
shortCodestringThe short code
keywordstringThe keyword
sendEmailNotificationbooleanSend email notification
emailAddressstringEmail address the notification goes to
importMappingTypestringField mapping type
fileNamestringThe name of the file, including extensions
fileTypestringThe only type supported is csv
isFirstRowHeaderbooleanFlag indicating whether or not the first row is the header
fieldMapsarrayList of field maps includes destination, ordinal, and source

Usage

Example Request

Example Response