Back to Services
Basic Trustrest
SendGrid — Transactional Email
Send transactional and marketing emails with tracking, templates, and deliverability analytics via the SendGrid v3 API.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
emailtransactionalcommunicationmarketing
Quick Integration
Call this service through the Agent Clear proxy
// Call SendGrid — Transactional Email through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/259ae1ff-4ef3-4549-8209-41168e8ad79b',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"personalizations",
"from",
"subject",
"content"
],
"properties": {
"from": {
"type": "object",
"properties": {
"email": {
"type": "string"
}
}
},
"content": {
"type": "array"
},
"subject": {
"type": "string"
},
"personalizations": {
"type": "array",
"description": "Recipients and substitution data"
}
}
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026