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/sendgridcURL Example
curl -X POST \
https://api.nulayers.com/execute/sendgrid \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "send"}'