@wildix-internal/wim-webhooks-client > Webhooks > sendMessage
Webhooks.sendMessage() method
Signature:
sendMessage(args: SendMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendMessageCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: SendMessageCommandOutput) => void |
Returns:
void