Skip to main content
GET
/
v3
/
email-templates
/
variables
Get template variables
curl --request GET \
  --url https://api.reply.io/v3/email-templates/variables \
  --header 'Authorization: Bearer <token>'
{
  "prospect": {},
  "team": {},
  "advanced": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

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

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Response

Available template variables

Available template variables grouped by category.

prospect
object

Prospect-related template variables grouped by subcategory

team
object

Team-related template variables grouped by subcategory

advanced
object

Advanced template variables grouped by subcategory