Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions baton/sendgrid.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
title: Set up a Twilio SendGrid connector
og:title: Set up a Twilio SendGrid connector - C1 docs

Check warning on line 3 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L3

Did you really mean 'Twilio'?
og:description: Integrate your SendGrid instance with C1 to run user access reviews, enable just-in-time access requests, and easily provision and deprovision access.

Check warning on line 4 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L4

Did you really mean 'deprovision'?
description: C1 provides identity governance and just-in-time provisioning for Twilio SendGrid. Integrate your SendGrid instance with C1 to run user access reviews (UARs) and enable just-in-time access requests.

Check warning on line 5 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L5

Did you really mean 'Twilio'?

Check warning on line 5 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L5

Did you really mean 'UARs'?
sidebarTitle: "Twilio SendGrid"
---

## Capabilities

| Resource | Sync | Provision |
| Resource | Sync | Provision |
| :--- | :--- | :--- |
| Accounts | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Scopes | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Subusers | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |
| Scopes | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | <Icon icon="square-check" iconType="solid" color="#c937ae"/> |
| Subusers | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |

Check warning on line 14 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L14

Did you really mean 'Subusers'?
| Teammates | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |
| Teammate invitations | <Icon icon="square-check" iconType="solid" color="#c937ae"/> | |

The SendGrid connector supports [automatic account provisioning and deprovisioning](/product/admin/account-provisioning).
**Additional functionality:**

New accounts are invited by email with optional scopes and admin permissions:
<Icon icon="square-check" iconType="solid" color="#c937ae"/> Supports [automatic account provisioning and deprovisioning](/product/admin/account-provisioning)

New teammates are invited by email with optional scopes and admin permissions:

* `is_admin`: Whether the teammate has admin privileges (default: false).
* `scopes`: List of permission scopes for non-admin teammates (default: "user.profile.read"). Scopes are ignored when `is_admin` is true, as admins have full access.
Expand Down Expand Up @@ -73,7 +76,7 @@
<Step>
Choose how to set up the new SendGrid connector:

* Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren't yet managed with C1)

Check warning on line 79 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L79

Did you really mean 'unmanaged'?

* Add the connector to a managed app (select from the list of existing managed apps)

Expand Down Expand Up @@ -126,7 +129,7 @@
<Step>
Choose how to set up the new SendGrid connector:

* Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren't yet managed with C1)

Check warning on line 132 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L132

Did you really mean 'unmanaged'?

* Add the connector to a managed app (select from the list of existing managed apps)

Expand Down Expand Up @@ -217,7 +220,7 @@

<Steps>
<Step>
Create a namespace in which to run C1 connectors (if desired), then apply the secret config and deployment config files.

Check warning on line 223 in baton/sendgrid.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

baton/sendgrid.mdx#L223

Did you really mean 'namespace'?
</Step>
<Step>
Check that the connector data uploaded correctly. In C1, click **Apps**. On the **Managed apps** tab, locate and click the name of the application you added the SendGrid connector to. SendGrid data should be found on the **Entitlements** and **Accounts** tabs.
Expand Down