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

Queues a contact import.

NameTypeDescription
listIdstringRequiredthe list id
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

Example Request

Example Response