Text Based
Rewards + Referrals
Welcome to Shoreline. A referral company with a main focus of connecting you with your users via text and e-mail.
API-FIRST Experience
While being a Shopify-Embed App we also cater directly to developers hoping to make the best custom experience for their clients and customers.
Send the customer name, shop and even customize the messaging that's sent out. It's also easy to extend the customer object to include anything else you'd like to store for manipulating and crafting the experience you want.
const createCustomer = await axios({
url: 'https://api.shoreline.biz/shop-create-customer',
method: 'POST',
headers,
data: JSON.stringify({
"shop_name": "midway-sanity.myshopify.com",
"shop_type": "shopify",
"name": "Kevin Green",
"phone": "+123456789",
"email": "kevin@ctrlaltdel.world" // Optional Email Flows
"customProperties": {
"moreData": "Custom Information"
}
})
})
Interested in using shoreline?
Learn MoreText Based
Rewards + Referrals
Welcome to Shoreline. A referral company with a main focus of connecting you with your users via text and e-mail.
API-FIRST Experience
While being a Shopify-Embed App we also cater directly to developers hoping to make the best custom experience for their clients and customers.
Send the customer name, shop and even customize the messaging that's sent out. It's also easy to extend the customer object to include anything else you'd like to store for manipulating and crafting the experience you want.
const createCustomer = await axios({
url: 'https://api.shoreline.biz/shop-create-customer',
method: 'POST',
headers,
data: JSON.stringify({
"shop_name": "midway-sanity.myshopify.com",
"shop_type": "shopify",
"name": "Kevin Green",
"phone": "+123456789",
"email": "kevin@ctrlaltdel.world" // Optional Email Flows
"customProperties": {
"moreData": "Custom Information"
}
})
})
Interested in using shoreline?
Learn More