diff --git a/env-variables.manifest.json b/env-variables.manifest.json index ca46615f..e521038d 100644 --- a/env-variables.manifest.json +++ b/env-variables.manifest.json @@ -1851,6 +1851,38 @@ "configurable": true, "contentKey": null } + ], + "reminder-message": [ + { + "key": "MESSAGING_SERVICE_SID", + "required": true, + "format": "sid", + "description": "SID of a Twilio Messaging Service that will be used for your reminder email.", + "link": "https://console.twilio.com/us1/develop/sms/services", + "default": null, + "configurable": true, + "contentKey": null + }, + { + "key": "DELAY_IN_MINUTES", + "required": false, + "format": "number", + "description": "Delay of how many minutes it should take after the incoming message to sent out a reminder. Minimum: 15 minutes", + "link": null, + "default": null, + "configurable": true, + "contentKey": null + }, + { + "key": "TWILIO_SMS_WEBHOOK_URL", + "required": true, + "format": "text", + "description": "The path to the webhook", + "link": null, + "default": "/respond", + "configurable": false, + "contentKey": null + } ] } } \ No newline at end of file