---
title: CompanyContactSendWelcomeEmailPayload - GraphQL Admin
description: Return type for `companyContactSendWelcomeEmail` mutation.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/CompanyContactSendWelcomeEmailPayload
  md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/CompanyContactSendWelcomeEmailPayload.md
---

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

payload

Return type for `companyContactSendWelcomeEmail` mutation.

## Fields

* 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.

***

## Mutations with this payload

* [company​Contact​Send​Welcome​Email](https://shopify.dev/docs/api/admin-graphql/latest/mutations/companyContactSendWelcomeEmail)

  mutation

  Sends the company contact a welcome email.

  * company​Contact​Id

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

    required

    ### Arguments

    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.

  ***

***

## Map

### Mutations with this payload

* [company​Contact​Send​Welcome​Email](https://shopify.dev/docs/api/admin-graphql/latest/mutations/companyContactSendWelcomeEmail)