Skip to main content

send template message to customer, supports generic freemarker templates

send template message to customer, supports generic freemarker templates

Path Parameters
    departmentUUID string required
    customerKey string required
    templateName string required
Responses

OK


Schema
    messageUuid string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/customer/:customerKey/template/:templateName

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
customerKey — path required
templateName — path required
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerKey/template/:templateName' \
-H 'Accept: application/json'