HipChat · AsyncAPI Specification
HipChat Webhooks API
Version 2.0
Event-driven webhook deliveries from Atlassian's discontinued HipChat platform. Every webhook POST included a `signed_request` query parameter containing a JWT that the receiver was expected to verify against the shared secret negotiated at add-on installation time. **Status: DISCONTINUED on February 15, 2019.** Preserved here for historical reference.
View Spec
View on GitHub
ChatMessagingCollaborationTeam CommunicationSunsetHistoricalAtlassianWebhooksAsyncAPIWebhooksEvents
Channels
/webhook/room_message
Message Posted To Room
Triggered when a message matching the optional regex pattern is posted to a room.
/webhook/room_notification
Notification Sent To Room
Triggered when a notification is sent to a room.
/webhook/room_enter
User Entered Room
Triggered when a user enters a room.
/webhook/room_exit
User Exited Room
Triggered when a user leaves a room.
/webhook/room_topic_change
Room Topic Changed
Triggered when a room topic is changed.
/webhook/room_archived
Room Archived
Triggered when a room is archived.
/webhook/room_unarchived
Room Unarchived
Triggered when a room is restored from the archive.
/webhook/room_deleted
Room Deleted
Triggered when a room is permanently deleted.
/webhook/room_created
Room Created
Triggered when a new room is created.
/webhook/room_file_upload
File Uploaded To Room
Triggered when a file is uploaded to a room.
Messages
RoomMessageEvent
Room Message
Webhook delivery for a message posted to a room.
RoomNotificationEvent
Room Notification
RoomMembershipEvent
Room Membership Change
RoomTopicChangeEvent
Room Topic Change
RoomLifecycleEvent
Room Lifecycle Change
RoomFileUploadEvent
Room File Upload
Servers
https
hipchat-cloud
hipchat-cloud
HipChat Cloud delivered webhook POSTs to consumer-supplied URLs (historical; no longer operational).