mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-27 17:53:33 -06:00
Adding customer actions
This commit is contained in:
parent
a52b70760e
commit
e254f685b0
11 changed files with 527 additions and 0 deletions
|
|
@ -28,6 +28,42 @@
|
|||
{
|
||||
"name": "updateCustomer",
|
||||
"file": "actions/customers/updateCustomer.json"
|
||||
},
|
||||
{
|
||||
"name": "cloneUsername",
|
||||
"file": "actions/customers/cloneUsername.json"
|
||||
},
|
||||
{
|
||||
"name": "getDocumentIdByAutocomplete",
|
||||
"file": "actions/customers/getDocumentIdByAutocomplete.json"
|
||||
},
|
||||
{
|
||||
"name": "getOffSyncCustomers",
|
||||
"file": "actions/customers/getOffSyncCustomers.json"
|
||||
},
|
||||
{
|
||||
"name": "getUserByToken",
|
||||
"file": "actions/customers/getUserByToken.json"
|
||||
},
|
||||
{
|
||||
"name": "getOrdersByCustomer",
|
||||
"file": "actions/customers/getOrdersByCustomer.json"
|
||||
},
|
||||
{
|
||||
"name": "customerInfo",
|
||||
"file": "actions/customers/customerInfo.json"
|
||||
},
|
||||
{
|
||||
"name": "getConsultantInformation",
|
||||
"file": "actions/customers/getConsultantInformation.json"
|
||||
},
|
||||
{
|
||||
"name": "inactiveCustomer",
|
||||
"file": "actions/customers/inactiveCustomer.json"
|
||||
},
|
||||
{
|
||||
"name": "getAdvancedSearch",
|
||||
"file": "actions/customers/getAdvancedSearch.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue