Skip to content

Commit

Permalink
chore(env-manifest): update manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-labs-ci committed May 31, 2024
1 parent 656ee95 commit ace93eb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions env-variables.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
}

0 comments on commit ace93eb

Please sign in to comment.