Connections

Functions

#

invoke(connection_name, url, method, param_type, parameters, headers) → {CRMResponses}

Invoke Connections pass empty json object into paramters and headers if they are not required

Parameters:
Name Type Description
connection_name String

name of the connection

url String

url

method String

method

param_type number

type of the parameter

parameters object

paramters

headers object

headers

response object

CRMResponses
Example

SampleCopycopied

var response = ZDK.Apps.CRM.Connections.invoke("mailchimp4", "http://mailchimp.api/sample_api",  "POST", 1, parameters, headers);