Skip to main content
POST
/
api
/
v3
/
send
{
  "send": {
    "touch_id": 123456,
    "name": "John Smith",
    "email": "developers@sendoso.com",
    "custom_message": "Hi John, I wanted to personally invite you to...",
    "via": "single_email_address",
    "via_from": "YOUR APPLICATION NAME"
  }
}
{
  "success": true,
  "message": "EGifts send Successfully",
  "tracking_code": "df934732d35e597e87ca47990a6ada5c61f890fe",
  "tracking_url": "https://app.sendoso.com/track/df934732d35e597e87ca47990a6ada5c61f890d6"
}

Documentation Index

Fetch the complete documentation index at: https://developer.sendoso.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

send
object
required

Response

success
boolean
required
Whether or not the request was successful. Always true for 2xx responses.
message
string
required
Response message.
tracking_code
string
required
The send’s unique tracking code.
tracking_url
string
required
The send’s unique tracking URL.
{
  "send": {
    "touch_id": 123456,
    "name": "John Smith",
    "email": "developers@sendoso.com",
    "custom_message": "Hi John, I wanted to personally invite you to...",
    "via": "single_email_address",
    "via_from": "YOUR APPLICATION NAME"
  }
}
{
  "success": true,
  "message": "EGifts send Successfully",
  "tracking_code": "df934732d35e597e87ca47990a6ada5c61f890fe",
  "tracking_url": "https://app.sendoso.com/track/df934732d35e597e87ca47990a6ada5c61f890d6"
}