-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1014 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "workflow-plugin-crm",
"version": "0.1.0",
"description": "Vendor-neutral CRM plugin for the workflow engine (Salesforce adapter)",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.3.55",
"keywords": ["crm", "salesforce"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-crm",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-crm",
"capabilities": {
"configProvider": false,
"moduleTypes": ["crm.provider"],
"stepTypes": [
"step.crm_create_record",
"step.crm_get_record",
"step.crm_update_record",
"step.crm_upsert_record",
"step.crm_delete_record",
"step.crm_query",
"step.crm_search",
"step.crm_bulk_import",
"step.crm_describe_object",
"step.crm_get_limits"
],
"triggerTypes": []
}
}