[PR #673] [CLOSED] docs: add Plivo SMS & Verify environment variables #673

Closed
opened 2026-02-16 06:16:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/673
Author: @navi-
Created: 1/27/2026
Status: Closed

Base: mainHead: docs/plivo-sms-verify-env-vars


📝 Commits (1)

  • 3fb87bd docs: add Plivo SMS & Verify environment variables

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 en/self-host/configuration/environments.mdx (+14 -0)

📄 Description

Summary

  • Add Plivo SMS & Verify configuration section to environments.mdx, documenting all environment variables for the Plivo integration introduced in langgenius/dify#31585

Details

Adds a new Plivo SMS & Verify Configuration section alongside the existing mail provider documentation, covering:

  • PLIVO_AUTH_ID — Auth ID for API authentication
  • PLIVO_AUTH_TOKEN — Auth Token for API authentication
  • PLIVO_VERIFY_ENABLED — Feature flag for phone verification
  • PLIVO_DEFAULT_FROM_NUMBER — Default sender number for outbound SMS
  • PHONE_CODE_LOGIN_TOKEN_EXPIRY_MINUTES — Token expiry duration
  • PHONE_VERIFY_LOCKOUT_DURATION — Lockout duration after failed attempts
  • PHONE_VERIFY_MAX_ATTEMPTS — Max incorrect OTP attempts before lockout

Test plan

  • Verify the new section renders correctly in Mintlify preview
  • Confirm environment variable names match the Dify API codebase

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/673 **Author:** [@navi-](https://github.com/navi-) **Created:** 1/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/plivo-sms-verify-env-vars` --- ### 📝 Commits (1) - [`3fb87bd`](https://github.com/langgenius/dify-docs/commit/3fb87bda4bfa224bc438787958e9d48c77dcf496) docs: add Plivo SMS & Verify environment variables ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `en/self-host/configuration/environments.mdx` (+14 -0) </details> ### 📄 Description ## Summary - Add Plivo SMS & Verify configuration section to `environments.mdx`, documenting all environment variables for the Plivo integration introduced in [langgenius/dify#31585](https://github.com/langgenius/dify/pull/31585) ## Details Adds a new **Plivo SMS & Verify Configuration** section alongside the existing mail provider documentation, covering: - `PLIVO_AUTH_ID` — Auth ID for API authentication - `PLIVO_AUTH_TOKEN` — Auth Token for API authentication - `PLIVO_VERIFY_ENABLED` — Feature flag for phone verification - `PLIVO_DEFAULT_FROM_NUMBER` — Default sender number for outbound SMS - `PHONE_CODE_LOGIN_TOKEN_EXPIRY_MINUTES` — Token expiry duration - `PHONE_VERIFY_LOCKOUT_DURATION` — Lockout duration after failed attempts - `PHONE_VERIFY_MAX_ATTEMPTS` — Max incorrect OTP attempts before lockout ## Test plan - [ ] Verify the new section renders correctly in Mintlify preview - [ ] Confirm environment variable names match the Dify API codebase 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:17 -05:00
yindo closed this issue 2026-02-16 06:16:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#673