Skip to content

Bulk Messaging

Create a draft bulk message.

Policy: bulkmessage.in_app|sms|email

ParameterRequiredDescription
subjectYes (optional for SMS)Message subject (dynamic tags can be included). For SMS the subject is optional but useful for internal tracking
bodyYesMessage body in markdown or HTML. Jinja templating supported
urisYes (unless using segment_uri)List of Sheep URIs to send to
segment_uriYes (unless using uris)Segment to send to
regardingNoURI of a common resource to associate with the message
requires_acknowledgementNoBoolean, default false. If true the message will be marked as requiring acknowledgement
http POST https://sls-api.sheepcrm.com/messaging/v2/{bucket}/{email|in-app|sms}/ "Authorization: Bearer $API_KEY"
uris:='["/example/person/5e627c2e49c3a83464f3fb04/","/example/person/5e8c7ec849c3a877afbe4d2d/"]'
body="Hi {{first_name}}"
subject="Hello"