POST /sms/v1/automation/importSend
Imports the contact file and data extension, and then sends the message. This API is only supported for Outbound Message template.
Name | Type | Description | |
---|---|---|---|
messageId | string | Required | Encoded message Id |
keyword | string | Required | A valid keyword on the shortcode for the message to opt the numbers on to |
notificationEmail | string | If specified, email notifications will be sent on import and program completion | |
override | boolean | Flag to indicate whether the override text should be used | |
overrideText | string | Text to override the existing message. | |
isDuplicationAllowed | boolean | If true, duplicate messages may be sent | |
isVisible | boolean | If specified true, the import definition and list created will be visible | |
importDefinition | string | Required | List of Import Definitions to be created (currently limited to 1) |
Example Request for FILE ImportType
Example Request for DATA_EXTENSION ImportType
Example Response