POST /sms/v1/automation/importSend/{id}/deliveryReport

Overview

Generates a .csv fiie containing information regarding SMS message delivery for a specific MessageList and places the report in the Enhanced FTP location for the Marketing Cloud account.

URL Parameters

Name Type Description
tokenid string Required The ID provided in the MessageList REST response

JSON Parameters

Name Type Description
fileName string Required The name of the report file in your FTP/reports folder

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /sms/v1/automation/importSend/{tokenid}/deliveryReport/
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

{
  "filename": "DeliveryReportFileName"
}
Last Updated: Jun 8, 2021