Push Notification
Patronize's messaging server API provides an even more robust messaging features that can be used to sending messages to merchants customers across board.
curl --location --request POST 'https://rllwjl4z6b.execute-api.eu-central-1.amazonaws.com/api/v1/customer/send-message' \
--header 'Authorization: Bearer {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Alert",
"body": "This Alert is a test",
"users":["AbegUserTag"]
}'
Sending Push notification to customers
title: This is the subject of the push notification.
body: Content of message sent to customer(s)
users: Abeg tag of customer(s) message will be delivered to.
Updated almost 4 years ago
