File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111 "author" :
" Pipedream <[email protected] > (https://pipedream.com/)" ,
1212 "publishConfig" : {
1313 "access" : " public"
14+ },
15+ "dependencies" : {
16+ "@pipedream/platform" : " ^3.1.0"
1417 }
1518}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default {
2323 shortenURLs : {
2424 type : "boolean" ,
2525 label : "Shorten URLs" ,
26- description : "Description for shorten URLs" ,
26+ description : "Indicates whether HTTPS URLs in the text should be replaced with shortened URLs" ,
2727 optional : true ,
2828 } ,
2929 templateId : {
@@ -35,7 +35,7 @@ export default {
3535 channel : {
3636 type : "string" ,
3737 label : "Channel" ,
38- description : "The communication channel your message sent through" ,
38+ description : "The communication channel your message will be sent through" ,
3939 options : constants . CHANNEL_OPTIONS ,
4040 optional : true ,
4141 } ,
You can’t perform that action at this time.
0 commit comments