Back to Tools

Twilio SMS

Communication

Twilio SMS and MMS messaging. Send texts, verify phone numbers, and manage conversations.

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-sms

cURL 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"}'
Integration

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