Skip to main content
GET
/
integrations
/
make
/
rpc
/
template-params
Get dynamic field definitions for a single approved template
curl --request GET \
  --url https://smartsend-server.otherwise.co.il/integrations/make/rpc/template-params \
  --header 'x-organization-id: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "<string>",
      "label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.smartsend.co.il/llms.txt

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

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Query Parameters

templateName
string
required

Name of the approved template (from /rpc/templates)

languageCode
string

Optional language code to disambiguate templates that exist in multiple languages (e.g. he, en)

Response

200 - application/json

Template params retrieved successfully

success
boolean
data
object[]