Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
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 |