Send Customer Message

Add internal notes

POST {baseUrl}/drops/publicNotes

Add a public note on deliveries by providing an array of dropIds.

Headers

Name
Type
Description

app_id*

String

app_secret*

String

Request Body

Name
Type
Description

dropIds*

Array<String>

note*

String

// Sample Request Information
Url: https://sandbox.sendstack.africa/api/v1/drops/publicNotes
Method: POST
Headers: 
 - app_id: "your app_id"
 - app_secret: "your app_secret"

Sample Success Data

Sample Error Data

Last updated