HTTPS
to ensure secure data transmission.HTTP POST
requests with a Content-Type
of application/json
.HTTP 200 OK
status quickly to acknowledge receipt.Set your username and password while configuring the webhook on the CometChat dashboard.
Event | Description |
---|---|
before_message | Triggered when a message is in-flight—just before it is processed by CometChat. |
after_message | Triggered after a message has been successfully sent. |
message_delivery_receipt | Triggered when a message is marked as delivered to a user. |
message_read_receipt | Triggered when a message is marked as read by the recipient. |
Event | Description |
---|---|
user_connection_status_change | Triggered when a user connects or disconnects from the CometChat platform. |