@dabblelab/plugin-autopilot
Version:
Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot
17 lines (16 loc) • 486 B
JavaScript
exports.options = {
'assistant-sid' : {
type: 'string',
describe: 'assistant sid',
alias : 's',
requiresArg : true,
hidden : false
},
'properties' : {
type: 'string',
describe: 'The Autopilot Assistant Webhooks List',
default: 'sid, uniqueName, webhookUrl, events, dateCreated, dateUpdated, webhookMethod',
hidden : false
}
}
exports.describe = `List all webhooks of an assistant`;