Body
The ID of the campaign within Sendoso you are wanting to send.
The message that goes in the body of the eGift email.
Value must be single_email_address
.
The name of the application making the send request. Please make sure this is consistent per application.
Response
Whether or not the request was successful. Always true
for 2xx responses.
The send’s unique tracking code.
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"
}