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