---
title: companyContactSendWelcomeEmail - GraphQL Admin
description: Sends the company contact a welcome email.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/mutations/companyContactSendWelcomeEmail
  md: https://shopify.dev/docs/api/admin-graphql/latest/mutations/companyContactSendWelcomeEmail.md
---

# company​Contact​Send​Welcome​Email

mutation

Requires `write_customers` access scope or `write_companies` access scope. Also: The shop must have access to B2B. Some operations may require additional plan capabilities.

Sends the company contact a welcome email.

## Arguments

* company​Contact​Id

  [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  required

  The ID of the company contact to send welcome email to.

* email

  [Email​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/EmailInput)

  The welcome email fields.

***

## Company​Contact​Send​Welcome​Email​Payload returns

* company​Contact

  [Company​Contact](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyContact)

  The company contact to whom a welcome email was sent.

* user​Errors

  [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/BusinessCustomerUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### companyContactSendWelcomeEmail reference