Steven Nguyen
Steven Nguyen
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan (Write your test plan here. If you changed any...
## What does this PR do? - Bump appwrite version to 1.5.6 - Add 1.5.6 changes to CHANGES.md ## Test Plan Automated tests should pass. In addition, the following manual...
### 🔖 Enhancement description Add Vonage's Messages API as an SMS Messaging provider. ### 🎤 Pitch Vonage's Messages API: 1. supports more than just SMS such as WhatsApp, Facebook Messenger,...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan (Write your test plan here. If you changed any...
### 👟 Reproduction steps Create an account using the GraphQL API like: ```shell PROJECT_ID="YOUR_PROJECT_ID" curl -v 'https://cloud.appwrite.io/v1/graphql' \ -H 'Content-Type: application/json' \ -H "X-Appwrite-Project: $PROJECT_ID" \ --data-raw $'{"query":"mutation CreateAccount(\\n $email:...