Nguyễn Văn Thắng
NNovu
•Created by Nguyễn Văn Thắng on 8/15/2024 in #💬│support
Subscribers in the topic are not receiving notifications.
Hello everyone, I have a small issue with the self-hosted version. I created a topic and added subscribers to the topic, but when I send notifications to the topic, the subscribers do not receive the notifications. My cURL
curl --location 'http://localhost:3000/v1/events/trigger' \
--header 'Authorization: ApiKey 22528a20eaebd1805c5f6a92edff1857' \
--header 'Content-Type: application/json' \
--data '{
"name": "untitled",
"to": {
"type": "Topic",
"topicKey": "v2"
},
"payload": {
"name": "My name",
"tuoi": "33",
"cong_ty": "kdm",
"deeplink": "google.com"
}
}'
5 replies