NotificationWeb
QuantConnect.Notifications.NotificationWeb
NotificationWeb(
address: str,
data: Any = None,
headers: Dictionary[str, str] = None,
)
Bases: Notification
Web Notification Class
Constructor for sending a notification SMS to a specified phone number
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
address
|
str
|
Address to send to |
required |
data
|
Any
|
Data to send |
None
|
headers
|
Dictionary[str, str]
|
Optional headers to use |
None
|
headers
headers: Dictionary[str, str]
Optional email headers
address
address: str
Send a notification message to this web address
data
data: Object
Object data to send.
send
send() -> None
Method for sending implementations of notification object types.