From ace93eb1a9b2db390d94aa9aa1c2b223461ef714 Mon Sep 17 00:00:00 2001 From: twilio-labs-ci <65686990+twilio-labs-ci@users.noreply.github.com> Date: Fri, 31 May 2024 20:23:46 +0000 Subject: [PATCH] chore(env-manifest): update manifest file --- env-variables.manifest.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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