Newsletters
Create newsletter
Create a new WhatsApp newsletter (channel).
Requires messages:write scope (newsletter creation shares the messages write budget).
Request
curl -X POST "https://api.blueticks.co/v1/newsletters" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"success": true,
"data": {
"id": "string",
"name": "string",
"description": "string",
"owner": "string",
"created_at": "2019-08-24T14:15:22Z",
"subscribers": 0,
"invite": "string",
"verification": "VERIFIED"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Request Body
application/json
Response
Response Body
application/json
application/json