SmsFragments
Create an SMS Message Fragment
This endpoint creates an SMS Message Fragment for the given site.
post/shop/sms-fragments
Request body
Example request
{
"name": "Order Confirmation",
"message": "Hi! Your order has been confirmed. We look forward to seeing you on Saturday 20th January at 12pm.\n",
"priority": 10,
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}Response
The SMS Message Fragment was successfully retrieved
Example response
{
"data": {
"name": "Order Confirmation",
"message": "Hi! Your order has been confirmed. We look forward to seeing you on Saturday 20th January at 12pm.\n",
"priority": 10,
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.