Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
HipChatNotificationParams
The HipChat notification paramater type
Record Fields
Record Field | Description |
AuthToken
Signature: string
|
(Required) Auth token from HipChat |
Color
Signature: string
|
The background color for the message, which can be yellow, red, green, purple, gray, or random. Default value: yellow |
From
Signature: string
|
(Required) Name the message will appear to be sent from |
Message
Signature: string
|
(Required) The message body |
MessageFormat
Signature: string
|
The message format, which can either be text or html. Default value: text |
Notify
Signature: bool
|
Whether or not this message should trigger a notification for people in the room. Default value: false |
RoomId
Signature: string
|
(Required) ID or name of the room to send the notification to |