File tree Expand file tree Collapse file tree 14 files changed +22
-16
lines changed
Expand file tree Collapse file tree 14 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import auth from './auth'
88const app : IApp = {
99 name : 'Custom API' ,
1010 key : 'custom-api' ,
11+ description : 'Make a HTTP request' ,
1112 iconUrl : '{BASE_URL}/apps/custom-api/assets/favicon.svg' ,
1213 authDocUrl : '' ,
1314 beforeRequest : [ checkUrls , addHeaders ] ,
@@ -16,7 +17,7 @@ const app: IApp = {
1617 apiBaseUrl : '' ,
1718 primaryColor : '0059F7' ,
1819 actions,
19- category : 'integrations ' ,
20+ category : 'others ' ,
2021}
2122
2223export default app
Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ import actions from './actions'
55const app : IApp = {
66 name : 'Delay' ,
77 key : 'delay' ,
8+ description :
9+ 'Delay execution of the next step by a specified amount of time or until a specified date' ,
810 iconUrl : '{BASE_URL}/apps/delay/assets/favicon.svg' ,
911 authDocUrl : 'https://automatisch.io/docs/apps/delay/connection' ,
1012 baseUrl : '' ,
1113 apiBaseUrl : '' ,
1214 primaryColor : '001F52' ,
1315 actions,
14- category : 'logic ' ,
16+ category : 'others ' ,
1517}
1618
1719export default app
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import actions from './actions'
55const app : IApp = {
66 name : 'Formatter' ,
77 key : 'formatter' ,
8+ description :
9+ 'Manipulate your data, such as changing date formats or adding days to a date' ,
810 iconUrl : '{BASE_URL}/apps/formatter/assets/favicon.svg' ,
911 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/formatter' ,
1012 baseUrl : '' ,
1113 apiBaseUrl : '' ,
1214 primaryColor : '000000' ,
1315 actions,
14- description :
15- 'Manipulate your data, such as changing date formats or adding days to a date' ,
1616 substepLabels : {
1717 settingsStepLabel : 'Set up formatter' ,
1818 } ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import dynamicData from './dynamic-data'
88const app : IApp = {
99 name : 'LetterSG' ,
1010 key : 'lettersg' ,
11+ description : 'Create a letter' ,
1112 iconUrl : '{BASE_URL}/apps/lettersg/assets/favicon.svg' ,
1213 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/lettersg' ,
1314 baseUrl : '' ,
@@ -17,7 +18,7 @@ const app: IApp = {
1718 auth,
1819 actions,
1920 dynamicData,
20- category : 'integrations ' ,
21+ category : 'communications ' ,
2122}
2223
2324export default app
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import queue from './queue'
1111const app : IApp = {
1212 name : 'M365 Excel' ,
1313 key : 'm365-excel' ,
14+ description : 'Create, find or update a row in a table' ,
1415 iconUrl : '{BASE_URL}/apps/m365-excel/assets/favicon.svg' ,
1516 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/m365-excel' ,
1617 baseUrl : 'https://www.office.com' ,
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import auth from './auth'
77const app : IApp = {
88 name : 'PaySG' ,
99 key : 'paysg' ,
10+ description :
11+ 'Create payment, get details of payments created and send emails to payees' ,
1012 iconUrl : '{BASE_URL}/apps/paysg/assets/favicon.svg' ,
1113 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/paysg' ,
1214 baseUrl : '' ,
@@ -15,7 +17,7 @@ const app: IApp = {
1517 beforeRequest : [ addAuthHeader ] ,
1618 auth,
1719 actions,
18- category : 'integrations ' ,
20+ category : 'others ' ,
1921}
2022
2123export default app
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import queue from './queue'
99const app : IApp = {
1010 name : 'SMS by Postman' ,
1111 key : 'postman-sms' ,
12- description : " Send SMSes using your agency's Postman v2 account" ,
12+ description : ' Send SMS-es via Postman' ,
1313 iconUrl : '{BASE_URL}/apps/postman-sms/assets/favicon.svg' ,
1414 beforeRequest,
1515 requestErrorHandler,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import actions from './actions'
55const app : IApp = {
66 name : 'Email by Postman' ,
77 key : 'postman' ,
8+ description : 'Send emails' ,
89 iconUrl : '{BASE_URL}/apps/postman/assets/favicon.svg' ,
910 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/postman' ,
1011 baseUrl : 'https://postman.gov.sg' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import dynamicData from './dynamic-data'
88const app : IApp = {
99 name : 'Slack' ,
1010 key : 'slack' ,
11+ description : 'Send or find a message in a channel' ,
1112 iconUrl : '{BASE_URL}/apps/slack/assets/favicon.svg' ,
1213 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/slack' ,
1314 baseUrl : 'https://slack.com' ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import dynamicData from './dynamic-data'
99const app : IApp = {
1010 name : 'Telegram' ,
1111 key : 'telegram-bot' ,
12+ description : 'Send messages to a Telegram chat, group or channel' ,
1213 iconUrl : '{BASE_URL}/apps/telegram-bot/assets/favicon.svg' ,
1314 authDocUrl : 'https://guide.plumber.gov.sg/user-guides/actions/telegram' ,
1415 baseUrl : 'https://telegram.org' ,
You can’t perform that action at this time.
0 commit comments