We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d492c0 commit b3e1030Copy full SHA for b3e1030
env-variables.manifest.json
@@ -788,6 +788,26 @@
788
"default": "/voice-ivr",
789
"configurable": false
790
}
791
+ ],
792
+ "magic-links": [
793
+ {
794
+ "key": "VERIFY_SERVICE_SID",
795
+ "required": true,
796
+ "format": "sid",
797
+ "description": "SID of your Twilio Verify Service",
798
+ "link": "https://www.twilio.com/console/verify/services",
799
+ "default": null,
800
+ "configurable": true
801
+ },
802
803
+ "key": "CALLBACK_PATH",
804
805
+ "format": "text",
806
+ "description": "URL path linked in the email template to check verifications",
807
+ "link": null,
808
+ "default": "verify.html",
809
810
+ }
811
]
812
813
0 commit comments