1. Home
  2. /
  3. Wix-corvid
  4. /
  5. Send Email Example

Send Email Example - Wix-corvid Typing CST Test

Loading…

Send Email Example — Wix-corvid Code

Sends an email using Wix Email API.

// backend/sendEmail.jsw
import wixCRM from 'wix-crm-backend';

export function sendWelcomeEmail(email) {
	return wixCRM.emailContact('WelcomeTemplate', email);
}

$w.onReady(function () {
	sendWelcomeEmail('test@example.com').then(() => console.log('Email sent'));
});

Wix-corvid Language Guide

Wix Velo (formerly Corvid) is a full-stack development platform built into Wix, allowing developers to create dynamic web applications with custom interactions, databases, and backend logic using JavaScript and Wix APIs.

Primary Use Cases

  • ▸Creating dynamic pages from database collections
  • ▸Custom forms and workflows
  • ▸E-commerce functionality enhancements
  • ▸Integrating third-party APIs
  • ▸Building web apps with backend logic on Wix

Notable Features

  • ▸Full-stack JavaScript environment
  • ▸Integrated database collections
  • ▸Wix APIs for UI and backend
  • ▸Custom interactions and event handling
  • ▸Secure serverless backend functions

Origin & Creator

Developed by Wix.com, originally launched as Corvid in 2017, later rebranded as Velo.

Industrial Note

Velo is widely adopted for small-to-medium businesses needing dynamic web apps, internal tools, booking systems, and e-commerce customizations without leaving the Wix ecosystem.

More Wix-corvid Typing Exercises

Simple Backend API with CorvidSimple Dataset Query ExampleInsert Item into CollectionUpdate Item in CollectionDelete Item from CollectionSimple HTTP FunctionFetch Data with PromiseCreate Custom ObjectBackend Validation Function

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher