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"
}

Body

send
object
required
touch_id
integer
required

The ID of the campaign within Sendoso you are wanting to send.

name
string

The recipient’s name.

email
string
required

The recipient’s email.

custom_message
string

The message that goes in the body of the eGift email.

via
string
required

Value must be single_email_address.

via_from
string
required

The name of the application making the send request. Please make sure this is consistent per application.

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"
}