Category: Informational
Summary: Two new system columns will be added to outbound contact list exports, after the "CallRecordLastAgentWrapup-" column and before the "Callable-" column, for each phone column on the contact list.
Context: These new columns will be similar to the existing call record columns, but will contain the results of Outbound SMS messages.
Impact: If using a CSV reader, users may need to account for these new columns when iterating over the headers and data so that the correct data is mapped to the correct headers.
Date of Change (Target): February 12, 2020
Impacted APIs:
- The CSV file downloaded after a successful result from
GET /api/v2/outbound/contactlists/{id}/export
will be affected - No impact to request/response on that endpoint