Skip to content

Api Template Io

Node: apiTemplateIo · Full type: n8n-nodes-base.apiTemplateIo · Version: 1

Credentials

apiTemplateIoApi (alias: @api)

CREDENTIAL @api = apiTemplateIoApi "My Api Template Io"

Operations

Resource: account

get

No additional parameters.

Resource: image

create

Parameter Type Default Details
imageTemplateId options "" required
jsonParameters boolean false
download boolean false
binaryProperty string "data" required
overridesJson json ""
overridesUi fixedCollection {} groups: overrideValues
options collection {} keys: fileName

Resource: pdf

create

Parameter Type Default Details
pdfTemplateId options "" required
jsonParameters boolean false
download boolean false
binaryProperty string "data" required
propertiesJson json ""
propertiesUi fixedCollection {} groups: propertyValues
options collection {} keys: fileName

Parameter Details

overridesUi children:

overrideValues group:

Parameter Type Default Details
propertiesUi fixedCollection {} groups: propertyValues

options children:

Parameter Type Default Details
fileName string ""

propertiesUi children:

propertyValues group:

Parameter Type Default Details
key string ""
value string ""

Example

NODE "apiTemplateIo" @api AS "Api Template Io" {
  resource: "account",
  operation: "get",
  binaryProperty: {{ $json.binaryProperty }}
}