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