Questions? Feedback? powered by Olark live chat software

Newsman API Page

Newsman API » Newsman API 1.0 » Template » template.get

Newsman Api Method: template.get

Prototype: template.get($key, $account_id, $template_id)

Description: Gets a template for this account

Return: struct (Returns dictionary with the template data: type, content)

Variable Type Description
$key string API key
$account_id string
$template_id string the template identifier

Curl Code Example

curl -G https://cluster.newsmanapp.com/api/1.0/template.get \
	-d key=89789sdsd9fsdf9sd7k2k \
	-d account_id=test90210 \
	-d template_id=theFirstTemplate