Trigger a web push notification when a new visitor discussion is created
Headers
-
X-Popsell-Brand
integer Required The id of the target brand
Path parameters
-
id_chatroom
string Required The id of the chatroom
-
id_ambassador
string Required The id of the ambassador
POST
/chat/web-push/new-visitor-discussion/{id_chatroom}/ambassador/{id_ambassador}
curl \
--request POST 'https://domain.tld/api/v2/chat/web-push/new-visitor-discussion/{id_chatroom}/ambassador/{id_ambassador}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-Popsell-Brand: 3"
Response examples (200)
{
"success": true
}
Response examples (401)
{
"message": "Unauthorized."
}