Skip to content

Pipeliner

Pipeliner CRM is a comprehensive sales management tool that helps streamline sales processes through visual pipline management, contact organization, sales forecasting, and reporting.

Categories: crm

Type: pipeliner/v1


Connections

Version: 1

Basic Auth

Properties

NameLabelTypeControl TypeDescriptionRequired
spaceIdSpace IdSTRINGTEXTYour Space IDtrue
serverUrlServer URLSTRING
Options https://us-east.api.pipelinersales.com/api/v100/rest/spaces/, https://eu-central.api.pipelinersales.com/api/v100/rest/spaces/, https://ca-central.api.pipelinersales.com/api/v100/rest/spaces/, https://ap-southeast.api.pipelinersales.com/api/v100/rest/spaces/
SELECTtrue
usernameUsernameSTRINGTEXTtrue
passwordPasswordSTRINGTEXTtrue

Actions

Create Account

Name: createAccount

Creates new account.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemAccountOBJECT
Properties {STRING(owner_id), STRING(name)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
successBOOLEAN
Options true, false
SELECT
dataOBJECT
Properties {STRING(id), STRING(owner_id), STRING(name)}
OBJECT_BUILDER

JSON Example

{
"label" : "Create Account",
"name" : "createAccount",
"parameters" : {
"__item" : {
"owner_id" : "",
"name" : ""
}
},
"type" : "pipeliner/v1/createAccount"
}

Create Contact

Name: createContact

Creates new Contact

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemContactOBJECT
Properties {STRING(owner_id), STRING(first_name), STRING(last_name)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
successBOOLEAN
Options true, false
SELECT
dataOBJECT
Properties {STRING(id), STRING(owner_id), STRING(first_name), STRING(last_name)}
OBJECT_BUILDER

JSON Example

{
"label" : "Create Contact",
"name" : "createContact",
"parameters" : {
"__item" : {
"owner_id" : "",
"first_name" : "",
"last_name" : ""
}
},
"type" : "pipeliner/v1/createContact"
}

Create Task

Name: createTask

Creates new Task

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTaskOBJECT
Properties {STRING(subject), STRING(activity_type_id), STRING(unit_id), STRING(owner_id)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
successBOOLEAN
Options true, false
SELECT
dataOBJECT
Properties {STRING(id), STRING(subject), STRING(activity_type_id), STRING(unit_id), STRING(owner_id)}
OBJECT_BUILDER

JSON Example

{
"label" : "Create Task",
"name" : "createTask",
"parameters" : {
"__item" : {
"subject" : "",
"activity_type_id" : "",
"unit_id" : "",
"owner_id" : ""
}
},
"type" : "pipeliner/v1/createTask"
}