For Agents
Programmatically create a branded link, retrieve all branded links. Covers 10 operations with bearer authentication.
Get started with Twilio SendGrid Link Branding API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"create a branded link"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Twilio SendGrid Link Branding API API.
Create a branded link
Retrieve all branded links
Update a branded link
Delete a branded link
Validate a branded link
GET STARTED
Use for: I need to a branded link, I want to all branded links, Search for a branded link, Find all a branded link
Not supported: Does not handle payments, crm, or developer tools — use for communications only.
Jentic publishes the only available OpenAPI document for Twilio SendGrid Link Branding API, keeping it validated and agent-ready.
The Twilio SendGrid Link Branding API allows you to configure your domain settings so that all of the click-tracked links, opens, and images in your emails are served from your domain rather than `sendgrid.net`. Spam filters and recipient servers look at the links within emails to determine whether the email appear trustworthy. They use the reputation of the root domain to determine whether the li. The API exposes 10 endpoints secured with bearer authentication.
Associate a branded link with a subuser
Patterns agents use Twilio SendGrid Link Branding API API for, with concrete tasks.
★ Communications Operations
Use the Twilio SendGrid Link Branding API to perform communications operations programmatically. The API provides 10 endpoints covering core functionality including create a branded link, retrieve all branded links, retrieve a branded link.
Call POST /v3/whitelabel/links to create a branded link
Automated Link Branding Management
Automate link branding operations by combining multiple Twilio SendGrid Link Branding API endpoints. Agents can retrieve all branded links and then retrieve a branded link in a single workflow.
Call GET /v3/whitelabel/links to retrieve all branded links, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Twilio SendGrid Link Branding API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle bearer tokens manually.
Search Jentic for 'create a branded link', load the operation schema, and execute with Jentic-managed credentials
10 endpoints — the twilio sendgrid link branding api allows you to configure your domain settings so that all of the click-tracked links, opens, and images in your emails are served from your domain rather than `sendgrid.
METHOD
PATH
DESCRIPTION
/v3/whitelabel/links
Create a branded link
/v3/whitelabel/links
Retrieve all branded links
/v3/whitelabel/links/{id}
Retrieve a branded link
/v3/whitelabel/links/{id}
Update a branded link
/v3/whitelabel/links/{id}
Delete a branded link
/v3/whitelabel/links/{id}/validate
Validate a branded link
/v3/whitelabel/links/{link_id}/subuser
Associate a branded link with a subuser
/v3/whitelabel/links/default
Retrieve the default branded link
/v3/whitelabel/links
Create a branded link
/v3/whitelabel/links
Retrieve all branded links
/v3/whitelabel/links/{id}
Retrieve a branded link
/v3/whitelabel/links/{id}
Update a branded link
/v3/whitelabel/links/{id}
Delete a branded link
Three things that make agents converge on Jentic-routed access.
Credential isolation
Twilio SendGrid Link Branding API bearer credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'create a branded link') and Jentic returns the matching Twilio SendGrid Link Branding API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Twilio SendGrid Link Branding API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Twilio
Alternative communications API
Choose Twilio when you need a different approach to communications operations
Pusher
Alternative communications API
Choose Pusher when you need a different approach to communications operations
Specific to using Twilio SendGrid Link Branding API API through Jentic.
What authentication does the Twilio SendGrid Link Branding API use?
The Twilio SendGrid Link Branding API uses a Bearer token in the Authorization header. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I create a branded link with the Twilio SendGrid Link Branding API?
Yes. Use the POST /v3/whitelabel/links endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Twilio SendGrid Link Branding API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I create a branded link through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'create a branded link'. Jentic returns the matching Twilio SendGrid Link Branding API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Twilio SendGrid Link Branding API have?
The Twilio SendGrid Link Branding API exposes 10 endpoints covering link branding operations.
/v3/whitelabel/links/{id}/validate
Validate a branded link
/v3/whitelabel/links/{link_id}/subuser
Associate a branded link with a subuser
/v3/whitelabel/links/default
Retrieve the default branded link