feat(signalwire): add add-voice-xml-node and respond-with-voice-xml actions
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import sendSms from './send-sms/index.js';
|
||||
import addVoiceXmlNode from './add-voice-xml-node/index.js';
|
||||
import respondWithVoiceXml from './respond-with-voice-xml/index.js';
|
||||
|
||||
export default [sendSms];
|
||||
export default [addVoiceXmlNode, respondWithVoiceXml, sendSms];
|
||||
|
||||
Reference in New Issue
Block a user