@negreanucalin8x8/n8n-nodes-8x8
Version:
This is a Work in progress
43 lines • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sendSMSApi = void 0;
exports.sendSMSApi = [{
displayName: "Operation",
name: "operation",
type: "options",
noDataExpression: true,
displayOptions: {
show: {
resource: ["sms"],
},
},
options: [
{
name: "Send SMS",
value: "sendSMS",
description: "Send a message",
},
{
name: "Send SMS batch",
value: "sendSMSBatch",
description: "Send a message and wait for a reply",
},
{
name: "Cancel batch of scheduled SMS",
value: "cancelBatchScheduledSMS",
description: "Send a templated message",
},
{
name: "SMS Success Feedback",
value: "sendSMSSuccessFeedback",
description: "Send a templated message",
},
{
name: "Cancel the scheduled SMS",
value: "cancelTheScheduledSMS",
description: "Send a templated message",
},
],
default: "sendSMS",
}];
//# sourceMappingURL=SendSMSApi.js.map