eGifts
Send eGift via Sendoso Email
This endpoint allows you to send an eGift directly to a recipient.
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"
}
{
"success": false,
"message": "email can't be blank"
}
{
"success": false,
"description": "The access token is invalid",
"expired": false
}
{
"success": false,
"message": "Touch not found"
}
Body
object
required
Hide send
Hide send
integer
required
The ID of the campaign within Sendoso you are wanting to send.
string
The recipient’s name.
string
required
The recipient’s email.
string
The message that goes in the body of the eGift email.
string
required
Value must be
single_email_address.string
required
The name of the application making the send request. Please make sure this is consistent per application.
Response
boolean
required
Whether or not the request was successful. Always
true for 2xx responses.string
required
Response message.
string
required
The send’s unique tracking code.
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"
}
{
"success": false,
"message": "email can't be blank"
}
{
"success": false,
"description": "The access token is invalid",
"expired": false
}
{
"success": false,
"message": "Touch not found"
}
⌘I
{
"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"
}
{
"success": false,
"message": "email can't be blank"
}
{
"success": false,
"description": "The access token is invalid",
"expired": false
}
{
"success": false,
"message": "Touch not found"
}