File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
sources/new-message-received Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import constants from "../../common/constants.mjs";
44export default {
55 key : "esendex-send-sms-message" ,
66 name : "Send SMS Message" ,
7- description : "Send an SMS message to a recipient. [See the documentation[ (https://developers.esendex.com/api-reference/#messagedispatcher)" ,
7+ description : "Send an SMS message to a recipient. [See the documentation] (https://developers.esendex.com/api-reference/#messagedispatcher)" ,
88 version : "0.0.1" ,
99 type : "action" ,
1010 props : {
@@ -63,7 +63,6 @@ export default {
6363 body : this . message ,
6464 from : this . from ,
6565 type : "SMS" ,
66- sendat : this . sendAt ,
6766 characterset : this . characterSet ,
6867 validity : this . validity ,
6968 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import constants from "../../common/constants.mjs";
44export default {
55 key : "esendex-send-voice-message" ,
66 name : "Send Voice Message" ,
7- description : "Send a voice message to a recipient. [See the documentation[ (https://developers.esendex.com/api-reference/#messagedispatcher)" ,
7+ description : "Send a voice message to a recipient. [See the documentation] (https://developers.esendex.com/api-reference/#messagedispatcher)" ,
88 version : "0.0.1" ,
99 type : "action" ,
1010 props : {
@@ -69,7 +69,6 @@ export default {
6969 body : this . message ,
7070 from : this . from ,
7171 type : "Voice" ,
72- sendat : this . sendAt ,
7372 characterset : this . characterSet ,
7473 lang : this . lang ,
7574 retries : this . retries ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import sampleEmit from "./test-event.mjs";
77export default {
88 key : "esendex-new-message-received" ,
99 name : "New Message Received" ,
10- description : "Emit new event when a new message is received. [See the documentation[ (https://developers.esendex.com/api-reference/#messageheader)" ,
10+ description : "Emit new event when a new message is received. [See the documentation] (https://developers.esendex.com/api-reference/#messageheader)" ,
1111 version : "0.0.1" ,
1212 type : "source" ,
1313 dedupe : "unique" ,
You can’t perform that action at this time.
0 commit comments