post
https://production-api.shoutaboutus.com/api/v1/campaign/template/sms/create
Create a new campaign SMS template owned by the caller's company. The body content is seeded with a fixed default message (Hi [customerName], … [landingPageUrl] … [locationName]. Stop 2 End.); edit it via the update endpoint. Returns a trimmed field set.
Auth
- bearer token, account role — authentication. Stamped with
company_id = user.person.company_id.store_id, if supplied, must belong to the caller's hierarchy (an ownership check).
Rate limit
- No rate limit.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | Required | Unique among the caller's company templates and global templates. |
store_id | integer | Optional | Scope to one store; must be in the caller's hierarchy (an ownership check). |
Behaviour
- Synchronous.
200 OKreturnsdata.data=only(id,name,content,landing_page_id,review_site_id,store_id).422on validation failure (e.g. duplicatename).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
