By default, C1 sends notifications fromDocumentation Index
Fetch the complete documentation index at: https://www.c1.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
no-reply@conductorone.com. You can instead send through your own Twilio SendGrid account so recipients see your company’s domain as the sender.
This task requires the Super Admin role in C1 and an Admin-level account in SendGrid.
C1 authenticates to SendGrid via a scoped API key with the Mail Send permission. No SMTP credentials or user passwords are shared, and you can revoke access at any time by deleting the API key.
Before you begin
Configure SPF, DKIM, and DMARC for your sending domain by following SendGrid’s domain authentication guide before proceeding.
- A SendGrid account with API access (all paid plans; the Free plan’s API access is sufficient for low volume).
- Admin-level access in SendGrid to create API keys and authenticate domains.
- Access to your DNS provider to publish CNAME records.
Step 1: Verify a sending identity
SendGrid requires every sending email to come from a verified identity. You have two options:Option A — Single Sender Verification (for testing only)
Fastest way to send from one address, with no DNS changes required.Sign in to app.sendgrid.com.
Option B — Domain Authentication (recommended for production)
Authenticates your entire domain so every address on it can send, with proper SPF/DKIM alignment.Select your DNS host (for example, AWS Route 53, Cloudflare) and choose whether you want SendGrid to also handle link branding (recommended: yes).
Enter your domain (for example,
yourcompany.com). SendGrid displays 3–5 CNAME records to publish at your DNS provider.Publish each CNAME record exactly as shown at your DNS provider. Host names are typically of the form
s1._domainkey.yourcompany.com, em1234.yourcompany.com, etc.Step 2: Create a scoped API key
Create a restricted API key that grants C1 only the Mail Send permission. This limits exposure if the key is ever compromised.Fill in:
- API Key Name: C1 Email Sender (or similar).
- API Key Permissions: select Restricted Access.
In the permissions list, set every scope to No Access except Mail Send, which should be set to Full Access.
Step 3: Configure the email provider in C1
Enter your verified sender and API key in C1 to activate the integration.Fill in the fields:
- Sender name: The display name recipients see (for example, Governance Team).
- Sender email address: A verified sender from Step 1. Must match exactly — either a verified Single Sender or any address on an authenticated domain.
- Reply-to address: Usually the same as the sender address.
- SendGrid API key: The key value you copied in Step 2.
GET /v3/scopes endpoint. If the key is missing, wrong, or lacks the Mail Send permission, save fails with a clear error and your previous configuration is preserved.
Step 4: Verify
Send a test message to confirm C1 can send through SendGrid and that your email authentication records are passing.Check your inbox. View the raw headers (in Gmail: ⋮ → Show original) and confirm SPF: PASS, DKIM: PASS with your domain as signer (only if you completed Option B in Step 1), DMARC: PASS.