Skip to main content

Prepare Elemental Template

Return the elemental template with replaced tags

POST/v1/elemental/{id}/template/prepare

Properties

NameTypeRequiredDescription
idstringID of the elemental

Example

/v1/elemental/your-elemental-id/template/prepare

CURL Example

curl -X POST "https://api-integrations.snackprompt.com/v1/elemental/{id}/template/prepare" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"#[name]":"Leonardo","#[lastname]":"Sola"}'