Back to Tools

SendGrid

Communication

SendGrid email delivery. Send transactional and marketing emails at scale.

Available Actions
sendtemplateschedulestats
Input Schema
{
  "type": "object",
  "required": [
    "personalizations",
    "from",
    "content"
  ],
  "properties": {
    "from": {
      "type": "object"
    },
    "content": {
      "type": "array"
    },
    "personalizations": {
      "type": "array"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "status_code": {
      "type": "number"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/sendgrid

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/sendgrid \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "send"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.