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...",
            "no_address": true,
            "confirm_address": true,
            "address_confirmation_via": "email",
            "resume_with_unconfirmed_address": false,
            "expire_after_days": 5,
            "hide_product_info": true,
            "address_confirmation_custom_message": "Please update your shipping address!",
            "via": "single_person_or_company",
            "via_from": "YOUR APPLICATION NAME"
        }
    }
{
  "success": true,
  "message": "Gift send Successfully",
  "tracking_code": "116d64dc686937dd17b1865019cee71d295bcf38"
}

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.
    {
        "send":
        {
            "touch_id": 123456,
            "name": "John Smith",
            "email": "developers@sendoso.com",
            "custom_message": "Hi John, I wanted to personally invite you to...",
            "no_address": true,
            "confirm_address": true,
            "address_confirmation_via": "email",
            "resume_with_unconfirmed_address": false,
            "expire_after_days": 5,
            "hide_product_info": true,
            "address_confirmation_custom_message": "Please update your shipping address!",
            "via": "single_person_or_company",
            "via_from": "YOUR APPLICATION NAME"
        }
    }
{
  "success": true,
  "message": "Gift send Successfully",
  "tracking_code": "116d64dc686937dd17b1865019cee71d295bcf38"
}