Skip to content

Zeplin

Zeplin is a collaboration tool that bridges the gap between designers and developers by providing a platform to share, organize, and translate design files into development.

Categories: communication

Type: zeplin/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Update Project

Name: updateProject

Updates an existing project.

Properties

NameLabelTypeControl TypeDescriptionRequired
project_idProject IDSTRINGSELECTProject to update.true
__itemProjectOBJECT
Properties {STRING(name), STRING(description)}
OBJECT_BUILDERtrue

JSON Example

{
"label" : "Update Project",
"name" : "updateProject",
"parameters" : {
"project_id" : "",
"__item" : {
"name" : "",
"description" : ""
}
},
"type" : "zeplin/v1/updateProject"
}

Triggers

Project Note

Name: projectNote

Triggers when new note is created, deleted or updated in specified project.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
project_idProject IDSTRINGSELECTID of the project you want to monitor.true

Output

Type: OBJECT

Properties

NameTypeControl Type
contextOBJECT
Properties {STRING(id), STRING(type), {STRING(id), STRING(status), [{STRING(id), {STRING(id), STRING(email), STRING(username)}(author), STRING(content)}](comments)}(data)}
OBJECT_BUILDER
actionSTRINGTEXT
eventSTRINGTEXT

JSON Example

{
"label" : "Project Note",
"name" : "projectNote",
"parameters" : {
"project_id" : ""
},
"type" : "zeplin/v1/projectNote"
}