v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB
Chat Messages

Export Chats For a Customer For Given WabaNumber

Export Chats For a WabaNumber

post/export-chats

Request body

customerPhoneNumberstring phone required

The phone number of customer

wabaNumberstring phone required

The wabaNumber of integration for which you want to export chats

startDatestring required

The starting date from which chat messages will be exported. This date should be formatted as 'DD-MM-YYYY'.

endDatestring required

The ending date up to which chat messages will be exported. This date should also be formatted as 'DD-MM-YYYY'.

includeMediaboolean required

If true then it will include shared media link

Example request

{
  "customerPhoneNumber": "919999999999",
  "wabaNumber": "919999999999",
  "startDate": "14-05-2024",
  "endDate": "20-05-2024",
  "includeMedia": true
}

Response

Success

successboolean