Available Actions
sendverifylookupconversations
Input Schema
{
"type": "object",
"required": [
"to",
"body"
],
"properties": {
"to": {
"type": "string"
},
"body": {
"type": "string"
},
"from": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"sid": {
"type": "string"
},
"status": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/twilio-smscURL Example
curl -X POST \
https://api.nulayers.com/execute/twilio-sms \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "send"}'