2021-12-20 06:19:00 +00:00
|
|
|
{
|
2022-01-27 05:25:16 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
2021-12-20 06:19:00 +00:00
|
|
|
"title": "Twilio datasource",
|
|
|
|
|
"description": "A schema defining Twilio datasource",
|
2022-01-17 07:08:17 +00:00
|
|
|
"type": "api",
|
2021-12-20 06:19:00 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "Twilio",
|
|
|
|
|
"kind": "twilio",
|
|
|
|
|
"exposedVariables": {
|
2022-02-08 03:14:38 +00:00
|
|
|
"isLoading": false,
|
2021-12-20 06:19:00 +00:00
|
|
|
"data": {},
|
|
|
|
|
"rawData": {}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
2023-06-15 12:03:22 +00:00
|
|
|
"account_sid": {
|
2021-12-20 06:19:00 +00:00
|
|
|
"type": "string"
|
|
|
|
|
},
|
2023-06-15 12:03:22 +00:00
|
|
|
"auth_token": {
|
2021-12-20 06:19:00 +00:00
|
|
|
"type": "string",
|
|
|
|
|
"encrypted": true
|
2023-06-15 12:03:22 +00:00
|
|
|
},
|
|
|
|
|
"messaging_service_sid": {
|
|
|
|
|
"type": "string"
|
2021-12-20 06:19:00 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"customTesting": true
|
|
|
|
|
},
|
|
|
|
|
"defaults": {
|
2023-06-15 12:03:22 +00:00
|
|
|
"auth_token": {
|
2021-12-20 06:19:00 +00:00
|
|
|
"value": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"properties": {
|
2023-06-15 12:03:22 +00:00
|
|
|
"auth_token": {
|
2022-01-17 07:08:17 +00:00
|
|
|
"label": "Auth Token",
|
2023-06-15 12:03:22 +00:00
|
|
|
"key": "auth_token",
|
2021-12-20 06:19:00 +00:00
|
|
|
"type": "password",
|
|
|
|
|
"description": "Auth Token for Twilio",
|
|
|
|
|
"helpText": "For generating Auth Token, visit: <a href='https://console.twilio.com/' target='_blank' rel='noreferrer'>Twilio Console</a>"
|
|
|
|
|
},
|
2023-06-15 12:03:22 +00:00
|
|
|
"account_sid": {
|
2022-01-17 07:08:17 +00:00
|
|
|
"label": "Account SID",
|
2023-06-15 12:03:22 +00:00
|
|
|
"key": "account_sid",
|
2021-12-20 06:19:00 +00:00
|
|
|
"type": "text",
|
|
|
|
|
"description": "Account SID for Twilio",
|
|
|
|
|
"helpText": "For generating Account SID, visit: <a href='https://console.twilio.com/' target='_blank' rel='noreferrer'>Twilio Console</a>"
|
|
|
|
|
},
|
2023-06-15 12:03:22 +00:00
|
|
|
"messaging_service_sid": {
|
2022-01-17 07:08:17 +00:00
|
|
|
"label": "Messaging Service SID",
|
2023-06-15 12:03:22 +00:00
|
|
|
"key": "messaging_service_sid",
|
2021-12-20 06:19:00 +00:00
|
|
|
"type": "text",
|
|
|
|
|
"description": "Messaging Service SID for Twilio",
|
|
|
|
|
"helpText": "For generating Messaging Service SID, visit: <a href='https://console.twilio.com/' target='_blank' rel='noreferrer'>Twilio Console</a>"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-01-27 05:25:16 +00:00
|
|
|
"required": [
|
2023-06-15 12:03:22 +00:00
|
|
|
"auth_token",
|
|
|
|
|
"account_sid",
|
|
|
|
|
"messaging_service_sid"
|
2022-01-27 05:25:16 +00:00
|
|
|
]
|
|
|
|
|
}
|