Sign in

Send Welcome Email

documented

Send a welcome email to a user.

POST /api/v1/users.sendWelcomeEmailUser Managementno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rocket.chat/api/v1/users.sendWelcomeEmail" \
  -X POST \
  -H "X-Auth-Token: {{ROCKET_AUTH_TOKEN}}" \
  -H "X-User-Id: {{ROCKET_USER_ID}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email": "{{$email}}"}'
Send Welcome Email · Rocket.Chat · OpenIntegrations