# Trigger a web push notification when a new visitor discussion is created **POST /chat/web-push/new-visitor-discussion/{id_chatroom}/ambassador/{id_ambassador}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters #### Headers - **X-Popsell-Brand** (integer) The id of the target brand #### Path parameters - **id_chatroom** (string) The id of the chatroom - **id_ambassador** (string) The id of the ambassador ## Responses ### 200: Returns the web push notification #### Body Parameters: application/json (object) - **success** (boolean) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 404: Not found - The chatroom or the ambassador does not exist [Powered by Bump.sh](https://bump.sh)