Skip to main content
POST
/
api
/
v1
/
platforms
/
{platform}
/
campaigns
/
{campaignId}
/
message-template
/
generate
Error
A valid request URL is required to generate request examples
{
  "data": {
    "body": "Hi {{firstName}}, noticed {{company}} is hiring. Worth trading notes on outbound efficiency?",
    "variables": [
      "firstName",
      "company"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platform
string
required
campaignId
string
required

Body

application/json

Template generation payload

objective
string
tone
string
contextNotes
string

Response

Generated template

data
object
required