n8n-nodes-clientify 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/credentials/ClientifyApi.credentials.d.ts +2 -2
- package/dist/credentials/ClientifyApi.credentials.js +20 -22
- package/dist/nodes/ClientifyApi/ClientifyApi.node.d.ts +1 -1
- package/dist/nodes/ClientifyApi/ClientifyApi.node.js +49 -34
- package/dist/nodes/ClientifyApi/ClientifyApiCatalog.d.ts +14 -2
- package/dist/nodes/ClientifyApi/ClientifyApiCatalog.js +57 -9
- package/dist/nodes/ClientifyApi/operations.generated.js +2991 -1
- package/dist/package.json +4 -6
- package/package.json +4 -6
|
@@ -4,4 +4,2994 @@
|
|
|
4
4
|
// Do not edit by hand.
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.operationDefinitions = void 0;
|
|
7
|
-
exports.operationDefinitions = { "AddCompanyAddress": { "operation": "AddCompanyAddress", "label": "Add Company Address", "description": "Add an address to a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/addresses/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "type", "street", "city", "state", "country", "postal_code"], "requiredFieldNames": ["companyId", "type", "street", "city", "state", "country", "postal_code"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 2 }, "street": { "type": "text", "label": "Street", "tooltip": "Set Street (can be mapped from previous steps).", "index": 3 }, "city": { "type": "text", "label": "City", "tooltip": "Set City (can be mapped from previous steps).", "index": 4 }, "state": { "type": "text", "label": "State", "tooltip": "Set State (can be mapped from previous steps).", "index": 5 }, "country": { "type": "text", "label": "Country", "tooltip": "Set Country (can be mapped from previous steps).", "index": 6 }, "postal_code": { "type": "text", "label": "Postal Code", "tooltip": "Set Postal Code (can be mapped from previous steps).", "index": 7 } } }, "AddCompanyCall": { "operation": "AddCompanyCall", "label": "Add Company Call", "description": "Log a call on a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/call/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "type", "comment", "outcome", "call_date", "call_time"], "requiredFieldNames": ["companyId", "type", "comment", "outcome", "call_date", "call_time"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "type": { "type": "text", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 2 }, "comment": { "type": "text", "label": "Comment", "tooltip": "Set Comment (can be mapped from previous steps).", "index": 3 }, "outcome": { "type": "text", "label": "Outcome", "tooltip": "Set Outcome (can be mapped from previous steps).", "index": 4 }, "call_date": { "type": "text", "label": "Call Date", "tooltip": "Set Call Date (can be mapped from previous steps).", "index": 5 }, "call_time": { "type": "text", "label": "Call Time", "tooltip": "Set Call Time (can be mapped from previous steps).", "index": 6 } } }, "AddCompanyCheckin": { "operation": "AddCompanyCheckin", "label": "Add Company Check-in", "description": "Log a meeting/check-in on a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/checkin/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "type", "comment", "outcome", "date"], "requiredFieldNames": ["companyId", "type", "comment", "outcome", "date"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "type": { "type": "text", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 2 }, "comment": { "type": "text", "label": "Comment", "tooltip": "Set Comment (can be mapped from previous steps).", "index": 3 }, "outcome": { "type": "text", "label": "Outcome", "tooltip": "Set Outcome (can be mapped from previous steps).", "index": 4 }, "date": { "type": "text", "label": "Date", "tooltip": "Set Date (can be mapped from previous steps).", "index": 5 } } }, "AddCompanyEmail": { "operation": "AddCompanyEmail", "label": "Add Company Email", "description": "Add an email to a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/emails/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "email", "type"], "requiredFieldNames": ["companyId", "email", "type"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "email": { "type": "text", "label": "Email", "tooltip": "Set Email (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 } } }, "AddCompanyEmployee": { "operation": "AddCompanyEmployee", "label": "Add Company Employee", "description": "Link a contact as an employee of a company.", "method": "PUT", "pathTemplate": "/companies/${companyId}/employees/${contactId}/", "pathParamNames": ["companyId", "contactId"], "fixedQuery": {}, "fieldNames": ["companyId", "contactId"], "requiredFieldNames": ["companyId", "contactId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 2 } } }, "AddCompanyNote": { "operation": "AddCompanyNote", "label": "Add Company Note", "description": "Add a note to a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/note/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "name", "comment"], "requiredFieldNames": ["companyId", "name", "comment"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 2 }, "comment": { "type": "text", "label": "Comment", "tooltip": "Set Comment (can be mapped from previous steps).", "index": 3 } } }, "AddCompanyPhone": { "operation": "AddCompanyPhone", "label": "Add Company Phone", "description": "Add a phone to a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/phones/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "phone", "type"], "requiredFieldNames": ["companyId", "phone", "type"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "phone": { "type": "text", "label": "Phone", "tooltip": "Set Phone (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 } } }, "AddCompanyTag": { "operation": "AddCompanyTag", "label": "Add Company Tag", "description": "Add a tag to a company (creates the tag if needed).", "method": "POST", "pathTemplate": "/companies/${companyId}/tags/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "name"], "requiredFieldNames": ["companyId", "name"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 2 } } }, "AddCompanyWebsite": { "operation": "AddCompanyWebsite", "label": "Add Company Website", "description": "Add a website to a company.", "method": "POST", "pathTemplate": "/companies/${companyId}/websites/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "website"], "requiredFieldNames": ["companyId", "website"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "website": { "type": "text", "label": "Website", "tooltip": "Set Website (can be mapped from previous steps).", "index": 2 } } }, "AddContactAddress": { "operation": "AddContactAddress", "label": "Add Contact Address", "description": "Add an address to a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/addresses/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "type", "street", "city", "state", "country", "postal_code"], "requiredFieldNames": ["contactId", "type", "street", "city", "state", "country", "postal_code"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 2 }, "street": { "type": "text", "label": "Street", "tooltip": "Set Street (can be mapped from previous steps).", "index": 3 }, "city": { "type": "text", "label": "City", "tooltip": "Set City (can be mapped from previous steps).", "index": 4 }, "state": { "type": "text", "label": "State", "tooltip": "Set State (can be mapped from previous steps).", "index": 5 }, "country": { "type": "text", "label": "Country", "tooltip": "Set Country (can be mapped from previous steps).", "index": 6 }, "postal_code": { "type": "text", "label": "Postal Code", "tooltip": "Set Postal Code (can be mapped from previous steps).", "index": 7 } } }, "AddContactCall": { "operation": "AddContactCall", "label": "Add Contact Call", "description": "Log a call on a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/call/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "AddContactCheckin": { "operation": "AddContactCheckin", "label": "Add Contact Check-in", "description": "Log a meeting/check-in on a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/checkin/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "type", "comment", "outcome", "date", "owner"], "requiredFieldNames": ["contactId", "type", "comment", "outcome", "date", "owner"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "type": { "type": "text", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 2 }, "comment": { "type": "text", "label": "Comment", "tooltip": "Set Comment (can be mapped from previous steps).", "index": 3 }, "outcome": { "type": "text", "label": "Outcome", "tooltip": "Set Outcome (can be mapped from previous steps).", "index": 4 }, "date": { "type": "text", "label": "Date", "tooltip": "Set Date (can be mapped from previous steps).", "index": 5 }, "owner": { "type": "number", "label": "Owner", "tooltip": "Set Owner (can be mapped from previous steps).", "index": 6 } } }, "AddContactEmail": { "operation": "AddContactEmail", "label": "Add Contact Email", "description": "Add an email to a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/emails/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "email", "type"], "requiredFieldNames": ["contactId", "email", "type"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "email": { "type": "text", "label": "Email", "tooltip": "Set Email (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 } } }, "AddContactNote": { "operation": "AddContactNote", "label": "Add Contact Note", "description": "Add a note to a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/note/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "name", "comment"], "requiredFieldNames": ["contactId", "name", "comment"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 2 }, "comment": { "type": "text", "label": "Comment", "tooltip": "Set Comment (can be mapped from previous steps).", "index": 3 } } }, "AddContactOtherCompany": { "operation": "AddContactOtherCompany", "label": "Add Contact Other Company", "description": "Create an additional company relationship for a contact (by title).", "method": "POST", "pathTemplate": "/contacts/${contactId}/other_companies/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "title"], "requiredFieldNames": ["contactId", "title"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "title": { "type": "text", "label": "Title", "tooltip": "Set Title (can be mapped from previous steps).", "index": 2 } } }, "AddContactPhone": { "operation": "AddContactPhone", "label": "Add Contact Phone", "description": "Add a phone to a contact.", "method": "POST", "pathTemplate": "/contacts/${contactId}/phones/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "phone", "type"], "requiredFieldNames": ["contactId", "phone", "type"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "phone": { "type": "text", "label": "Phone", "tooltip": "Set Phone (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 } } }, "AddContactTag": { "operation": "AddContactTag", "label": "Add Contact Tag", "description": "Add a tag to a contact (creates the tag if needed).", "method": "POST", "pathTemplate": "/contacts/${contactId}/tags/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "name"], "requiredFieldNames": ["contactId", "name"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 2 } } }, "AssignContactOwner": { "operation": "AssignContactOwner", "label": "Assign Contact Owner", "description": "Assign an owner/user to a contact.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/owner/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "ownerId"], "requiredFieldNames": ["contactId", "ownerId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "ownerId": { "type": "number", "label": "Owner ID", "tooltip": "Set Owner ID (can be mapped from previous steps).", "index": 2 } } }, "BatchCreateContacts": { "operation": "BatchCreateContacts", "label": "Batch Create Contacts", "description": "Create multiple contacts in a single request.", "method": "POST", "pathTemplate": "/multiple-contacts/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["contacts"], "requiredFieldNames": ["contacts"], "fieldDefaults": {}, "inspectorInputs": { "contacts": { "type": "expression", "label": "Contacts", "tooltip": "Set Contacts (can be mapped from previous steps).", "index": 1 } } }, "CompleteTask": { "operation": "CompleteTask", "label": "Complete Task", "description": "Mark a task as completed.", "method": "POST", "pathTemplate": "/tasks/${taskId}/complete/", "pathParamNames": ["taskId"], "fixedQuery": {}, "fieldNames": ["taskId"], "requiredFieldNames": ["taskId"], "fieldDefaults": {}, "inspectorInputs": { "taskId": { "type": "number", "label": "Task ID", "tooltip": "Set Task ID (can be mapped from previous steps).", "index": 1 } } }, "CreateCompany": { "operation": "CreateCompany", "label": "Create Company", "description": "Create a new company.", "method": "POST", "pathTemplate": "/companies/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["name"], "requiredFieldNames": ["name"], "fieldDefaults": {}, "inspectorInputs": { "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 1 } } }, "CreateContact": { "operation": "CreateContact", "label": "Create Contact", "description": "Create a new contact.", "method": "POST", "pathTemplate": "/contacts/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["first_name", "last_name", "email", "company"], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": { "first_name": { "type": "text", "label": "First Name", "tooltip": "Set First Name (can be mapped from previous steps).", "index": 1 }, "last_name": { "type": "text", "label": "Last Name", "tooltip": "Set Last Name (can be mapped from previous steps).", "index": 2 }, "email": { "type": "text", "label": "Email", "tooltip": "Set Email (can be mapped from previous steps).", "index": 3 }, "company": { "type": "text", "label": "Company", "tooltip": "Set Company (can be mapped from previous steps).", "index": 4 } } }, "CreateTask": { "operation": "CreateTask", "label": "Create Task", "description": "Create a new task/activity.", "method": "POST", "pathTemplate": "/tasks/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["owner", "assigned_to", "type", "name", "description", "remarks", "due_date", "status", "recurring_type", "recurring_end_date", "recurring_days_of_week", "recurring_interval", "priority"], "requiredFieldNames": ["name", "type"], "fieldDefaults": {}, "inspectorInputs": { "owner": { "type": "number", "label": "Owner", "tooltip": "Set Owner (can be mapped from previous steps).", "index": 1 }, "assigned_to": { "type": "number", "label": "Assigned To", "tooltip": "Set Assigned To (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 }, "name": { "type": "text", "label": "Name", "tooltip": "Set Name (can be mapped from previous steps).", "index": 4 }, "description": { "type": "text", "label": "Description", "tooltip": "Set Description (can be mapped from previous steps).", "index": 5 }, "remarks": { "type": "text", "label": "Remarks", "tooltip": "Set Remarks (can be mapped from previous steps).", "index": 6 }, "due_date": { "type": "text", "label": "Due Date", "tooltip": "Set Due Date (can be mapped from previous steps).", "index": 7 }, "status": { "type": "number", "label": "Status", "tooltip": "Set Status (can be mapped from previous steps).", "index": 8 }, "recurring_type": { "type": "number", "label": "Recurring Type", "tooltip": "Set Recurring Type (can be mapped from previous steps).", "index": 9 }, "recurring_end_date": { "type": "text", "label": "Recurring End Date", "tooltip": "Set Recurring End Date (can be mapped from previous steps).", "index": 10 }, "recurring_days_of_week": { "type": "expression", "label": "Recurring Days Of Week", "tooltip": "Set Recurring Days Of Week (can be mapped from previous steps).", "index": 11 }, "recurring_interval": { "type": "number", "label": "Recurring Interval", "tooltip": "Set Recurring Interval (can be mapped from previous steps).", "index": 12 }, "priority": { "type": "number", "label": "Priority", "tooltip": "Set Priority (can be mapped from previous steps).", "index": 13 } } }, "DeleteCompany": { "operation": "DeleteCompany", "label": "Delete Company", "description": "Delete a company by id.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "DeleteCompanyAddress": { "operation": "DeleteCompanyAddress", "label": "Delete Company Address", "description": "Delete a company address entry.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/addresses/${addressId}/", "pathParamNames": ["companyId", "addressId"], "fixedQuery": {}, "fieldNames": ["companyId", "addressId"], "requiredFieldNames": ["companyId", "addressId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "addressId": { "type": "number", "label": "Address ID", "tooltip": "Set Address ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteCompanyEmail": { "operation": "DeleteCompanyEmail", "label": "Delete Company Email", "description": "Delete a company email entry.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/emails/${emailId}/", "pathParamNames": ["companyId", "emailId"], "fixedQuery": {}, "fieldNames": ["companyId", "emailId"], "requiredFieldNames": ["companyId", "emailId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "emailId": { "type": "number", "label": "Email ID", "tooltip": "Set Email ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteCompanyPhone": { "operation": "DeleteCompanyPhone", "label": "Delete Company Phone", "description": "Delete a company phone entry.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/phones/${phoneId}/", "pathParamNames": ["companyId", "phoneId"], "fixedQuery": {}, "fieldNames": ["companyId", "phoneId"], "requiredFieldNames": ["companyId", "phoneId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "phoneId": { "type": "number", "label": "Phone ID", "tooltip": "Set Phone ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteCompanyWebsite": { "operation": "DeleteCompanyWebsite", "label": "Delete Company Website", "description": "Delete a company website entry.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/websites/${websiteId}/", "pathParamNames": ["companyId", "websiteId"], "fixedQuery": {}, "fieldNames": ["companyId", "websiteId"], "requiredFieldNames": ["companyId", "websiteId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "websiteId": { "type": "number", "label": "Website ID", "tooltip": "Set Website ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteContact": { "operation": "DeleteContact", "label": "Delete Contact", "description": "Delete a contact by id.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "DeleteContactAddress": { "operation": "DeleteContactAddress", "label": "Delete Contact Address", "description": "Delete a contact address entry.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/addresses/${addressId}/", "pathParamNames": ["contactId", "addressId"], "fixedQuery": {}, "fieldNames": ["contactId", "addressId"], "requiredFieldNames": ["contactId", "addressId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "addressId": { "type": "number", "label": "Address ID", "tooltip": "Set Address ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteContactEmail": { "operation": "DeleteContactEmail", "label": "Delete Contact Email", "description": "Delete a contact email entry.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/emails/${emailId}/", "pathParamNames": ["contactId", "emailId"], "fixedQuery": {}, "fieldNames": ["contactId", "emailId"], "requiredFieldNames": ["contactId", "emailId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "emailId": { "type": "number", "label": "Email ID", "tooltip": "Set Email ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteContactOtherCompany": { "operation": "DeleteContactOtherCompany", "label": "Delete Contact Other Company", "description": "Delete a contact other-company relationship.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/other_companies/${otherCompanyId}/", "pathParamNames": ["contactId", "otherCompanyId"], "fixedQuery": {}, "fieldNames": ["contactId", "otherCompanyId"], "requiredFieldNames": ["contactId", "otherCompanyId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "otherCompanyId": { "type": "number", "label": "Other Company ID", "tooltip": "Set Other Company ID (can be mapped from previous steps).", "index": 2 } } }, "DeleteContactPhone": { "operation": "DeleteContactPhone", "label": "Delete Contact Phone", "description": "Delete a contact phone entry.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/phones/${phoneId}/", "pathParamNames": ["contactId", "phoneId"], "fixedQuery": {}, "fieldNames": ["contactId", "phoneId"], "requiredFieldNames": ["contactId", "phoneId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "phoneId": { "type": "number", "label": "Phone ID", "tooltip": "Set Phone ID (can be mapped from previous steps).", "index": 2 } } }, "GetCompany": { "operation": "GetCompany", "label": "Get Company", "description": "Get a company by id.", "method": "GET", "pathTemplate": "/companies/${companyId}/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId", "fields"], "requiredFieldNames": ["companyId"], "fieldDefaults": { "fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry" }, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 2 } } }, "GetContact": { "operation": "GetContact", "label": "Get Contact", "description": "Get a contact by id.", "method": "GET", "pathTemplate": "/contacts/${contactId}/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "fields"], "requiredFieldNames": ["contactId"], "fieldDefaults": { "fields": "id,owner_id,first_name,last_name,status,title,company_id,company_name,company_picture,contact_type,contact_source,picture_url,description,remarks,summary" }, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 2 } } }, "GetCurrentUser": { "operation": "GetCurrentUser", "label": "Get Current User", "description": "Get the currently authenticated Clientify user.", "method": "GET", "pathTemplate": "/me/", "pathParamNames": [], "fixedQuery": { "fields": "id,email" }, "fieldNames": [], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": {} }, "GetTask": { "operation": "GetTask", "label": "Get Task", "description": "Get a task by id.", "method": "GET", "pathTemplate": "/tasks/${taskId}/", "pathParamNames": ["taskId"], "fixedQuery": {}, "fieldNames": ["taskId", "fields"], "requiredFieldNames": ["taskId"], "fieldDefaults": { "fields": "url,id,owner,owner_name,owner_id,assigned_to,assigned_to_name,assigned_to_id,assigned_to_picture,name,description,remarks,due_date,start_datetime,end_datetime,duration,type,status,status_desc,deals,task_type,type_desc,task_stage,priority,related_companies,related_companies_names,related_companies_data,related_contacts,related_contacts_names,related_contacts_data,related_deals_data,tags,notes,phone_number,colors,additional_option,location,guest_users,created,modified,completed_date,activity_type,parent_task,parent_task_id,recurring_days_of_week,recurring_days_of_month,recurring_days_of_year,recurring_type,recurring_end_date,recurring_interval,meeting_goal,url_meeting,number_of_repetitions,outcome,is_holiday" }, "inspectorInputs": { "taskId": { "type": "number", "label": "Task ID", "tooltip": "Set Task ID (can be mapped from previous steps).", "index": 1 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 2 } } }, "ListAllCompanyTags": { "operation": "ListAllCompanyTags", "label": "List All Company Tags", "description": "List all available company tags (picklist helper; can be slow).", "method": "GET", "pathTemplate": "/companies/tags/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": [], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": {} }, "ListAllContactTags": { "operation": "ListAllContactTags", "label": "List All Contact Tags", "description": "List all available contact tags (picklist helper; can be slow).", "method": "GET", "pathTemplate": "/contacts/tags/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": [], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": {} }, "ListCompanies": { "operation": "ListCompanies", "label": "List Companies", "description": "List companies from Clientify.", "method": "GET", "pathTemplate": "/companies/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size", "search", "ordering", "fields"], "requiredFieldNames": [], "fieldDefaults": { "fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry" }, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 }, "search": { "type": "text", "label": "Search", "tooltip": "Set Search (can be mapped from previous steps).", "index": 3 }, "ordering": { "type": "text", "label": "Ordering", "tooltip": "Set Ordering (can be mapped from previous steps).", "index": 4 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 5 } } }, "ListCompanyAddresses": { "operation": "ListCompanyAddresses", "label": "List Company Addresses", "description": "List addresses for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/addresses/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyCustomfields": { "operation": "ListCompanyCustomfields", "label": "List Company Custom Fields", "description": "List custom field values for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/customfields/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyEmails": { "operation": "ListCompanyEmails", "label": "List Company Emails", "description": "List emails for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/emails/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyEmployees": { "operation": "ListCompanyEmployees", "label": "List Company Employees", "description": "List employees (contacts) for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/employees/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyPhones": { "operation": "ListCompanyPhones", "label": "List Company Phones", "description": "List phones for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/phones/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanySectors": { "operation": "ListCompanySectors", "label": "List Company Sectors", "description": "List company sectors (picklist helper).", "method": "GET", "pathTemplate": "/companies/sectors/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": [], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": {} }, "ListCompanyTags": { "operation": "ListCompanyTags", "label": "List Company Tags", "description": "List tags for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/tags/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyTasks": { "operation": "ListCompanyTasks", "label": "List Company Tasks", "description": "List tasks for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/tasks/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyWallentries": { "operation": "ListCompanyWallentries", "label": "List Company Wall Entries", "description": "Get the company wall entries (timeline context).", "method": "GET", "pathTemplate": "/companies/${companyId}/wallentries/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListCompanyWebsites": { "operation": "ListCompanyWebsites", "label": "List Company Websites", "description": "List websites for a company.", "method": "GET", "pathTemplate": "/companies/${companyId}/websites/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactAddresses": { "operation": "ListContactAddresses", "label": "List Contact Addresses", "description": "List addresses for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/addresses/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactCustomfields": { "operation": "ListContactCustomfields", "label": "List Contact Custom Fields", "description": "List custom field values for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/customfields/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactEmails": { "operation": "ListContactEmails", "label": "List Contact Emails", "description": "List emails for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/emails/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactOtherCompanies": { "operation": "ListContactOtherCompanies", "label": "List Contact Other Companies", "description": "List additional company relationships for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/other_companies/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactPhones": { "operation": "ListContactPhones", "label": "List Contact Phones", "description": "List phones for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/phones/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactTags": { "operation": "ListContactTags", "label": "List Contact Tags", "description": "List tags for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/tags/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactTasks": { "operation": "ListContactTasks", "label": "List Contact Tasks", "description": "List tasks for a contact.", "method": "GET", "pathTemplate": "/contacts/${contactId}/tasks/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContactWallentries": { "operation": "ListContactWallentries", "label": "List Contact Wall Entries", "description": "Get the contact wall entries (timeline context).", "method": "GET", "pathTemplate": "/contacts/${contactId}/wallentries", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "ListContacts": { "operation": "ListContacts", "label": "List Contacts", "description": "List contacts from Clientify.", "method": "GET", "pathTemplate": "/contacts/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size", "search", "ordering", "fields"], "requiredFieldNames": [], "fieldDefaults": { "fields": "id,owner_id,first_name,last_name,status,title,company_id,contact_type,contact_source,picture_url,description,remarks,summary,created" }, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 }, "search": { "type": "text", "label": "Search", "tooltip": "Set Search (can be mapped from previous steps).", "index": 3 }, "ordering": { "type": "text", "label": "Ordering", "tooltip": "Set Ordering (can be mapped from previous steps).", "index": 4 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 5 } } }, "ListCustomFieldValues": { "operation": "ListCustomFieldValues", "label": "List Custom Field Values", "description": "List possible values for custom fields (use object_type to filter).", "method": "GET", "pathTemplate": "/custom-fields-values/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["object_type"], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": { "object_type": { "type": "text", "label": "Object Type", "tooltip": "Set Object Type (can be mapped from previous steps).", "index": 1 } } }, "ListCustomFields": { "operation": "ListCustomFields", "label": "List Custom Fields", "description": "List custom fields (use object_type to filter).", "method": "GET", "pathTemplate": "/custom-fields/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["object_type"], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": { "object_type": { "type": "text", "label": "Object Type", "tooltip": "Set Object Type (can be mapped from previous steps).", "index": 1 } } }, "ListTaskStages": { "operation": "ListTaskStages", "label": "List Task Stages", "description": "List task stages (picklist helper).", "method": "GET", "pathTemplate": "/tasks/stages/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size"], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 } } }, "ListTaskTypes": { "operation": "ListTaskTypes", "label": "List Task Types", "description": "List task/activity types (picklist helper).", "method": "GET", "pathTemplate": "/tasks/types/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size"], "requiredFieldNames": [], "fieldDefaults": {}, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 } } }, "ListTasks": { "operation": "ListTasks", "label": "List Tasks", "description": "List tasks from Clientify.", "method": "GET", "pathTemplate": "/tasks/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size", "ordering", "fields"], "requiredFieldNames": [], "fieldDefaults": { "fields": "url,id,owner,owner_name,owner_id,assigned_to,assigned_to_name,assigned_to_id,name,description,remarks,due_date,start_datetime,end_datetime,duration,type,status,status_desc,task_type,type_desc,task_stage,related_companies,additional_option,location,guest_users,created,modified,related_contacts,priority,recurring_type,recurring_end_date,recurring_interval,tags,activity_type,url_meeting,assigned_to_picture,parent_task_id,colors,recurring_days_of_week,recurring_days_of_month,recurring_days_of_year,number_of_repetitions,outcome,meeting_goal,is_holiday" }, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 }, "ordering": { "type": "text", "label": "Ordering", "tooltip": "Set Ordering (can be mapped from previous steps).", "index": 3 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 4 } } }, "ListUsers": { "operation": "ListUsers", "label": "List Users", "description": "List users from Clientify (for assignment/routing).", "method": "GET", "pathTemplate": "/users/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["page", "page_size", "fields"], "requiredFieldNames": [], "fieldDefaults": { "fields": "id,username,full_name" }, "inspectorInputs": { "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 1 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 2 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 3 } } }, "RemoveCompanyEmployee": { "operation": "RemoveCompanyEmployee", "label": "Remove Company Employee", "description": "Unlink a contact from a company employees list.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/employees/${contactId}/", "pathParamNames": ["companyId", "contactId"], "fixedQuery": {}, "fieldNames": ["companyId", "contactId"], "requiredFieldNames": ["companyId", "contactId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 2 } } }, "RemoveCompanyTag": { "operation": "RemoveCompanyTag", "label": "Remove Company Tag", "description": "Remove a tag from a company.", "method": "DELETE", "pathTemplate": "/companies/${companyId}/tags/${tagId}/", "pathParamNames": ["companyId", "tagId"], "fixedQuery": {}, "fieldNames": ["companyId", "tagId"], "requiredFieldNames": ["companyId", "tagId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "tagId": { "type": "number", "label": "Tag ID", "tooltip": "Set Tag ID (can be mapped from previous steps).", "index": 2 } } }, "RemoveContactTag": { "operation": "RemoveContactTag", "label": "Remove Contact Tag", "description": "Remove a tag from a contact.", "method": "DELETE", "pathTemplate": "/contacts/${contactId}/tags/${tagId}/", "pathParamNames": ["contactId", "tagId"], "fixedQuery": {}, "fieldNames": ["contactId", "tagId"], "requiredFieldNames": ["contactId", "tagId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "tagId": { "type": "number", "label": "Tag ID", "tooltip": "Set Tag ID (can be mapped from previous steps).", "index": 2 } } }, "SearchCompanies": { "operation": "SearchCompanies", "label": "Search Companies", "description": "Search companies (wrapper over list with query params).", "method": "GET", "pathTemplate": "/companies/", "pathParamNames": [], "fixedQuery": {}, "fieldNames": ["query", "page", "page_size", "fields"], "requiredFieldNames": ["query"], "fieldDefaults": { "fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry" }, "inspectorInputs": { "query": { "type": "text", "label": "Query", "tooltip": "Set Query (can be mapped from previous steps).", "index": 1 }, "page": { "type": "number", "label": "Page", "tooltip": "Set Page (can be mapped from previous steps).", "index": 2 }, "page_size": { "type": "number", "label": "Page Size", "tooltip": "Set Page Size (can be mapped from previous steps).", "index": 3 }, "fields": { "type": "text", "label": "Fields", "tooltip": "Set Fields (can be mapped from previous steps).", "index": 4 } } }, "UpdateCompany": { "operation": "UpdateCompany", "label": "Update Company", "description": "Update an existing company.", "method": "PUT", "pathTemplate": "/companies/${companyId}/", "pathParamNames": ["companyId"], "fixedQuery": {}, "fieldNames": ["companyId"], "requiredFieldNames": ["companyId"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 } } }, "UpdateCompanyAddress": { "operation": "UpdateCompanyAddress", "label": "Update Company Address", "description": "Update a company address entry.", "method": "PUT", "pathTemplate": "/companies/${companyId}/addresses/${addressId}/", "pathParamNames": ["companyId", "addressId"], "fixedQuery": {}, "fieldNames": ["companyId", "addressId", "type", "street", "city", "state", "country", "postal_code"], "requiredFieldNames": ["companyId", "addressId", "type", "street", "city", "state", "country", "postal_code"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "addressId": { "type": "number", "label": "Address ID", "tooltip": "Set Address ID (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 }, "street": { "type": "text", "label": "Street", "tooltip": "Set Street (can be mapped from previous steps).", "index": 4 }, "city": { "type": "text", "label": "City", "tooltip": "Set City (can be mapped from previous steps).", "index": 5 }, "state": { "type": "text", "label": "State", "tooltip": "Set State (can be mapped from previous steps).", "index": 6 }, "country": { "type": "text", "label": "Country", "tooltip": "Set Country (can be mapped from previous steps).", "index": 7 }, "postal_code": { "type": "text", "label": "Postal Code", "tooltip": "Set Postal Code (can be mapped from previous steps).", "index": 8 } } }, "UpdateCompanyEmail": { "operation": "UpdateCompanyEmail", "label": "Update Company Email", "description": "Update a company email entry.", "method": "PUT", "pathTemplate": "/companies/${companyId}/emails/${emailId}/", "pathParamNames": ["companyId", "emailId"], "fixedQuery": {}, "fieldNames": ["companyId", "emailId", "email", "type"], "requiredFieldNames": ["companyId", "emailId", "email", "type"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "emailId": { "type": "number", "label": "Email ID", "tooltip": "Set Email ID (can be mapped from previous steps).", "index": 2 }, "email": { "type": "text", "label": "Email", "tooltip": "Set Email (can be mapped from previous steps).", "index": 3 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 4 } } }, "UpdateCompanyPhone": { "operation": "UpdateCompanyPhone", "label": "Update Company Phone", "description": "Update a company phone entry.", "method": "PUT", "pathTemplate": "/companies/${companyId}/phones/${phoneId}/", "pathParamNames": ["companyId", "phoneId"], "fixedQuery": {}, "fieldNames": ["companyId", "phoneId", "phone", "type"], "requiredFieldNames": ["companyId", "phoneId", "phone", "type"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "phoneId": { "type": "number", "label": "Phone ID", "tooltip": "Set Phone ID (can be mapped from previous steps).", "index": 2 }, "phone": { "type": "text", "label": "Phone", "tooltip": "Set Phone (can be mapped from previous steps).", "index": 3 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 4 } } }, "UpdateCompanyWebsite": { "operation": "UpdateCompanyWebsite", "label": "Update Company Website", "description": "Update a company website entry.", "method": "PUT", "pathTemplate": "/companies/${companyId}/websites/${websiteId}/", "pathParamNames": ["companyId", "websiteId"], "fixedQuery": {}, "fieldNames": ["companyId", "websiteId", "website"], "requiredFieldNames": ["companyId", "websiteId", "website"], "fieldDefaults": {}, "inspectorInputs": { "companyId": { "type": "number", "label": "Company ID", "tooltip": "Set Company ID (can be mapped from previous steps).", "index": 1 }, "websiteId": { "type": "number", "label": "Website ID", "tooltip": "Set Website ID (can be mapped from previous steps).", "index": 2 }, "website": { "type": "text", "label": "Website", "tooltip": "Set Website (can be mapped from previous steps).", "index": 3 } } }, "UpdateContact": { "operation": "UpdateContact", "label": "Update Contact", "description": "Update an existing contact.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId"], "requiredFieldNames": ["contactId"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 } } }, "UpdateContactAddress": { "operation": "UpdateContactAddress", "label": "Update Contact Address", "description": "Update a contact address entry.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/addresses/${addressId}/", "pathParamNames": ["contactId", "addressId"], "fixedQuery": {}, "fieldNames": ["contactId", "addressId", "type", "street", "city", "state", "country", "postal_code"], "requiredFieldNames": ["contactId", "addressId", "type", "street", "city", "state", "country", "postal_code"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "addressId": { "type": "number", "label": "Address ID", "tooltip": "Set Address ID (can be mapped from previous steps).", "index": 2 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 3 }, "street": { "type": "text", "label": "Street", "tooltip": "Set Street (can be mapped from previous steps).", "index": 4 }, "city": { "type": "text", "label": "City", "tooltip": "Set City (can be mapped from previous steps).", "index": 5 }, "state": { "type": "text", "label": "State", "tooltip": "Set State (can be mapped from previous steps).", "index": 6 }, "country": { "type": "text", "label": "Country", "tooltip": "Set Country (can be mapped from previous steps).", "index": 7 }, "postal_code": { "type": "text", "label": "Postal Code", "tooltip": "Set Postal Code (can be mapped from previous steps).", "index": 8 } } }, "UpdateContactEmail": { "operation": "UpdateContactEmail", "label": "Update Contact Email", "description": "Update a contact email entry.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/emails/${emailId}/", "pathParamNames": ["contactId", "emailId"], "fixedQuery": {}, "fieldNames": ["contactId", "emailId", "email", "type"], "requiredFieldNames": ["contactId", "emailId", "email", "type"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "emailId": { "type": "number", "label": "Email ID", "tooltip": "Set Email ID (can be mapped from previous steps).", "index": 2 }, "email": { "type": "text", "label": "Email", "tooltip": "Set Email (can be mapped from previous steps).", "index": 3 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 4 } } }, "UpdateContactMarketingStatus": { "operation": "UpdateContactMarketingStatus", "label": "Update Contact Marketing Status", "description": "Update a contact marketing status.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/marketing_status/", "pathParamNames": ["contactId"], "fixedQuery": {}, "fieldNames": ["contactId", "marketing_status"], "requiredFieldNames": ["contactId", "marketing_status"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "marketing_status": { "type": "toggle", "label": "Marketing Status", "tooltip": "Set Marketing Status (can be mapped from previous steps).", "index": 2 } } }, "UpdateContactOtherCompany": { "operation": "UpdateContactOtherCompany", "label": "Update Contact Other Company", "description": "Update a contact other-company relationship.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/other_companies/${otherCompanyId}/", "pathParamNames": ["contactId", "otherCompanyId"], "fixedQuery": {}, "fieldNames": ["contactId", "otherCompanyId", "title"], "requiredFieldNames": ["contactId", "otherCompanyId", "title"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "otherCompanyId": { "type": "number", "label": "Other Company ID", "tooltip": "Set Other Company ID (can be mapped from previous steps).", "index": 2 }, "title": { "type": "text", "label": "Title", "tooltip": "Set Title (can be mapped from previous steps).", "index": 3 } } }, "UpdateContactPhone": { "operation": "UpdateContactPhone", "label": "Update Contact Phone", "description": "Update a contact phone entry.", "method": "PUT", "pathTemplate": "/contacts/${contactId}/phones/${phoneId}/", "pathParamNames": ["contactId", "phoneId"], "fixedQuery": {}, "fieldNames": ["contactId", "phoneId", "phone", "type"], "requiredFieldNames": ["contactId", "phoneId", "phone", "type"], "fieldDefaults": {}, "inspectorInputs": { "contactId": { "type": "number", "label": "Contact ID", "tooltip": "Set Contact ID (can be mapped from previous steps).", "index": 1 }, "phoneId": { "type": "number", "label": "Phone ID", "tooltip": "Set Phone ID (can be mapped from previous steps).", "index": 2 }, "phone": { "type": "text", "label": "Phone", "tooltip": "Set Phone (can be mapped from previous steps).", "index": 3 }, "type": { "type": "number", "label": "Type", "tooltip": "Set Type (can be mapped from previous steps).", "index": 4 } } }, "UpdateTask": { "operation": "UpdateTask", "label": "Update Task", "description": "Update an existing task.", "method": "PUT", "pathTemplate": "/tasks/${taskId}/", "pathParamNames": ["taskId"], "fixedQuery": {}, "fieldNames": ["taskId"], "requiredFieldNames": ["taskId"], "fieldDefaults": {}, "inspectorInputs": { "taskId": { "type": "number", "label": "Task ID", "tooltip": "Set Task ID (can be mapped from previous steps).", "index": 1 } } } };
|
|
7
|
+
exports.operationDefinitions = {
|
|
8
|
+
"AddCompanyAddress": {
|
|
9
|
+
"description": "Add an address to a company.",
|
|
10
|
+
"fieldDefaults": {},
|
|
11
|
+
"fieldNames": [
|
|
12
|
+
"companyId",
|
|
13
|
+
"type",
|
|
14
|
+
"street",
|
|
15
|
+
"city",
|
|
16
|
+
"state",
|
|
17
|
+
"country",
|
|
18
|
+
"postal_code"
|
|
19
|
+
],
|
|
20
|
+
"fixedQuery": {},
|
|
21
|
+
"inspectorInputs": {
|
|
22
|
+
"city": {
|
|
23
|
+
"index": 4,
|
|
24
|
+
"label": "City",
|
|
25
|
+
"tooltip": "Set City (can be mapped from previous steps).",
|
|
26
|
+
"type": "text"
|
|
27
|
+
},
|
|
28
|
+
"companyId": {
|
|
29
|
+
"index": 1,
|
|
30
|
+
"label": "Company ID",
|
|
31
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
32
|
+
"type": "number"
|
|
33
|
+
},
|
|
34
|
+
"country": {
|
|
35
|
+
"index": 6,
|
|
36
|
+
"label": "Country",
|
|
37
|
+
"tooltip": "Set Country (can be mapped from previous steps).",
|
|
38
|
+
"type": "text"
|
|
39
|
+
},
|
|
40
|
+
"postal_code": {
|
|
41
|
+
"index": 7,
|
|
42
|
+
"label": "Postal Code",
|
|
43
|
+
"tooltip": "Set Postal Code (can be mapped from previous steps).",
|
|
44
|
+
"type": "text"
|
|
45
|
+
},
|
|
46
|
+
"state": {
|
|
47
|
+
"index": 5,
|
|
48
|
+
"label": "State",
|
|
49
|
+
"tooltip": "Set State (can be mapped from previous steps).",
|
|
50
|
+
"type": "text"
|
|
51
|
+
},
|
|
52
|
+
"street": {
|
|
53
|
+
"index": 3,
|
|
54
|
+
"label": "Street",
|
|
55
|
+
"tooltip": "Set Street (can be mapped from previous steps).",
|
|
56
|
+
"type": "text"
|
|
57
|
+
},
|
|
58
|
+
"type": {
|
|
59
|
+
"index": 2,
|
|
60
|
+
"label": "Type",
|
|
61
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
62
|
+
"type": "number"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"label": "Add Company Address",
|
|
66
|
+
"method": "POST",
|
|
67
|
+
"operation": "AddCompanyAddress",
|
|
68
|
+
"pathParamNames": [
|
|
69
|
+
"companyId"
|
|
70
|
+
],
|
|
71
|
+
"pathTemplate": "/companies/${companyId}/addresses/",
|
|
72
|
+
"requiredFieldNames": [
|
|
73
|
+
"companyId",
|
|
74
|
+
"type",
|
|
75
|
+
"street",
|
|
76
|
+
"city",
|
|
77
|
+
"state",
|
|
78
|
+
"country",
|
|
79
|
+
"postal_code"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"AddCompanyCall": {
|
|
83
|
+
"description": "Log a call on a company.",
|
|
84
|
+
"fieldDefaults": {},
|
|
85
|
+
"fieldNames": [
|
|
86
|
+
"companyId",
|
|
87
|
+
"type",
|
|
88
|
+
"comment",
|
|
89
|
+
"outcome",
|
|
90
|
+
"call_date",
|
|
91
|
+
"call_time"
|
|
92
|
+
],
|
|
93
|
+
"fixedQuery": {},
|
|
94
|
+
"inspectorInputs": {
|
|
95
|
+
"call_date": {
|
|
96
|
+
"index": 5,
|
|
97
|
+
"label": "Call Date",
|
|
98
|
+
"tooltip": "Set Call Date (can be mapped from previous steps).",
|
|
99
|
+
"type": "text"
|
|
100
|
+
},
|
|
101
|
+
"call_time": {
|
|
102
|
+
"index": 6,
|
|
103
|
+
"label": "Call Time",
|
|
104
|
+
"tooltip": "Set Call Time (can be mapped from previous steps).",
|
|
105
|
+
"type": "text"
|
|
106
|
+
},
|
|
107
|
+
"comment": {
|
|
108
|
+
"index": 3,
|
|
109
|
+
"label": "Comment",
|
|
110
|
+
"tooltip": "Set Comment (can be mapped from previous steps).",
|
|
111
|
+
"type": "text"
|
|
112
|
+
},
|
|
113
|
+
"companyId": {
|
|
114
|
+
"index": 1,
|
|
115
|
+
"label": "Company ID",
|
|
116
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
117
|
+
"type": "number"
|
|
118
|
+
},
|
|
119
|
+
"outcome": {
|
|
120
|
+
"index": 4,
|
|
121
|
+
"label": "Outcome",
|
|
122
|
+
"tooltip": "Set Outcome (can be mapped from previous steps).",
|
|
123
|
+
"type": "text"
|
|
124
|
+
},
|
|
125
|
+
"type": {
|
|
126
|
+
"index": 2,
|
|
127
|
+
"label": "Type",
|
|
128
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
129
|
+
"type": "text"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"label": "Add Company Call",
|
|
133
|
+
"method": "POST",
|
|
134
|
+
"operation": "AddCompanyCall",
|
|
135
|
+
"pathParamNames": [
|
|
136
|
+
"companyId"
|
|
137
|
+
],
|
|
138
|
+
"pathTemplate": "/companies/${companyId}/call/",
|
|
139
|
+
"requiredFieldNames": [
|
|
140
|
+
"companyId",
|
|
141
|
+
"type",
|
|
142
|
+
"comment",
|
|
143
|
+
"outcome",
|
|
144
|
+
"call_date",
|
|
145
|
+
"call_time"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"AddCompanyCheckin": {
|
|
149
|
+
"description": "Log a meeting/check-in on a company.",
|
|
150
|
+
"fieldDefaults": {},
|
|
151
|
+
"fieldNames": [
|
|
152
|
+
"companyId",
|
|
153
|
+
"type",
|
|
154
|
+
"comment",
|
|
155
|
+
"outcome",
|
|
156
|
+
"date"
|
|
157
|
+
],
|
|
158
|
+
"fixedQuery": {},
|
|
159
|
+
"inspectorInputs": {
|
|
160
|
+
"comment": {
|
|
161
|
+
"index": 3,
|
|
162
|
+
"label": "Comment",
|
|
163
|
+
"tooltip": "Set Comment (can be mapped from previous steps).",
|
|
164
|
+
"type": "text"
|
|
165
|
+
},
|
|
166
|
+
"companyId": {
|
|
167
|
+
"index": 1,
|
|
168
|
+
"label": "Company ID",
|
|
169
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
170
|
+
"type": "number"
|
|
171
|
+
},
|
|
172
|
+
"date": {
|
|
173
|
+
"index": 5,
|
|
174
|
+
"label": "Date",
|
|
175
|
+
"tooltip": "Set Date (can be mapped from previous steps).",
|
|
176
|
+
"type": "text"
|
|
177
|
+
},
|
|
178
|
+
"outcome": {
|
|
179
|
+
"index": 4,
|
|
180
|
+
"label": "Outcome",
|
|
181
|
+
"tooltip": "Set Outcome (can be mapped from previous steps).",
|
|
182
|
+
"type": "text"
|
|
183
|
+
},
|
|
184
|
+
"type": {
|
|
185
|
+
"index": 2,
|
|
186
|
+
"label": "Type",
|
|
187
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
188
|
+
"type": "text"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"label": "Add Company Check-in",
|
|
192
|
+
"method": "POST",
|
|
193
|
+
"operation": "AddCompanyCheckin",
|
|
194
|
+
"pathParamNames": [
|
|
195
|
+
"companyId"
|
|
196
|
+
],
|
|
197
|
+
"pathTemplate": "/companies/${companyId}/checkin/",
|
|
198
|
+
"requiredFieldNames": [
|
|
199
|
+
"companyId",
|
|
200
|
+
"type",
|
|
201
|
+
"comment",
|
|
202
|
+
"outcome",
|
|
203
|
+
"date"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
"AddCompanyEmail": {
|
|
207
|
+
"description": "Add an email to a company.",
|
|
208
|
+
"fieldDefaults": {},
|
|
209
|
+
"fieldNames": [
|
|
210
|
+
"companyId",
|
|
211
|
+
"email",
|
|
212
|
+
"type"
|
|
213
|
+
],
|
|
214
|
+
"fixedQuery": {},
|
|
215
|
+
"inspectorInputs": {
|
|
216
|
+
"companyId": {
|
|
217
|
+
"index": 1,
|
|
218
|
+
"label": "Company ID",
|
|
219
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
220
|
+
"type": "number"
|
|
221
|
+
},
|
|
222
|
+
"email": {
|
|
223
|
+
"index": 2,
|
|
224
|
+
"label": "Email",
|
|
225
|
+
"tooltip": "Set Email (can be mapped from previous steps).",
|
|
226
|
+
"type": "text"
|
|
227
|
+
},
|
|
228
|
+
"type": {
|
|
229
|
+
"index": 3,
|
|
230
|
+
"label": "Type",
|
|
231
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
232
|
+
"type": "number"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"label": "Add Company Email",
|
|
236
|
+
"method": "POST",
|
|
237
|
+
"operation": "AddCompanyEmail",
|
|
238
|
+
"pathParamNames": [
|
|
239
|
+
"companyId"
|
|
240
|
+
],
|
|
241
|
+
"pathTemplate": "/companies/${companyId}/emails/",
|
|
242
|
+
"requiredFieldNames": [
|
|
243
|
+
"companyId",
|
|
244
|
+
"email",
|
|
245
|
+
"type"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"AddCompanyEmployee": {
|
|
249
|
+
"description": "Link a contact as an employee of a company.",
|
|
250
|
+
"fieldDefaults": {},
|
|
251
|
+
"fieldNames": [
|
|
252
|
+
"companyId",
|
|
253
|
+
"contactId"
|
|
254
|
+
],
|
|
255
|
+
"fixedQuery": {},
|
|
256
|
+
"inspectorInputs": {
|
|
257
|
+
"companyId": {
|
|
258
|
+
"index": 1,
|
|
259
|
+
"label": "Company ID",
|
|
260
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
261
|
+
"type": "number"
|
|
262
|
+
},
|
|
263
|
+
"contactId": {
|
|
264
|
+
"index": 2,
|
|
265
|
+
"label": "Contact ID",
|
|
266
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
267
|
+
"type": "number"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"label": "Add Company Employee",
|
|
271
|
+
"method": "PUT",
|
|
272
|
+
"operation": "AddCompanyEmployee",
|
|
273
|
+
"pathParamNames": [
|
|
274
|
+
"companyId",
|
|
275
|
+
"contactId"
|
|
276
|
+
],
|
|
277
|
+
"pathTemplate": "/companies/${companyId}/employees/${contactId}/",
|
|
278
|
+
"requiredFieldNames": [
|
|
279
|
+
"companyId",
|
|
280
|
+
"contactId"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"AddCompanyNote": {
|
|
284
|
+
"description": "Add a note to a company.",
|
|
285
|
+
"fieldDefaults": {},
|
|
286
|
+
"fieldNames": [
|
|
287
|
+
"companyId",
|
|
288
|
+
"name",
|
|
289
|
+
"comment"
|
|
290
|
+
],
|
|
291
|
+
"fixedQuery": {},
|
|
292
|
+
"inspectorInputs": {
|
|
293
|
+
"comment": {
|
|
294
|
+
"index": 3,
|
|
295
|
+
"label": "Comment",
|
|
296
|
+
"tooltip": "Set Comment (can be mapped from previous steps).",
|
|
297
|
+
"type": "text"
|
|
298
|
+
},
|
|
299
|
+
"companyId": {
|
|
300
|
+
"index": 1,
|
|
301
|
+
"label": "Company ID",
|
|
302
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
303
|
+
"type": "number"
|
|
304
|
+
},
|
|
305
|
+
"name": {
|
|
306
|
+
"index": 2,
|
|
307
|
+
"label": "Name",
|
|
308
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
309
|
+
"type": "text"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"label": "Add Company Note",
|
|
313
|
+
"method": "POST",
|
|
314
|
+
"operation": "AddCompanyNote",
|
|
315
|
+
"pathParamNames": [
|
|
316
|
+
"companyId"
|
|
317
|
+
],
|
|
318
|
+
"pathTemplate": "/companies/${companyId}/note/",
|
|
319
|
+
"requiredFieldNames": [
|
|
320
|
+
"companyId",
|
|
321
|
+
"name",
|
|
322
|
+
"comment"
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"AddCompanyPhone": {
|
|
326
|
+
"description": "Add a phone to a company.",
|
|
327
|
+
"fieldDefaults": {},
|
|
328
|
+
"fieldNames": [
|
|
329
|
+
"companyId",
|
|
330
|
+
"phone",
|
|
331
|
+
"type"
|
|
332
|
+
],
|
|
333
|
+
"fixedQuery": {},
|
|
334
|
+
"inspectorInputs": {
|
|
335
|
+
"companyId": {
|
|
336
|
+
"index": 1,
|
|
337
|
+
"label": "Company ID",
|
|
338
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
339
|
+
"type": "number"
|
|
340
|
+
},
|
|
341
|
+
"phone": {
|
|
342
|
+
"index": 2,
|
|
343
|
+
"label": "Phone",
|
|
344
|
+
"tooltip": "Set Phone (can be mapped from previous steps).",
|
|
345
|
+
"type": "text"
|
|
346
|
+
},
|
|
347
|
+
"type": {
|
|
348
|
+
"index": 3,
|
|
349
|
+
"label": "Type",
|
|
350
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
351
|
+
"type": "number"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"label": "Add Company Phone",
|
|
355
|
+
"method": "POST",
|
|
356
|
+
"operation": "AddCompanyPhone",
|
|
357
|
+
"pathParamNames": [
|
|
358
|
+
"companyId"
|
|
359
|
+
],
|
|
360
|
+
"pathTemplate": "/companies/${companyId}/phones/",
|
|
361
|
+
"requiredFieldNames": [
|
|
362
|
+
"companyId",
|
|
363
|
+
"phone",
|
|
364
|
+
"type"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
"AddCompanyTag": {
|
|
368
|
+
"description": "Add a tag to a company (creates the tag if needed).",
|
|
369
|
+
"fieldDefaults": {},
|
|
370
|
+
"fieldNames": [
|
|
371
|
+
"companyId",
|
|
372
|
+
"name"
|
|
373
|
+
],
|
|
374
|
+
"fixedQuery": {},
|
|
375
|
+
"inspectorInputs": {
|
|
376
|
+
"companyId": {
|
|
377
|
+
"index": 1,
|
|
378
|
+
"label": "Company ID",
|
|
379
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
380
|
+
"type": "number"
|
|
381
|
+
},
|
|
382
|
+
"name": {
|
|
383
|
+
"index": 2,
|
|
384
|
+
"label": "Name",
|
|
385
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
386
|
+
"type": "text"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"label": "Add Company Tag",
|
|
390
|
+
"method": "POST",
|
|
391
|
+
"operation": "AddCompanyTag",
|
|
392
|
+
"pathParamNames": [
|
|
393
|
+
"companyId"
|
|
394
|
+
],
|
|
395
|
+
"pathTemplate": "/companies/${companyId}/tags/",
|
|
396
|
+
"requiredFieldNames": [
|
|
397
|
+
"companyId",
|
|
398
|
+
"name"
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
"AddCompanyWebsite": {
|
|
402
|
+
"description": "Add a website to a company.",
|
|
403
|
+
"fieldDefaults": {},
|
|
404
|
+
"fieldNames": [
|
|
405
|
+
"companyId",
|
|
406
|
+
"website"
|
|
407
|
+
],
|
|
408
|
+
"fixedQuery": {},
|
|
409
|
+
"inspectorInputs": {
|
|
410
|
+
"companyId": {
|
|
411
|
+
"index": 1,
|
|
412
|
+
"label": "Company ID",
|
|
413
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
414
|
+
"type": "number"
|
|
415
|
+
},
|
|
416
|
+
"website": {
|
|
417
|
+
"index": 2,
|
|
418
|
+
"label": "Website",
|
|
419
|
+
"tooltip": "Set Website (can be mapped from previous steps).",
|
|
420
|
+
"type": "text"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"label": "Add Company Website",
|
|
424
|
+
"method": "POST",
|
|
425
|
+
"operation": "AddCompanyWebsite",
|
|
426
|
+
"pathParamNames": [
|
|
427
|
+
"companyId"
|
|
428
|
+
],
|
|
429
|
+
"pathTemplate": "/companies/${companyId}/websites/",
|
|
430
|
+
"requiredFieldNames": [
|
|
431
|
+
"companyId",
|
|
432
|
+
"website"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
"AddContactAddress": {
|
|
436
|
+
"description": "Add an address to a contact.",
|
|
437
|
+
"fieldDefaults": {},
|
|
438
|
+
"fieldNames": [
|
|
439
|
+
"contactId",
|
|
440
|
+
"type",
|
|
441
|
+
"street",
|
|
442
|
+
"city",
|
|
443
|
+
"state",
|
|
444
|
+
"country",
|
|
445
|
+
"postal_code"
|
|
446
|
+
],
|
|
447
|
+
"fixedQuery": {},
|
|
448
|
+
"inspectorInputs": {
|
|
449
|
+
"city": {
|
|
450
|
+
"index": 4,
|
|
451
|
+
"label": "City",
|
|
452
|
+
"tooltip": "Set City (can be mapped from previous steps).",
|
|
453
|
+
"type": "text"
|
|
454
|
+
},
|
|
455
|
+
"contactId": {
|
|
456
|
+
"index": 1,
|
|
457
|
+
"label": "Contact ID",
|
|
458
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
459
|
+
"type": "number"
|
|
460
|
+
},
|
|
461
|
+
"country": {
|
|
462
|
+
"index": 6,
|
|
463
|
+
"label": "Country",
|
|
464
|
+
"tooltip": "Set Country (can be mapped from previous steps).",
|
|
465
|
+
"type": "text"
|
|
466
|
+
},
|
|
467
|
+
"postal_code": {
|
|
468
|
+
"index": 7,
|
|
469
|
+
"label": "Postal Code",
|
|
470
|
+
"tooltip": "Set Postal Code (can be mapped from previous steps).",
|
|
471
|
+
"type": "text"
|
|
472
|
+
},
|
|
473
|
+
"state": {
|
|
474
|
+
"index": 5,
|
|
475
|
+
"label": "State",
|
|
476
|
+
"tooltip": "Set State (can be mapped from previous steps).",
|
|
477
|
+
"type": "text"
|
|
478
|
+
},
|
|
479
|
+
"street": {
|
|
480
|
+
"index": 3,
|
|
481
|
+
"label": "Street",
|
|
482
|
+
"tooltip": "Set Street (can be mapped from previous steps).",
|
|
483
|
+
"type": "text"
|
|
484
|
+
},
|
|
485
|
+
"type": {
|
|
486
|
+
"index": 2,
|
|
487
|
+
"label": "Type",
|
|
488
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
489
|
+
"type": "number"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"label": "Add Contact Address",
|
|
493
|
+
"method": "POST",
|
|
494
|
+
"operation": "AddContactAddress",
|
|
495
|
+
"pathParamNames": [
|
|
496
|
+
"contactId"
|
|
497
|
+
],
|
|
498
|
+
"pathTemplate": "/contacts/${contactId}/addresses/",
|
|
499
|
+
"requiredFieldNames": [
|
|
500
|
+
"contactId",
|
|
501
|
+
"type",
|
|
502
|
+
"street",
|
|
503
|
+
"city",
|
|
504
|
+
"state",
|
|
505
|
+
"country",
|
|
506
|
+
"postal_code"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
"AddContactCall": {
|
|
510
|
+
"description": "Log a call on a contact.",
|
|
511
|
+
"fieldDefaults": {},
|
|
512
|
+
"fieldNames": [
|
|
513
|
+
"contactId"
|
|
514
|
+
],
|
|
515
|
+
"fixedQuery": {},
|
|
516
|
+
"inspectorInputs": {
|
|
517
|
+
"contactId": {
|
|
518
|
+
"index": 1,
|
|
519
|
+
"label": "Contact ID",
|
|
520
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
521
|
+
"type": "number"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"label": "Add Contact Call",
|
|
525
|
+
"method": "POST",
|
|
526
|
+
"operation": "AddContactCall",
|
|
527
|
+
"pathParamNames": [
|
|
528
|
+
"contactId"
|
|
529
|
+
],
|
|
530
|
+
"pathTemplate": "/contacts/${contactId}/call/",
|
|
531
|
+
"requiredFieldNames": [
|
|
532
|
+
"contactId"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"AddContactCheckin": {
|
|
536
|
+
"description": "Log a meeting/check-in on a contact.",
|
|
537
|
+
"fieldDefaults": {},
|
|
538
|
+
"fieldNames": [
|
|
539
|
+
"contactId",
|
|
540
|
+
"type",
|
|
541
|
+
"comment",
|
|
542
|
+
"outcome",
|
|
543
|
+
"date",
|
|
544
|
+
"owner"
|
|
545
|
+
],
|
|
546
|
+
"fixedQuery": {},
|
|
547
|
+
"inspectorInputs": {
|
|
548
|
+
"comment": {
|
|
549
|
+
"index": 3,
|
|
550
|
+
"label": "Comment",
|
|
551
|
+
"tooltip": "Set Comment (can be mapped from previous steps).",
|
|
552
|
+
"type": "text"
|
|
553
|
+
},
|
|
554
|
+
"contactId": {
|
|
555
|
+
"index": 1,
|
|
556
|
+
"label": "Contact ID",
|
|
557
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
558
|
+
"type": "number"
|
|
559
|
+
},
|
|
560
|
+
"date": {
|
|
561
|
+
"index": 5,
|
|
562
|
+
"label": "Date",
|
|
563
|
+
"tooltip": "Set Date (can be mapped from previous steps).",
|
|
564
|
+
"type": "text"
|
|
565
|
+
},
|
|
566
|
+
"outcome": {
|
|
567
|
+
"index": 4,
|
|
568
|
+
"label": "Outcome",
|
|
569
|
+
"tooltip": "Set Outcome (can be mapped from previous steps).",
|
|
570
|
+
"type": "text"
|
|
571
|
+
},
|
|
572
|
+
"owner": {
|
|
573
|
+
"index": 6,
|
|
574
|
+
"label": "Owner",
|
|
575
|
+
"tooltip": "Set Owner (can be mapped from previous steps).",
|
|
576
|
+
"type": "number"
|
|
577
|
+
},
|
|
578
|
+
"type": {
|
|
579
|
+
"index": 2,
|
|
580
|
+
"label": "Type",
|
|
581
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
582
|
+
"type": "text"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"label": "Add Contact Check-in",
|
|
586
|
+
"method": "POST",
|
|
587
|
+
"operation": "AddContactCheckin",
|
|
588
|
+
"pathParamNames": [
|
|
589
|
+
"contactId"
|
|
590
|
+
],
|
|
591
|
+
"pathTemplate": "/contacts/${contactId}/checkin/",
|
|
592
|
+
"requiredFieldNames": [
|
|
593
|
+
"contactId",
|
|
594
|
+
"type",
|
|
595
|
+
"comment",
|
|
596
|
+
"outcome",
|
|
597
|
+
"date",
|
|
598
|
+
"owner"
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
"AddContactEmail": {
|
|
602
|
+
"description": "Add an email to a contact.",
|
|
603
|
+
"fieldDefaults": {},
|
|
604
|
+
"fieldNames": [
|
|
605
|
+
"contactId",
|
|
606
|
+
"email",
|
|
607
|
+
"type"
|
|
608
|
+
],
|
|
609
|
+
"fixedQuery": {},
|
|
610
|
+
"inspectorInputs": {
|
|
611
|
+
"contactId": {
|
|
612
|
+
"index": 1,
|
|
613
|
+
"label": "Contact ID",
|
|
614
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
615
|
+
"type": "number"
|
|
616
|
+
},
|
|
617
|
+
"email": {
|
|
618
|
+
"index": 2,
|
|
619
|
+
"label": "Email",
|
|
620
|
+
"tooltip": "Set Email (can be mapped from previous steps).",
|
|
621
|
+
"type": "text"
|
|
622
|
+
},
|
|
623
|
+
"type": {
|
|
624
|
+
"index": 3,
|
|
625
|
+
"label": "Type",
|
|
626
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
627
|
+
"type": "number"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"label": "Add Contact Email",
|
|
631
|
+
"method": "POST",
|
|
632
|
+
"operation": "AddContactEmail",
|
|
633
|
+
"pathParamNames": [
|
|
634
|
+
"contactId"
|
|
635
|
+
],
|
|
636
|
+
"pathTemplate": "/contacts/${contactId}/emails/",
|
|
637
|
+
"requiredFieldNames": [
|
|
638
|
+
"contactId",
|
|
639
|
+
"email",
|
|
640
|
+
"type"
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"AddContactNote": {
|
|
644
|
+
"description": "Add a note to a contact.",
|
|
645
|
+
"fieldDefaults": {},
|
|
646
|
+
"fieldNames": [
|
|
647
|
+
"contactId",
|
|
648
|
+
"name",
|
|
649
|
+
"comment"
|
|
650
|
+
],
|
|
651
|
+
"fixedQuery": {},
|
|
652
|
+
"inspectorInputs": {
|
|
653
|
+
"comment": {
|
|
654
|
+
"index": 3,
|
|
655
|
+
"label": "Comment",
|
|
656
|
+
"tooltip": "Set Comment (can be mapped from previous steps).",
|
|
657
|
+
"type": "text"
|
|
658
|
+
},
|
|
659
|
+
"contactId": {
|
|
660
|
+
"index": 1,
|
|
661
|
+
"label": "Contact ID",
|
|
662
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
663
|
+
"type": "number"
|
|
664
|
+
},
|
|
665
|
+
"name": {
|
|
666
|
+
"index": 2,
|
|
667
|
+
"label": "Name",
|
|
668
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
669
|
+
"type": "text"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"label": "Add Contact Note",
|
|
673
|
+
"method": "POST",
|
|
674
|
+
"operation": "AddContactNote",
|
|
675
|
+
"pathParamNames": [
|
|
676
|
+
"contactId"
|
|
677
|
+
],
|
|
678
|
+
"pathTemplate": "/contacts/${contactId}/note/",
|
|
679
|
+
"requiredFieldNames": [
|
|
680
|
+
"contactId",
|
|
681
|
+
"name",
|
|
682
|
+
"comment"
|
|
683
|
+
]
|
|
684
|
+
},
|
|
685
|
+
"AddContactOtherCompany": {
|
|
686
|
+
"description": "Create an additional company relationship for a contact (by title).",
|
|
687
|
+
"fieldDefaults": {},
|
|
688
|
+
"fieldNames": [
|
|
689
|
+
"contactId",
|
|
690
|
+
"title"
|
|
691
|
+
],
|
|
692
|
+
"fixedQuery": {},
|
|
693
|
+
"inspectorInputs": {
|
|
694
|
+
"contactId": {
|
|
695
|
+
"index": 1,
|
|
696
|
+
"label": "Contact ID",
|
|
697
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
698
|
+
"type": "number"
|
|
699
|
+
},
|
|
700
|
+
"title": {
|
|
701
|
+
"index": 2,
|
|
702
|
+
"label": "Title",
|
|
703
|
+
"tooltip": "Set Title (can be mapped from previous steps).",
|
|
704
|
+
"type": "text"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"label": "Add Contact Other Company",
|
|
708
|
+
"method": "POST",
|
|
709
|
+
"operation": "AddContactOtherCompany",
|
|
710
|
+
"pathParamNames": [
|
|
711
|
+
"contactId"
|
|
712
|
+
],
|
|
713
|
+
"pathTemplate": "/contacts/${contactId}/other_companies/",
|
|
714
|
+
"requiredFieldNames": [
|
|
715
|
+
"contactId",
|
|
716
|
+
"title"
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
"AddContactPhone": {
|
|
720
|
+
"description": "Add a phone to a contact.",
|
|
721
|
+
"fieldDefaults": {},
|
|
722
|
+
"fieldNames": [
|
|
723
|
+
"contactId",
|
|
724
|
+
"phone",
|
|
725
|
+
"type"
|
|
726
|
+
],
|
|
727
|
+
"fixedQuery": {},
|
|
728
|
+
"inspectorInputs": {
|
|
729
|
+
"contactId": {
|
|
730
|
+
"index": 1,
|
|
731
|
+
"label": "Contact ID",
|
|
732
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
733
|
+
"type": "number"
|
|
734
|
+
},
|
|
735
|
+
"phone": {
|
|
736
|
+
"index": 2,
|
|
737
|
+
"label": "Phone",
|
|
738
|
+
"tooltip": "Set Phone (can be mapped from previous steps).",
|
|
739
|
+
"type": "text"
|
|
740
|
+
},
|
|
741
|
+
"type": {
|
|
742
|
+
"index": 3,
|
|
743
|
+
"label": "Type",
|
|
744
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
745
|
+
"type": "number"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"label": "Add Contact Phone",
|
|
749
|
+
"method": "POST",
|
|
750
|
+
"operation": "AddContactPhone",
|
|
751
|
+
"pathParamNames": [
|
|
752
|
+
"contactId"
|
|
753
|
+
],
|
|
754
|
+
"pathTemplate": "/contacts/${contactId}/phones/",
|
|
755
|
+
"requiredFieldNames": [
|
|
756
|
+
"contactId",
|
|
757
|
+
"phone",
|
|
758
|
+
"type"
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
"AddContactTag": {
|
|
762
|
+
"description": "Add a tag to a contact (creates the tag if needed).",
|
|
763
|
+
"fieldDefaults": {},
|
|
764
|
+
"fieldNames": [
|
|
765
|
+
"contactId",
|
|
766
|
+
"name"
|
|
767
|
+
],
|
|
768
|
+
"fixedQuery": {},
|
|
769
|
+
"inspectorInputs": {
|
|
770
|
+
"contactId": {
|
|
771
|
+
"index": 1,
|
|
772
|
+
"label": "Contact ID",
|
|
773
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
774
|
+
"type": "number"
|
|
775
|
+
},
|
|
776
|
+
"name": {
|
|
777
|
+
"index": 2,
|
|
778
|
+
"label": "Name",
|
|
779
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
780
|
+
"type": "text"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"label": "Add Contact Tag",
|
|
784
|
+
"method": "POST",
|
|
785
|
+
"operation": "AddContactTag",
|
|
786
|
+
"pathParamNames": [
|
|
787
|
+
"contactId"
|
|
788
|
+
],
|
|
789
|
+
"pathTemplate": "/contacts/${contactId}/tags/",
|
|
790
|
+
"requiredFieldNames": [
|
|
791
|
+
"contactId",
|
|
792
|
+
"name"
|
|
793
|
+
]
|
|
794
|
+
},
|
|
795
|
+
"AssignContactOwner": {
|
|
796
|
+
"description": "Assign an owner/user to a contact.",
|
|
797
|
+
"fieldDefaults": {},
|
|
798
|
+
"fieldNames": [
|
|
799
|
+
"contactId",
|
|
800
|
+
"ownerId"
|
|
801
|
+
],
|
|
802
|
+
"fixedQuery": {},
|
|
803
|
+
"inspectorInputs": {
|
|
804
|
+
"contactId": {
|
|
805
|
+
"index": 1,
|
|
806
|
+
"label": "Contact ID",
|
|
807
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
808
|
+
"type": "number"
|
|
809
|
+
},
|
|
810
|
+
"ownerId": {
|
|
811
|
+
"index": 2,
|
|
812
|
+
"label": "Owner ID",
|
|
813
|
+
"tooltip": "Set Owner ID (can be mapped from previous steps).",
|
|
814
|
+
"type": "number"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"label": "Assign Contact Owner",
|
|
818
|
+
"method": "PUT",
|
|
819
|
+
"operation": "AssignContactOwner",
|
|
820
|
+
"pathParamNames": [
|
|
821
|
+
"contactId"
|
|
822
|
+
],
|
|
823
|
+
"pathTemplate": "/contacts/${contactId}/owner/",
|
|
824
|
+
"requiredFieldNames": [
|
|
825
|
+
"contactId",
|
|
826
|
+
"ownerId"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
"BatchCreateContacts": {
|
|
830
|
+
"description": "Create multiple contacts in a single request.",
|
|
831
|
+
"fieldDefaults": {},
|
|
832
|
+
"fieldNames": [
|
|
833
|
+
"contacts"
|
|
834
|
+
],
|
|
835
|
+
"fixedQuery": {},
|
|
836
|
+
"inspectorInputs": {
|
|
837
|
+
"contacts": {
|
|
838
|
+
"index": 1,
|
|
839
|
+
"label": "Contacts",
|
|
840
|
+
"tooltip": "Set Contacts (can be mapped from previous steps).",
|
|
841
|
+
"type": "expression"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"label": "Batch Create Contacts",
|
|
845
|
+
"method": "POST",
|
|
846
|
+
"operation": "BatchCreateContacts",
|
|
847
|
+
"pathParamNames": [],
|
|
848
|
+
"pathTemplate": "/multiple-contacts/",
|
|
849
|
+
"requiredFieldNames": [
|
|
850
|
+
"contacts"
|
|
851
|
+
]
|
|
852
|
+
},
|
|
853
|
+
"CompleteTask": {
|
|
854
|
+
"description": "Mark a task as completed.",
|
|
855
|
+
"fieldDefaults": {},
|
|
856
|
+
"fieldNames": [
|
|
857
|
+
"taskId"
|
|
858
|
+
],
|
|
859
|
+
"fixedQuery": {},
|
|
860
|
+
"inspectorInputs": {
|
|
861
|
+
"taskId": {
|
|
862
|
+
"index": 1,
|
|
863
|
+
"label": "Task ID",
|
|
864
|
+
"tooltip": "Set Task ID (can be mapped from previous steps).",
|
|
865
|
+
"type": "number"
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
"label": "Complete Task",
|
|
869
|
+
"method": "POST",
|
|
870
|
+
"operation": "CompleteTask",
|
|
871
|
+
"pathParamNames": [
|
|
872
|
+
"taskId"
|
|
873
|
+
],
|
|
874
|
+
"pathTemplate": "/tasks/${taskId}/complete/",
|
|
875
|
+
"requiredFieldNames": [
|
|
876
|
+
"taskId"
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
"CreateCompany": {
|
|
880
|
+
"description": "Create a new company.",
|
|
881
|
+
"fieldDefaults": {},
|
|
882
|
+
"fieldNames": [
|
|
883
|
+
"name"
|
|
884
|
+
],
|
|
885
|
+
"fixedQuery": {},
|
|
886
|
+
"inspectorInputs": {
|
|
887
|
+
"name": {
|
|
888
|
+
"index": 1,
|
|
889
|
+
"label": "Name",
|
|
890
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
891
|
+
"type": "text"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"label": "Create Company",
|
|
895
|
+
"method": "POST",
|
|
896
|
+
"operation": "CreateCompany",
|
|
897
|
+
"pathParamNames": [],
|
|
898
|
+
"pathTemplate": "/companies/",
|
|
899
|
+
"requiredFieldNames": [
|
|
900
|
+
"name"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
"CreateContact": {
|
|
904
|
+
"description": "Create a new contact.",
|
|
905
|
+
"fieldDefaults": {},
|
|
906
|
+
"fieldNames": [
|
|
907
|
+
"first_name",
|
|
908
|
+
"last_name",
|
|
909
|
+
"email",
|
|
910
|
+
"company"
|
|
911
|
+
],
|
|
912
|
+
"fixedQuery": {},
|
|
913
|
+
"inspectorInputs": {
|
|
914
|
+
"company": {
|
|
915
|
+
"index": 4,
|
|
916
|
+
"label": "Company",
|
|
917
|
+
"tooltip": "Set Company (can be mapped from previous steps).",
|
|
918
|
+
"type": "text"
|
|
919
|
+
},
|
|
920
|
+
"email": {
|
|
921
|
+
"index": 3,
|
|
922
|
+
"label": "Email",
|
|
923
|
+
"tooltip": "Set Email (can be mapped from previous steps).",
|
|
924
|
+
"type": "text"
|
|
925
|
+
},
|
|
926
|
+
"first_name": {
|
|
927
|
+
"index": 1,
|
|
928
|
+
"label": "First Name",
|
|
929
|
+
"tooltip": "Set First Name (can be mapped from previous steps).",
|
|
930
|
+
"type": "text"
|
|
931
|
+
},
|
|
932
|
+
"last_name": {
|
|
933
|
+
"index": 2,
|
|
934
|
+
"label": "Last Name",
|
|
935
|
+
"tooltip": "Set Last Name (can be mapped from previous steps).",
|
|
936
|
+
"type": "text"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"label": "Create Contact",
|
|
940
|
+
"method": "POST",
|
|
941
|
+
"operation": "CreateContact",
|
|
942
|
+
"pathParamNames": [],
|
|
943
|
+
"pathTemplate": "/contacts/",
|
|
944
|
+
"requiredFieldNames": []
|
|
945
|
+
},
|
|
946
|
+
"CreateTask": {
|
|
947
|
+
"description": "Create a new task/activity.",
|
|
948
|
+
"fieldDefaults": {},
|
|
949
|
+
"fieldNames": [
|
|
950
|
+
"owner",
|
|
951
|
+
"assigned_to",
|
|
952
|
+
"type",
|
|
953
|
+
"name",
|
|
954
|
+
"description",
|
|
955
|
+
"remarks",
|
|
956
|
+
"due_date",
|
|
957
|
+
"status",
|
|
958
|
+
"recurring_type",
|
|
959
|
+
"recurring_end_date",
|
|
960
|
+
"recurring_days_of_week",
|
|
961
|
+
"recurring_interval",
|
|
962
|
+
"priority"
|
|
963
|
+
],
|
|
964
|
+
"fixedQuery": {},
|
|
965
|
+
"inspectorInputs": {
|
|
966
|
+
"assigned_to": {
|
|
967
|
+
"index": 2,
|
|
968
|
+
"label": "Assigned To",
|
|
969
|
+
"tooltip": "Set Assigned To (can be mapped from previous steps).",
|
|
970
|
+
"type": "number"
|
|
971
|
+
},
|
|
972
|
+
"description": {
|
|
973
|
+
"index": 5,
|
|
974
|
+
"label": "Description",
|
|
975
|
+
"tooltip": "Set Description (can be mapped from previous steps).",
|
|
976
|
+
"type": "text"
|
|
977
|
+
},
|
|
978
|
+
"due_date": {
|
|
979
|
+
"index": 7,
|
|
980
|
+
"label": "Due Date",
|
|
981
|
+
"tooltip": "Set Due Date (can be mapped from previous steps).",
|
|
982
|
+
"type": "text"
|
|
983
|
+
},
|
|
984
|
+
"name": {
|
|
985
|
+
"index": 4,
|
|
986
|
+
"label": "Name",
|
|
987
|
+
"tooltip": "Set Name (can be mapped from previous steps).",
|
|
988
|
+
"type": "text"
|
|
989
|
+
},
|
|
990
|
+
"owner": {
|
|
991
|
+
"index": 1,
|
|
992
|
+
"label": "Owner",
|
|
993
|
+
"tooltip": "Set Owner (can be mapped from previous steps).",
|
|
994
|
+
"type": "number"
|
|
995
|
+
},
|
|
996
|
+
"priority": {
|
|
997
|
+
"index": 13,
|
|
998
|
+
"label": "Priority",
|
|
999
|
+
"tooltip": "Set Priority (can be mapped from previous steps).",
|
|
1000
|
+
"type": "number"
|
|
1001
|
+
},
|
|
1002
|
+
"recurring_days_of_week": {
|
|
1003
|
+
"index": 11,
|
|
1004
|
+
"label": "Recurring Days Of Week",
|
|
1005
|
+
"tooltip": "Set Recurring Days Of Week (can be mapped from previous steps).",
|
|
1006
|
+
"type": "expression"
|
|
1007
|
+
},
|
|
1008
|
+
"recurring_end_date": {
|
|
1009
|
+
"index": 10,
|
|
1010
|
+
"label": "Recurring End Date",
|
|
1011
|
+
"tooltip": "Set Recurring End Date (can be mapped from previous steps).",
|
|
1012
|
+
"type": "text"
|
|
1013
|
+
},
|
|
1014
|
+
"recurring_interval": {
|
|
1015
|
+
"index": 12,
|
|
1016
|
+
"label": "Recurring Interval",
|
|
1017
|
+
"tooltip": "Set Recurring Interval (can be mapped from previous steps).",
|
|
1018
|
+
"type": "number"
|
|
1019
|
+
},
|
|
1020
|
+
"recurring_type": {
|
|
1021
|
+
"index": 9,
|
|
1022
|
+
"label": "Recurring Type",
|
|
1023
|
+
"tooltip": "Set Recurring Type (can be mapped from previous steps).",
|
|
1024
|
+
"type": "number"
|
|
1025
|
+
},
|
|
1026
|
+
"remarks": {
|
|
1027
|
+
"index": 6,
|
|
1028
|
+
"label": "Remarks",
|
|
1029
|
+
"tooltip": "Set Remarks (can be mapped from previous steps).",
|
|
1030
|
+
"type": "text"
|
|
1031
|
+
},
|
|
1032
|
+
"status": {
|
|
1033
|
+
"index": 8,
|
|
1034
|
+
"label": "Status",
|
|
1035
|
+
"tooltip": "Set Status (can be mapped from previous steps).",
|
|
1036
|
+
"type": "number"
|
|
1037
|
+
},
|
|
1038
|
+
"type": {
|
|
1039
|
+
"index": 3,
|
|
1040
|
+
"label": "Type",
|
|
1041
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
1042
|
+
"type": "number"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"label": "Create Task",
|
|
1046
|
+
"method": "POST",
|
|
1047
|
+
"operation": "CreateTask",
|
|
1048
|
+
"pathParamNames": [],
|
|
1049
|
+
"pathTemplate": "/tasks/",
|
|
1050
|
+
"requiredFieldNames": [
|
|
1051
|
+
"name",
|
|
1052
|
+
"type"
|
|
1053
|
+
]
|
|
1054
|
+
},
|
|
1055
|
+
"DeleteCompany": {
|
|
1056
|
+
"description": "Delete a company by id.",
|
|
1057
|
+
"fieldDefaults": {},
|
|
1058
|
+
"fieldNames": [
|
|
1059
|
+
"companyId"
|
|
1060
|
+
],
|
|
1061
|
+
"fixedQuery": {},
|
|
1062
|
+
"inspectorInputs": {
|
|
1063
|
+
"companyId": {
|
|
1064
|
+
"index": 1,
|
|
1065
|
+
"label": "Company ID",
|
|
1066
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1067
|
+
"type": "number"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"label": "Delete Company",
|
|
1071
|
+
"method": "DELETE",
|
|
1072
|
+
"operation": "DeleteCompany",
|
|
1073
|
+
"pathParamNames": [
|
|
1074
|
+
"companyId"
|
|
1075
|
+
],
|
|
1076
|
+
"pathTemplate": "/companies/${companyId}/",
|
|
1077
|
+
"requiredFieldNames": [
|
|
1078
|
+
"companyId"
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
1081
|
+
"DeleteCompanyAddress": {
|
|
1082
|
+
"description": "Delete a company address entry.",
|
|
1083
|
+
"fieldDefaults": {},
|
|
1084
|
+
"fieldNames": [
|
|
1085
|
+
"companyId",
|
|
1086
|
+
"addressId"
|
|
1087
|
+
],
|
|
1088
|
+
"fixedQuery": {},
|
|
1089
|
+
"inspectorInputs": {
|
|
1090
|
+
"addressId": {
|
|
1091
|
+
"index": 2,
|
|
1092
|
+
"label": "Address ID",
|
|
1093
|
+
"tooltip": "Set Address ID (can be mapped from previous steps).",
|
|
1094
|
+
"type": "number"
|
|
1095
|
+
},
|
|
1096
|
+
"companyId": {
|
|
1097
|
+
"index": 1,
|
|
1098
|
+
"label": "Company ID",
|
|
1099
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1100
|
+
"type": "number"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"label": "Delete Company Address",
|
|
1104
|
+
"method": "DELETE",
|
|
1105
|
+
"operation": "DeleteCompanyAddress",
|
|
1106
|
+
"pathParamNames": [
|
|
1107
|
+
"companyId",
|
|
1108
|
+
"addressId"
|
|
1109
|
+
],
|
|
1110
|
+
"pathTemplate": "/companies/${companyId}/addresses/${addressId}/",
|
|
1111
|
+
"requiredFieldNames": [
|
|
1112
|
+
"companyId",
|
|
1113
|
+
"addressId"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"DeleteCompanyEmail": {
|
|
1117
|
+
"description": "Delete a company email entry.",
|
|
1118
|
+
"fieldDefaults": {},
|
|
1119
|
+
"fieldNames": [
|
|
1120
|
+
"companyId",
|
|
1121
|
+
"emailId"
|
|
1122
|
+
],
|
|
1123
|
+
"fixedQuery": {},
|
|
1124
|
+
"inspectorInputs": {
|
|
1125
|
+
"companyId": {
|
|
1126
|
+
"index": 1,
|
|
1127
|
+
"label": "Company ID",
|
|
1128
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1129
|
+
"type": "number"
|
|
1130
|
+
},
|
|
1131
|
+
"emailId": {
|
|
1132
|
+
"index": 2,
|
|
1133
|
+
"label": "Email ID",
|
|
1134
|
+
"tooltip": "Set Email ID (can be mapped from previous steps).",
|
|
1135
|
+
"type": "number"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
"label": "Delete Company Email",
|
|
1139
|
+
"method": "DELETE",
|
|
1140
|
+
"operation": "DeleteCompanyEmail",
|
|
1141
|
+
"pathParamNames": [
|
|
1142
|
+
"companyId",
|
|
1143
|
+
"emailId"
|
|
1144
|
+
],
|
|
1145
|
+
"pathTemplate": "/companies/${companyId}/emails/${emailId}/",
|
|
1146
|
+
"requiredFieldNames": [
|
|
1147
|
+
"companyId",
|
|
1148
|
+
"emailId"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
"DeleteCompanyPhone": {
|
|
1152
|
+
"description": "Delete a company phone entry.",
|
|
1153
|
+
"fieldDefaults": {},
|
|
1154
|
+
"fieldNames": [
|
|
1155
|
+
"companyId",
|
|
1156
|
+
"phoneId"
|
|
1157
|
+
],
|
|
1158
|
+
"fixedQuery": {},
|
|
1159
|
+
"inspectorInputs": {
|
|
1160
|
+
"companyId": {
|
|
1161
|
+
"index": 1,
|
|
1162
|
+
"label": "Company ID",
|
|
1163
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1164
|
+
"type": "number"
|
|
1165
|
+
},
|
|
1166
|
+
"phoneId": {
|
|
1167
|
+
"index": 2,
|
|
1168
|
+
"label": "Phone ID",
|
|
1169
|
+
"tooltip": "Set Phone ID (can be mapped from previous steps).",
|
|
1170
|
+
"type": "number"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"label": "Delete Company Phone",
|
|
1174
|
+
"method": "DELETE",
|
|
1175
|
+
"operation": "DeleteCompanyPhone",
|
|
1176
|
+
"pathParamNames": [
|
|
1177
|
+
"companyId",
|
|
1178
|
+
"phoneId"
|
|
1179
|
+
],
|
|
1180
|
+
"pathTemplate": "/companies/${companyId}/phones/${phoneId}/",
|
|
1181
|
+
"requiredFieldNames": [
|
|
1182
|
+
"companyId",
|
|
1183
|
+
"phoneId"
|
|
1184
|
+
]
|
|
1185
|
+
},
|
|
1186
|
+
"DeleteCompanyWebsite": {
|
|
1187
|
+
"description": "Delete a company website entry.",
|
|
1188
|
+
"fieldDefaults": {},
|
|
1189
|
+
"fieldNames": [
|
|
1190
|
+
"companyId",
|
|
1191
|
+
"websiteId"
|
|
1192
|
+
],
|
|
1193
|
+
"fixedQuery": {},
|
|
1194
|
+
"inspectorInputs": {
|
|
1195
|
+
"companyId": {
|
|
1196
|
+
"index": 1,
|
|
1197
|
+
"label": "Company ID",
|
|
1198
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1199
|
+
"type": "number"
|
|
1200
|
+
},
|
|
1201
|
+
"websiteId": {
|
|
1202
|
+
"index": 2,
|
|
1203
|
+
"label": "Website ID",
|
|
1204
|
+
"tooltip": "Set Website ID (can be mapped from previous steps).",
|
|
1205
|
+
"type": "number"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"label": "Delete Company Website",
|
|
1209
|
+
"method": "DELETE",
|
|
1210
|
+
"operation": "DeleteCompanyWebsite",
|
|
1211
|
+
"pathParamNames": [
|
|
1212
|
+
"companyId",
|
|
1213
|
+
"websiteId"
|
|
1214
|
+
],
|
|
1215
|
+
"pathTemplate": "/companies/${companyId}/websites/${websiteId}/",
|
|
1216
|
+
"requiredFieldNames": [
|
|
1217
|
+
"companyId",
|
|
1218
|
+
"websiteId"
|
|
1219
|
+
]
|
|
1220
|
+
},
|
|
1221
|
+
"DeleteContact": {
|
|
1222
|
+
"description": "Delete a contact by id.",
|
|
1223
|
+
"fieldDefaults": {},
|
|
1224
|
+
"fieldNames": [
|
|
1225
|
+
"contactId"
|
|
1226
|
+
],
|
|
1227
|
+
"fixedQuery": {},
|
|
1228
|
+
"inspectorInputs": {
|
|
1229
|
+
"contactId": {
|
|
1230
|
+
"index": 1,
|
|
1231
|
+
"label": "Contact ID",
|
|
1232
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1233
|
+
"type": "number"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
"label": "Delete Contact",
|
|
1237
|
+
"method": "DELETE",
|
|
1238
|
+
"operation": "DeleteContact",
|
|
1239
|
+
"pathParamNames": [
|
|
1240
|
+
"contactId"
|
|
1241
|
+
],
|
|
1242
|
+
"pathTemplate": "/contacts/${contactId}/",
|
|
1243
|
+
"requiredFieldNames": [
|
|
1244
|
+
"contactId"
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1247
|
+
"DeleteContactAddress": {
|
|
1248
|
+
"description": "Delete a contact address entry.",
|
|
1249
|
+
"fieldDefaults": {},
|
|
1250
|
+
"fieldNames": [
|
|
1251
|
+
"contactId",
|
|
1252
|
+
"addressId"
|
|
1253
|
+
],
|
|
1254
|
+
"fixedQuery": {},
|
|
1255
|
+
"inspectorInputs": {
|
|
1256
|
+
"addressId": {
|
|
1257
|
+
"index": 2,
|
|
1258
|
+
"label": "Address ID",
|
|
1259
|
+
"tooltip": "Set Address ID (can be mapped from previous steps).",
|
|
1260
|
+
"type": "number"
|
|
1261
|
+
},
|
|
1262
|
+
"contactId": {
|
|
1263
|
+
"index": 1,
|
|
1264
|
+
"label": "Contact ID",
|
|
1265
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1266
|
+
"type": "number"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"label": "Delete Contact Address",
|
|
1270
|
+
"method": "DELETE",
|
|
1271
|
+
"operation": "DeleteContactAddress",
|
|
1272
|
+
"pathParamNames": [
|
|
1273
|
+
"contactId",
|
|
1274
|
+
"addressId"
|
|
1275
|
+
],
|
|
1276
|
+
"pathTemplate": "/contacts/${contactId}/addresses/${addressId}/",
|
|
1277
|
+
"requiredFieldNames": [
|
|
1278
|
+
"contactId",
|
|
1279
|
+
"addressId"
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
1282
|
+
"DeleteContactEmail": {
|
|
1283
|
+
"description": "Delete a contact email entry.",
|
|
1284
|
+
"fieldDefaults": {},
|
|
1285
|
+
"fieldNames": [
|
|
1286
|
+
"contactId",
|
|
1287
|
+
"emailId"
|
|
1288
|
+
],
|
|
1289
|
+
"fixedQuery": {},
|
|
1290
|
+
"inspectorInputs": {
|
|
1291
|
+
"contactId": {
|
|
1292
|
+
"index": 1,
|
|
1293
|
+
"label": "Contact ID",
|
|
1294
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1295
|
+
"type": "number"
|
|
1296
|
+
},
|
|
1297
|
+
"emailId": {
|
|
1298
|
+
"index": 2,
|
|
1299
|
+
"label": "Email ID",
|
|
1300
|
+
"tooltip": "Set Email ID (can be mapped from previous steps).",
|
|
1301
|
+
"type": "number"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"label": "Delete Contact Email",
|
|
1305
|
+
"method": "DELETE",
|
|
1306
|
+
"operation": "DeleteContactEmail",
|
|
1307
|
+
"pathParamNames": [
|
|
1308
|
+
"contactId",
|
|
1309
|
+
"emailId"
|
|
1310
|
+
],
|
|
1311
|
+
"pathTemplate": "/contacts/${contactId}/emails/${emailId}/",
|
|
1312
|
+
"requiredFieldNames": [
|
|
1313
|
+
"contactId",
|
|
1314
|
+
"emailId"
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
"DeleteContactOtherCompany": {
|
|
1318
|
+
"description": "Delete a contact other-company relationship.",
|
|
1319
|
+
"fieldDefaults": {},
|
|
1320
|
+
"fieldNames": [
|
|
1321
|
+
"contactId",
|
|
1322
|
+
"otherCompanyId"
|
|
1323
|
+
],
|
|
1324
|
+
"fixedQuery": {},
|
|
1325
|
+
"inspectorInputs": {
|
|
1326
|
+
"contactId": {
|
|
1327
|
+
"index": 1,
|
|
1328
|
+
"label": "Contact ID",
|
|
1329
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1330
|
+
"type": "number"
|
|
1331
|
+
},
|
|
1332
|
+
"otherCompanyId": {
|
|
1333
|
+
"index": 2,
|
|
1334
|
+
"label": "Other Company ID",
|
|
1335
|
+
"tooltip": "Set Other Company ID (can be mapped from previous steps).",
|
|
1336
|
+
"type": "number"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"label": "Delete Contact Other Company",
|
|
1340
|
+
"method": "DELETE",
|
|
1341
|
+
"operation": "DeleteContactOtherCompany",
|
|
1342
|
+
"pathParamNames": [
|
|
1343
|
+
"contactId",
|
|
1344
|
+
"otherCompanyId"
|
|
1345
|
+
],
|
|
1346
|
+
"pathTemplate": "/contacts/${contactId}/other_companies/${otherCompanyId}/",
|
|
1347
|
+
"requiredFieldNames": [
|
|
1348
|
+
"contactId",
|
|
1349
|
+
"otherCompanyId"
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
"DeleteContactPhone": {
|
|
1353
|
+
"description": "Delete a contact phone entry.",
|
|
1354
|
+
"fieldDefaults": {},
|
|
1355
|
+
"fieldNames": [
|
|
1356
|
+
"contactId",
|
|
1357
|
+
"phoneId"
|
|
1358
|
+
],
|
|
1359
|
+
"fixedQuery": {},
|
|
1360
|
+
"inspectorInputs": {
|
|
1361
|
+
"contactId": {
|
|
1362
|
+
"index": 1,
|
|
1363
|
+
"label": "Contact ID",
|
|
1364
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1365
|
+
"type": "number"
|
|
1366
|
+
},
|
|
1367
|
+
"phoneId": {
|
|
1368
|
+
"index": 2,
|
|
1369
|
+
"label": "Phone ID",
|
|
1370
|
+
"tooltip": "Set Phone ID (can be mapped from previous steps).",
|
|
1371
|
+
"type": "number"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"label": "Delete Contact Phone",
|
|
1375
|
+
"method": "DELETE",
|
|
1376
|
+
"operation": "DeleteContactPhone",
|
|
1377
|
+
"pathParamNames": [
|
|
1378
|
+
"contactId",
|
|
1379
|
+
"phoneId"
|
|
1380
|
+
],
|
|
1381
|
+
"pathTemplate": "/contacts/${contactId}/phones/${phoneId}/",
|
|
1382
|
+
"requiredFieldNames": [
|
|
1383
|
+
"contactId",
|
|
1384
|
+
"phoneId"
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1387
|
+
"GetCompany": {
|
|
1388
|
+
"description": "Get a company by id.",
|
|
1389
|
+
"fieldDefaults": {
|
|
1390
|
+
"fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry"
|
|
1391
|
+
},
|
|
1392
|
+
"fieldNames": [
|
|
1393
|
+
"companyId",
|
|
1394
|
+
"fields"
|
|
1395
|
+
],
|
|
1396
|
+
"fixedQuery": {},
|
|
1397
|
+
"inspectorInputs": {
|
|
1398
|
+
"companyId": {
|
|
1399
|
+
"index": 1,
|
|
1400
|
+
"label": "Company ID",
|
|
1401
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1402
|
+
"type": "number"
|
|
1403
|
+
},
|
|
1404
|
+
"fields": {
|
|
1405
|
+
"index": 2,
|
|
1406
|
+
"label": "Fields",
|
|
1407
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
1408
|
+
"type": "text"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"label": "Get Company",
|
|
1412
|
+
"method": "GET",
|
|
1413
|
+
"operation": "GetCompany",
|
|
1414
|
+
"pathParamNames": [
|
|
1415
|
+
"companyId"
|
|
1416
|
+
],
|
|
1417
|
+
"pathTemplate": "/companies/${companyId}/",
|
|
1418
|
+
"requiredFieldNames": [
|
|
1419
|
+
"companyId"
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
"GetContact": {
|
|
1423
|
+
"description": "Get a contact by id.",
|
|
1424
|
+
"fieldDefaults": {
|
|
1425
|
+
"fields": "id,owner_id,first_name,last_name,status,title,company_id,company_name,company_picture,contact_type,contact_source,picture_url,description,remarks,summary"
|
|
1426
|
+
},
|
|
1427
|
+
"fieldNames": [
|
|
1428
|
+
"contactId",
|
|
1429
|
+
"fields"
|
|
1430
|
+
],
|
|
1431
|
+
"fixedQuery": {},
|
|
1432
|
+
"inspectorInputs": {
|
|
1433
|
+
"contactId": {
|
|
1434
|
+
"index": 1,
|
|
1435
|
+
"label": "Contact ID",
|
|
1436
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1437
|
+
"type": "number"
|
|
1438
|
+
},
|
|
1439
|
+
"fields": {
|
|
1440
|
+
"index": 2,
|
|
1441
|
+
"label": "Fields",
|
|
1442
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
1443
|
+
"type": "text"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
"label": "Get Contact",
|
|
1447
|
+
"method": "GET",
|
|
1448
|
+
"operation": "GetContact",
|
|
1449
|
+
"pathParamNames": [
|
|
1450
|
+
"contactId"
|
|
1451
|
+
],
|
|
1452
|
+
"pathTemplate": "/contacts/${contactId}/",
|
|
1453
|
+
"requiredFieldNames": [
|
|
1454
|
+
"contactId"
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
"GetCurrentUser": {
|
|
1458
|
+
"description": "Get the currently authenticated Clientify user.",
|
|
1459
|
+
"fieldDefaults": {},
|
|
1460
|
+
"fieldNames": [],
|
|
1461
|
+
"fixedQuery": {
|
|
1462
|
+
"fields": "id,email"
|
|
1463
|
+
},
|
|
1464
|
+
"inspectorInputs": {},
|
|
1465
|
+
"label": "Get Current User",
|
|
1466
|
+
"method": "GET",
|
|
1467
|
+
"operation": "GetCurrentUser",
|
|
1468
|
+
"pathParamNames": [],
|
|
1469
|
+
"pathTemplate": "/me/",
|
|
1470
|
+
"requiredFieldNames": []
|
|
1471
|
+
},
|
|
1472
|
+
"GetTask": {
|
|
1473
|
+
"description": "Get a task by id.",
|
|
1474
|
+
"fieldDefaults": {
|
|
1475
|
+
"fields": "url,id,owner,owner_name,owner_id,assigned_to,assigned_to_name,assigned_to_id,assigned_to_picture,name,description,remarks,due_date,start_datetime,end_datetime,duration,type,status,status_desc,deals,task_type,type_desc,task_stage,priority,related_companies,related_companies_names,related_companies_data,related_contacts,related_contacts_names,related_contacts_data,related_deals_data,tags,notes,phone_number,colors,additional_option,location,guest_users,created,modified,completed_date,activity_type,parent_task,parent_task_id,recurring_days_of_week,recurring_days_of_month,recurring_days_of_year,recurring_type,recurring_end_date,recurring_interval,meeting_goal,url_meeting,number_of_repetitions,outcome,is_holiday"
|
|
1476
|
+
},
|
|
1477
|
+
"fieldNames": [
|
|
1478
|
+
"taskId",
|
|
1479
|
+
"fields"
|
|
1480
|
+
],
|
|
1481
|
+
"fixedQuery": {},
|
|
1482
|
+
"inspectorInputs": {
|
|
1483
|
+
"fields": {
|
|
1484
|
+
"index": 2,
|
|
1485
|
+
"label": "Fields",
|
|
1486
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
1487
|
+
"type": "text"
|
|
1488
|
+
},
|
|
1489
|
+
"taskId": {
|
|
1490
|
+
"index": 1,
|
|
1491
|
+
"label": "Task ID",
|
|
1492
|
+
"tooltip": "Set Task ID (can be mapped from previous steps).",
|
|
1493
|
+
"type": "number"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"label": "Get Task",
|
|
1497
|
+
"method": "GET",
|
|
1498
|
+
"operation": "GetTask",
|
|
1499
|
+
"pathParamNames": [
|
|
1500
|
+
"taskId"
|
|
1501
|
+
],
|
|
1502
|
+
"pathTemplate": "/tasks/${taskId}/",
|
|
1503
|
+
"requiredFieldNames": [
|
|
1504
|
+
"taskId"
|
|
1505
|
+
]
|
|
1506
|
+
},
|
|
1507
|
+
"ListAllCompanyTags": {
|
|
1508
|
+
"description": "List all available company tags (picklist helper; can be slow).",
|
|
1509
|
+
"fieldDefaults": {},
|
|
1510
|
+
"fieldNames": [],
|
|
1511
|
+
"fixedQuery": {},
|
|
1512
|
+
"inspectorInputs": {},
|
|
1513
|
+
"label": "List All Company Tags",
|
|
1514
|
+
"method": "GET",
|
|
1515
|
+
"operation": "ListAllCompanyTags",
|
|
1516
|
+
"pathParamNames": [],
|
|
1517
|
+
"pathTemplate": "/companies/tags/",
|
|
1518
|
+
"requiredFieldNames": []
|
|
1519
|
+
},
|
|
1520
|
+
"ListAllContactTags": {
|
|
1521
|
+
"description": "List all available contact tags (picklist helper; can be slow).",
|
|
1522
|
+
"fieldDefaults": {},
|
|
1523
|
+
"fieldNames": [],
|
|
1524
|
+
"fixedQuery": {},
|
|
1525
|
+
"inspectorInputs": {},
|
|
1526
|
+
"label": "List All Contact Tags",
|
|
1527
|
+
"method": "GET",
|
|
1528
|
+
"operation": "ListAllContactTags",
|
|
1529
|
+
"pathParamNames": [],
|
|
1530
|
+
"pathTemplate": "/contacts/tags/",
|
|
1531
|
+
"requiredFieldNames": []
|
|
1532
|
+
},
|
|
1533
|
+
"ListCompanies": {
|
|
1534
|
+
"description": "List companies from Clientify.",
|
|
1535
|
+
"fieldDefaults": {
|
|
1536
|
+
"fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry"
|
|
1537
|
+
},
|
|
1538
|
+
"fieldNames": [
|
|
1539
|
+
"page",
|
|
1540
|
+
"page_size",
|
|
1541
|
+
"search",
|
|
1542
|
+
"ordering",
|
|
1543
|
+
"fields"
|
|
1544
|
+
],
|
|
1545
|
+
"fixedQuery": {},
|
|
1546
|
+
"inspectorInputs": {
|
|
1547
|
+
"fields": {
|
|
1548
|
+
"index": 5,
|
|
1549
|
+
"label": "Fields",
|
|
1550
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
1551
|
+
"type": "text"
|
|
1552
|
+
},
|
|
1553
|
+
"ordering": {
|
|
1554
|
+
"index": 4,
|
|
1555
|
+
"label": "Ordering",
|
|
1556
|
+
"tooltip": "Set Ordering (can be mapped from previous steps).",
|
|
1557
|
+
"type": "text"
|
|
1558
|
+
},
|
|
1559
|
+
"page": {
|
|
1560
|
+
"index": 1,
|
|
1561
|
+
"label": "Page",
|
|
1562
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
1563
|
+
"type": "number"
|
|
1564
|
+
},
|
|
1565
|
+
"page_size": {
|
|
1566
|
+
"index": 2,
|
|
1567
|
+
"label": "Page Size",
|
|
1568
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
1569
|
+
"type": "number"
|
|
1570
|
+
},
|
|
1571
|
+
"search": {
|
|
1572
|
+
"index": 3,
|
|
1573
|
+
"label": "Search",
|
|
1574
|
+
"tooltip": "Set Search (can be mapped from previous steps).",
|
|
1575
|
+
"type": "text"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"label": "List Companies",
|
|
1579
|
+
"method": "GET",
|
|
1580
|
+
"operation": "ListCompanies",
|
|
1581
|
+
"pathParamNames": [],
|
|
1582
|
+
"pathTemplate": "/companies/",
|
|
1583
|
+
"requiredFieldNames": []
|
|
1584
|
+
},
|
|
1585
|
+
"ListCompanyAddresses": {
|
|
1586
|
+
"description": "List addresses for a company.",
|
|
1587
|
+
"fieldDefaults": {},
|
|
1588
|
+
"fieldNames": [
|
|
1589
|
+
"companyId"
|
|
1590
|
+
],
|
|
1591
|
+
"fixedQuery": {},
|
|
1592
|
+
"inspectorInputs": {
|
|
1593
|
+
"companyId": {
|
|
1594
|
+
"index": 1,
|
|
1595
|
+
"label": "Company ID",
|
|
1596
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1597
|
+
"type": "number"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"label": "List Company Addresses",
|
|
1601
|
+
"method": "GET",
|
|
1602
|
+
"operation": "ListCompanyAddresses",
|
|
1603
|
+
"pathParamNames": [
|
|
1604
|
+
"companyId"
|
|
1605
|
+
],
|
|
1606
|
+
"pathTemplate": "/companies/${companyId}/addresses/",
|
|
1607
|
+
"requiredFieldNames": [
|
|
1608
|
+
"companyId"
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
"ListCompanyCustomfields": {
|
|
1612
|
+
"description": "List custom field values for a company.",
|
|
1613
|
+
"fieldDefaults": {},
|
|
1614
|
+
"fieldNames": [
|
|
1615
|
+
"companyId"
|
|
1616
|
+
],
|
|
1617
|
+
"fixedQuery": {},
|
|
1618
|
+
"inspectorInputs": {
|
|
1619
|
+
"companyId": {
|
|
1620
|
+
"index": 1,
|
|
1621
|
+
"label": "Company ID",
|
|
1622
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1623
|
+
"type": "number"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"label": "List Company Custom Fields",
|
|
1627
|
+
"method": "GET",
|
|
1628
|
+
"operation": "ListCompanyCustomfields",
|
|
1629
|
+
"pathParamNames": [
|
|
1630
|
+
"companyId"
|
|
1631
|
+
],
|
|
1632
|
+
"pathTemplate": "/companies/${companyId}/customfields/",
|
|
1633
|
+
"requiredFieldNames": [
|
|
1634
|
+
"companyId"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1637
|
+
"ListCompanyEmails": {
|
|
1638
|
+
"description": "List emails for a company.",
|
|
1639
|
+
"fieldDefaults": {},
|
|
1640
|
+
"fieldNames": [
|
|
1641
|
+
"companyId"
|
|
1642
|
+
],
|
|
1643
|
+
"fixedQuery": {},
|
|
1644
|
+
"inspectorInputs": {
|
|
1645
|
+
"companyId": {
|
|
1646
|
+
"index": 1,
|
|
1647
|
+
"label": "Company ID",
|
|
1648
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1649
|
+
"type": "number"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
"label": "List Company Emails",
|
|
1653
|
+
"method": "GET",
|
|
1654
|
+
"operation": "ListCompanyEmails",
|
|
1655
|
+
"pathParamNames": [
|
|
1656
|
+
"companyId"
|
|
1657
|
+
],
|
|
1658
|
+
"pathTemplate": "/companies/${companyId}/emails/",
|
|
1659
|
+
"requiredFieldNames": [
|
|
1660
|
+
"companyId"
|
|
1661
|
+
]
|
|
1662
|
+
},
|
|
1663
|
+
"ListCompanyEmployees": {
|
|
1664
|
+
"description": "List employees (contacts) for a company.",
|
|
1665
|
+
"fieldDefaults": {},
|
|
1666
|
+
"fieldNames": [
|
|
1667
|
+
"companyId"
|
|
1668
|
+
],
|
|
1669
|
+
"fixedQuery": {},
|
|
1670
|
+
"inspectorInputs": {
|
|
1671
|
+
"companyId": {
|
|
1672
|
+
"index": 1,
|
|
1673
|
+
"label": "Company ID",
|
|
1674
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1675
|
+
"type": "number"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
"label": "List Company Employees",
|
|
1679
|
+
"method": "GET",
|
|
1680
|
+
"operation": "ListCompanyEmployees",
|
|
1681
|
+
"pathParamNames": [
|
|
1682
|
+
"companyId"
|
|
1683
|
+
],
|
|
1684
|
+
"pathTemplate": "/companies/${companyId}/employees/",
|
|
1685
|
+
"requiredFieldNames": [
|
|
1686
|
+
"companyId"
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
"ListCompanyPhones": {
|
|
1690
|
+
"description": "List phones for a company.",
|
|
1691
|
+
"fieldDefaults": {},
|
|
1692
|
+
"fieldNames": [
|
|
1693
|
+
"companyId"
|
|
1694
|
+
],
|
|
1695
|
+
"fixedQuery": {},
|
|
1696
|
+
"inspectorInputs": {
|
|
1697
|
+
"companyId": {
|
|
1698
|
+
"index": 1,
|
|
1699
|
+
"label": "Company ID",
|
|
1700
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1701
|
+
"type": "number"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"label": "List Company Phones",
|
|
1705
|
+
"method": "GET",
|
|
1706
|
+
"operation": "ListCompanyPhones",
|
|
1707
|
+
"pathParamNames": [
|
|
1708
|
+
"companyId"
|
|
1709
|
+
],
|
|
1710
|
+
"pathTemplate": "/companies/${companyId}/phones/",
|
|
1711
|
+
"requiredFieldNames": [
|
|
1712
|
+
"companyId"
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
"ListCompanySectors": {
|
|
1716
|
+
"description": "List company sectors (picklist helper).",
|
|
1717
|
+
"fieldDefaults": {},
|
|
1718
|
+
"fieldNames": [],
|
|
1719
|
+
"fixedQuery": {},
|
|
1720
|
+
"inspectorInputs": {},
|
|
1721
|
+
"label": "List Company Sectors",
|
|
1722
|
+
"method": "GET",
|
|
1723
|
+
"operation": "ListCompanySectors",
|
|
1724
|
+
"pathParamNames": [],
|
|
1725
|
+
"pathTemplate": "/companies/sectors/",
|
|
1726
|
+
"requiredFieldNames": []
|
|
1727
|
+
},
|
|
1728
|
+
"ListCompanyTags": {
|
|
1729
|
+
"description": "List tags for a company.",
|
|
1730
|
+
"fieldDefaults": {},
|
|
1731
|
+
"fieldNames": [
|
|
1732
|
+
"companyId"
|
|
1733
|
+
],
|
|
1734
|
+
"fixedQuery": {},
|
|
1735
|
+
"inspectorInputs": {
|
|
1736
|
+
"companyId": {
|
|
1737
|
+
"index": 1,
|
|
1738
|
+
"label": "Company ID",
|
|
1739
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1740
|
+
"type": "number"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
"label": "List Company Tags",
|
|
1744
|
+
"method": "GET",
|
|
1745
|
+
"operation": "ListCompanyTags",
|
|
1746
|
+
"pathParamNames": [
|
|
1747
|
+
"companyId"
|
|
1748
|
+
],
|
|
1749
|
+
"pathTemplate": "/companies/${companyId}/tags/",
|
|
1750
|
+
"requiredFieldNames": [
|
|
1751
|
+
"companyId"
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
"ListCompanyTasks": {
|
|
1755
|
+
"description": "List tasks for a company.",
|
|
1756
|
+
"fieldDefaults": {},
|
|
1757
|
+
"fieldNames": [
|
|
1758
|
+
"companyId"
|
|
1759
|
+
],
|
|
1760
|
+
"fixedQuery": {},
|
|
1761
|
+
"inspectorInputs": {
|
|
1762
|
+
"companyId": {
|
|
1763
|
+
"index": 1,
|
|
1764
|
+
"label": "Company ID",
|
|
1765
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1766
|
+
"type": "number"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
"label": "List Company Tasks",
|
|
1770
|
+
"method": "GET",
|
|
1771
|
+
"operation": "ListCompanyTasks",
|
|
1772
|
+
"pathParamNames": [
|
|
1773
|
+
"companyId"
|
|
1774
|
+
],
|
|
1775
|
+
"pathTemplate": "/companies/${companyId}/tasks/",
|
|
1776
|
+
"requiredFieldNames": [
|
|
1777
|
+
"companyId"
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
"ListCompanyWallentries": {
|
|
1781
|
+
"description": "Get the company wall entries (timeline context).",
|
|
1782
|
+
"fieldDefaults": {},
|
|
1783
|
+
"fieldNames": [
|
|
1784
|
+
"companyId"
|
|
1785
|
+
],
|
|
1786
|
+
"fixedQuery": {},
|
|
1787
|
+
"inspectorInputs": {
|
|
1788
|
+
"companyId": {
|
|
1789
|
+
"index": 1,
|
|
1790
|
+
"label": "Company ID",
|
|
1791
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1792
|
+
"type": "number"
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"label": "List Company Wall Entries",
|
|
1796
|
+
"method": "GET",
|
|
1797
|
+
"operation": "ListCompanyWallentries",
|
|
1798
|
+
"pathParamNames": [
|
|
1799
|
+
"companyId"
|
|
1800
|
+
],
|
|
1801
|
+
"pathTemplate": "/companies/${companyId}/wallentries/",
|
|
1802
|
+
"requiredFieldNames": [
|
|
1803
|
+
"companyId"
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
"ListCompanyWebsites": {
|
|
1807
|
+
"description": "List websites for a company.",
|
|
1808
|
+
"fieldDefaults": {},
|
|
1809
|
+
"fieldNames": [
|
|
1810
|
+
"companyId"
|
|
1811
|
+
],
|
|
1812
|
+
"fixedQuery": {},
|
|
1813
|
+
"inspectorInputs": {
|
|
1814
|
+
"companyId": {
|
|
1815
|
+
"index": 1,
|
|
1816
|
+
"label": "Company ID",
|
|
1817
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
1818
|
+
"type": "number"
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
"label": "List Company Websites",
|
|
1822
|
+
"method": "GET",
|
|
1823
|
+
"operation": "ListCompanyWebsites",
|
|
1824
|
+
"pathParamNames": [
|
|
1825
|
+
"companyId"
|
|
1826
|
+
],
|
|
1827
|
+
"pathTemplate": "/companies/${companyId}/websites/",
|
|
1828
|
+
"requiredFieldNames": [
|
|
1829
|
+
"companyId"
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
"ListContactAddresses": {
|
|
1833
|
+
"description": "List addresses for a contact.",
|
|
1834
|
+
"fieldDefaults": {},
|
|
1835
|
+
"fieldNames": [
|
|
1836
|
+
"contactId"
|
|
1837
|
+
],
|
|
1838
|
+
"fixedQuery": {},
|
|
1839
|
+
"inspectorInputs": {
|
|
1840
|
+
"contactId": {
|
|
1841
|
+
"index": 1,
|
|
1842
|
+
"label": "Contact ID",
|
|
1843
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1844
|
+
"type": "number"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"label": "List Contact Addresses",
|
|
1848
|
+
"method": "GET",
|
|
1849
|
+
"operation": "ListContactAddresses",
|
|
1850
|
+
"pathParamNames": [
|
|
1851
|
+
"contactId"
|
|
1852
|
+
],
|
|
1853
|
+
"pathTemplate": "/contacts/${contactId}/addresses/",
|
|
1854
|
+
"requiredFieldNames": [
|
|
1855
|
+
"contactId"
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
"ListContactCustomfields": {
|
|
1859
|
+
"description": "List custom field values for a contact.",
|
|
1860
|
+
"fieldDefaults": {},
|
|
1861
|
+
"fieldNames": [
|
|
1862
|
+
"contactId"
|
|
1863
|
+
],
|
|
1864
|
+
"fixedQuery": {},
|
|
1865
|
+
"inspectorInputs": {
|
|
1866
|
+
"contactId": {
|
|
1867
|
+
"index": 1,
|
|
1868
|
+
"label": "Contact ID",
|
|
1869
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1870
|
+
"type": "number"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"label": "List Contact Custom Fields",
|
|
1874
|
+
"method": "GET",
|
|
1875
|
+
"operation": "ListContactCustomfields",
|
|
1876
|
+
"pathParamNames": [
|
|
1877
|
+
"contactId"
|
|
1878
|
+
],
|
|
1879
|
+
"pathTemplate": "/contacts/${contactId}/customfields/",
|
|
1880
|
+
"requiredFieldNames": [
|
|
1881
|
+
"contactId"
|
|
1882
|
+
]
|
|
1883
|
+
},
|
|
1884
|
+
"ListContactEmails": {
|
|
1885
|
+
"description": "List emails for a contact.",
|
|
1886
|
+
"fieldDefaults": {},
|
|
1887
|
+
"fieldNames": [
|
|
1888
|
+
"contactId"
|
|
1889
|
+
],
|
|
1890
|
+
"fixedQuery": {},
|
|
1891
|
+
"inspectorInputs": {
|
|
1892
|
+
"contactId": {
|
|
1893
|
+
"index": 1,
|
|
1894
|
+
"label": "Contact ID",
|
|
1895
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1896
|
+
"type": "number"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"label": "List Contact Emails",
|
|
1900
|
+
"method": "GET",
|
|
1901
|
+
"operation": "ListContactEmails",
|
|
1902
|
+
"pathParamNames": [
|
|
1903
|
+
"contactId"
|
|
1904
|
+
],
|
|
1905
|
+
"pathTemplate": "/contacts/${contactId}/emails/",
|
|
1906
|
+
"requiredFieldNames": [
|
|
1907
|
+
"contactId"
|
|
1908
|
+
]
|
|
1909
|
+
},
|
|
1910
|
+
"ListContactOtherCompanies": {
|
|
1911
|
+
"description": "List additional company relationships for a contact.",
|
|
1912
|
+
"fieldDefaults": {},
|
|
1913
|
+
"fieldNames": [
|
|
1914
|
+
"contactId"
|
|
1915
|
+
],
|
|
1916
|
+
"fixedQuery": {},
|
|
1917
|
+
"inspectorInputs": {
|
|
1918
|
+
"contactId": {
|
|
1919
|
+
"index": 1,
|
|
1920
|
+
"label": "Contact ID",
|
|
1921
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1922
|
+
"type": "number"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
"label": "List Contact Other Companies",
|
|
1926
|
+
"method": "GET",
|
|
1927
|
+
"operation": "ListContactOtherCompanies",
|
|
1928
|
+
"pathParamNames": [
|
|
1929
|
+
"contactId"
|
|
1930
|
+
],
|
|
1931
|
+
"pathTemplate": "/contacts/${contactId}/other_companies/",
|
|
1932
|
+
"requiredFieldNames": [
|
|
1933
|
+
"contactId"
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
"ListContactPhones": {
|
|
1937
|
+
"description": "List phones for a contact.",
|
|
1938
|
+
"fieldDefaults": {},
|
|
1939
|
+
"fieldNames": [
|
|
1940
|
+
"contactId"
|
|
1941
|
+
],
|
|
1942
|
+
"fixedQuery": {},
|
|
1943
|
+
"inspectorInputs": {
|
|
1944
|
+
"contactId": {
|
|
1945
|
+
"index": 1,
|
|
1946
|
+
"label": "Contact ID",
|
|
1947
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1948
|
+
"type": "number"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"label": "List Contact Phones",
|
|
1952
|
+
"method": "GET",
|
|
1953
|
+
"operation": "ListContactPhones",
|
|
1954
|
+
"pathParamNames": [
|
|
1955
|
+
"contactId"
|
|
1956
|
+
],
|
|
1957
|
+
"pathTemplate": "/contacts/${contactId}/phones/",
|
|
1958
|
+
"requiredFieldNames": [
|
|
1959
|
+
"contactId"
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
|
+
"ListContactTags": {
|
|
1963
|
+
"description": "List tags for a contact.",
|
|
1964
|
+
"fieldDefaults": {},
|
|
1965
|
+
"fieldNames": [
|
|
1966
|
+
"contactId"
|
|
1967
|
+
],
|
|
1968
|
+
"fixedQuery": {},
|
|
1969
|
+
"inspectorInputs": {
|
|
1970
|
+
"contactId": {
|
|
1971
|
+
"index": 1,
|
|
1972
|
+
"label": "Contact ID",
|
|
1973
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
1974
|
+
"type": "number"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
"label": "List Contact Tags",
|
|
1978
|
+
"method": "GET",
|
|
1979
|
+
"operation": "ListContactTags",
|
|
1980
|
+
"pathParamNames": [
|
|
1981
|
+
"contactId"
|
|
1982
|
+
],
|
|
1983
|
+
"pathTemplate": "/contacts/${contactId}/tags/",
|
|
1984
|
+
"requiredFieldNames": [
|
|
1985
|
+
"contactId"
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1988
|
+
"ListContactTasks": {
|
|
1989
|
+
"description": "List tasks for a contact.",
|
|
1990
|
+
"fieldDefaults": {},
|
|
1991
|
+
"fieldNames": [
|
|
1992
|
+
"contactId"
|
|
1993
|
+
],
|
|
1994
|
+
"fixedQuery": {},
|
|
1995
|
+
"inspectorInputs": {
|
|
1996
|
+
"contactId": {
|
|
1997
|
+
"index": 1,
|
|
1998
|
+
"label": "Contact ID",
|
|
1999
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2000
|
+
"type": "number"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"label": "List Contact Tasks",
|
|
2004
|
+
"method": "GET",
|
|
2005
|
+
"operation": "ListContactTasks",
|
|
2006
|
+
"pathParamNames": [
|
|
2007
|
+
"contactId"
|
|
2008
|
+
],
|
|
2009
|
+
"pathTemplate": "/contacts/${contactId}/tasks/",
|
|
2010
|
+
"requiredFieldNames": [
|
|
2011
|
+
"contactId"
|
|
2012
|
+
]
|
|
2013
|
+
},
|
|
2014
|
+
"ListContactWallentries": {
|
|
2015
|
+
"description": "Get the contact wall entries (timeline context).",
|
|
2016
|
+
"fieldDefaults": {},
|
|
2017
|
+
"fieldNames": [
|
|
2018
|
+
"contactId"
|
|
2019
|
+
],
|
|
2020
|
+
"fixedQuery": {},
|
|
2021
|
+
"inspectorInputs": {
|
|
2022
|
+
"contactId": {
|
|
2023
|
+
"index": 1,
|
|
2024
|
+
"label": "Contact ID",
|
|
2025
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2026
|
+
"type": "number"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"label": "List Contact Wall Entries",
|
|
2030
|
+
"method": "GET",
|
|
2031
|
+
"operation": "ListContactWallentries",
|
|
2032
|
+
"pathParamNames": [
|
|
2033
|
+
"contactId"
|
|
2034
|
+
],
|
|
2035
|
+
"pathTemplate": "/contacts/${contactId}/wallentries",
|
|
2036
|
+
"requiredFieldNames": [
|
|
2037
|
+
"contactId"
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
"ListContacts": {
|
|
2041
|
+
"description": "List contacts from Clientify.",
|
|
2042
|
+
"fieldDefaults": {
|
|
2043
|
+
"fields": "id,owner_id,first_name,last_name,status,title,company_id,contact_type,contact_source,picture_url,description,remarks,summary,created"
|
|
2044
|
+
},
|
|
2045
|
+
"fieldNames": [
|
|
2046
|
+
"page",
|
|
2047
|
+
"page_size",
|
|
2048
|
+
"search",
|
|
2049
|
+
"ordering",
|
|
2050
|
+
"fields"
|
|
2051
|
+
],
|
|
2052
|
+
"fixedQuery": {},
|
|
2053
|
+
"inspectorInputs": {
|
|
2054
|
+
"fields": {
|
|
2055
|
+
"index": 5,
|
|
2056
|
+
"label": "Fields",
|
|
2057
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
2058
|
+
"type": "text"
|
|
2059
|
+
},
|
|
2060
|
+
"ordering": {
|
|
2061
|
+
"index": 4,
|
|
2062
|
+
"label": "Ordering",
|
|
2063
|
+
"tooltip": "Set Ordering (can be mapped from previous steps).",
|
|
2064
|
+
"type": "text"
|
|
2065
|
+
},
|
|
2066
|
+
"page": {
|
|
2067
|
+
"index": 1,
|
|
2068
|
+
"label": "Page",
|
|
2069
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2070
|
+
"type": "number"
|
|
2071
|
+
},
|
|
2072
|
+
"page_size": {
|
|
2073
|
+
"index": 2,
|
|
2074
|
+
"label": "Page Size",
|
|
2075
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2076
|
+
"type": "number"
|
|
2077
|
+
},
|
|
2078
|
+
"search": {
|
|
2079
|
+
"index": 3,
|
|
2080
|
+
"label": "Search",
|
|
2081
|
+
"tooltip": "Set Search (can be mapped from previous steps).",
|
|
2082
|
+
"type": "text"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
"label": "List Contacts",
|
|
2086
|
+
"method": "GET",
|
|
2087
|
+
"operation": "ListContacts",
|
|
2088
|
+
"pathParamNames": [],
|
|
2089
|
+
"pathTemplate": "/contacts/",
|
|
2090
|
+
"requiredFieldNames": []
|
|
2091
|
+
},
|
|
2092
|
+
"ListCustomFieldValues": {
|
|
2093
|
+
"description": "List possible values for custom fields (use object_type to filter).",
|
|
2094
|
+
"fieldDefaults": {},
|
|
2095
|
+
"fieldNames": [
|
|
2096
|
+
"object_type"
|
|
2097
|
+
],
|
|
2098
|
+
"fixedQuery": {},
|
|
2099
|
+
"inspectorInputs": {
|
|
2100
|
+
"object_type": {
|
|
2101
|
+
"index": 1,
|
|
2102
|
+
"label": "Object Type",
|
|
2103
|
+
"tooltip": "Set Object Type (can be mapped from previous steps).",
|
|
2104
|
+
"type": "text"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"label": "List Custom Field Values",
|
|
2108
|
+
"method": "GET",
|
|
2109
|
+
"operation": "ListCustomFieldValues",
|
|
2110
|
+
"pathParamNames": [],
|
|
2111
|
+
"pathTemplate": "/custom-fields-values/",
|
|
2112
|
+
"requiredFieldNames": []
|
|
2113
|
+
},
|
|
2114
|
+
"ListCustomFields": {
|
|
2115
|
+
"description": "List custom fields (use object_type to filter).",
|
|
2116
|
+
"fieldDefaults": {},
|
|
2117
|
+
"fieldNames": [
|
|
2118
|
+
"object_type"
|
|
2119
|
+
],
|
|
2120
|
+
"fixedQuery": {},
|
|
2121
|
+
"inspectorInputs": {
|
|
2122
|
+
"object_type": {
|
|
2123
|
+
"index": 1,
|
|
2124
|
+
"label": "Object Type",
|
|
2125
|
+
"tooltip": "Set Object Type (can be mapped from previous steps).",
|
|
2126
|
+
"type": "text"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"label": "List Custom Fields",
|
|
2130
|
+
"method": "GET",
|
|
2131
|
+
"operation": "ListCustomFields",
|
|
2132
|
+
"pathParamNames": [],
|
|
2133
|
+
"pathTemplate": "/custom-fields/",
|
|
2134
|
+
"requiredFieldNames": []
|
|
2135
|
+
},
|
|
2136
|
+
"ListTaskStages": {
|
|
2137
|
+
"description": "List task stages (picklist helper).",
|
|
2138
|
+
"fieldDefaults": {},
|
|
2139
|
+
"fieldNames": [
|
|
2140
|
+
"page",
|
|
2141
|
+
"page_size"
|
|
2142
|
+
],
|
|
2143
|
+
"fixedQuery": {},
|
|
2144
|
+
"inspectorInputs": {
|
|
2145
|
+
"page": {
|
|
2146
|
+
"index": 1,
|
|
2147
|
+
"label": "Page",
|
|
2148
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2149
|
+
"type": "number"
|
|
2150
|
+
},
|
|
2151
|
+
"page_size": {
|
|
2152
|
+
"index": 2,
|
|
2153
|
+
"label": "Page Size",
|
|
2154
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2155
|
+
"type": "number"
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
|
+
"label": "List Task Stages",
|
|
2159
|
+
"method": "GET",
|
|
2160
|
+
"operation": "ListTaskStages",
|
|
2161
|
+
"pathParamNames": [],
|
|
2162
|
+
"pathTemplate": "/tasks/stages/",
|
|
2163
|
+
"requiredFieldNames": []
|
|
2164
|
+
},
|
|
2165
|
+
"ListTaskTypes": {
|
|
2166
|
+
"description": "List task/activity types (picklist helper).",
|
|
2167
|
+
"fieldDefaults": {},
|
|
2168
|
+
"fieldNames": [
|
|
2169
|
+
"page",
|
|
2170
|
+
"page_size"
|
|
2171
|
+
],
|
|
2172
|
+
"fixedQuery": {},
|
|
2173
|
+
"inspectorInputs": {
|
|
2174
|
+
"page": {
|
|
2175
|
+
"index": 1,
|
|
2176
|
+
"label": "Page",
|
|
2177
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2178
|
+
"type": "number"
|
|
2179
|
+
},
|
|
2180
|
+
"page_size": {
|
|
2181
|
+
"index": 2,
|
|
2182
|
+
"label": "Page Size",
|
|
2183
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2184
|
+
"type": "number"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"label": "List Task Types",
|
|
2188
|
+
"method": "GET",
|
|
2189
|
+
"operation": "ListTaskTypes",
|
|
2190
|
+
"pathParamNames": [],
|
|
2191
|
+
"pathTemplate": "/tasks/types/",
|
|
2192
|
+
"requiredFieldNames": []
|
|
2193
|
+
},
|
|
2194
|
+
"ListTasks": {
|
|
2195
|
+
"description": "List tasks from Clientify.",
|
|
2196
|
+
"fieldDefaults": {
|
|
2197
|
+
"fields": "url,id,owner,owner_name,owner_id,assigned_to,assigned_to_name,assigned_to_id,name,description,remarks,due_date,start_datetime,end_datetime,duration,type,status,status_desc,task_type,type_desc,task_stage,related_companies,additional_option,location,guest_users,created,modified,related_contacts,priority,recurring_type,recurring_end_date,recurring_interval,tags,activity_type,url_meeting,assigned_to_picture,parent_task_id,colors,recurring_days_of_week,recurring_days_of_month,recurring_days_of_year,number_of_repetitions,outcome,meeting_goal,is_holiday"
|
|
2198
|
+
},
|
|
2199
|
+
"fieldNames": [
|
|
2200
|
+
"page",
|
|
2201
|
+
"page_size",
|
|
2202
|
+
"ordering",
|
|
2203
|
+
"fields"
|
|
2204
|
+
],
|
|
2205
|
+
"fixedQuery": {},
|
|
2206
|
+
"inspectorInputs": {
|
|
2207
|
+
"fields": {
|
|
2208
|
+
"index": 4,
|
|
2209
|
+
"label": "Fields",
|
|
2210
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
2211
|
+
"type": "text"
|
|
2212
|
+
},
|
|
2213
|
+
"ordering": {
|
|
2214
|
+
"index": 3,
|
|
2215
|
+
"label": "Ordering",
|
|
2216
|
+
"tooltip": "Set Ordering (can be mapped from previous steps).",
|
|
2217
|
+
"type": "text"
|
|
2218
|
+
},
|
|
2219
|
+
"page": {
|
|
2220
|
+
"index": 1,
|
|
2221
|
+
"label": "Page",
|
|
2222
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2223
|
+
"type": "number"
|
|
2224
|
+
},
|
|
2225
|
+
"page_size": {
|
|
2226
|
+
"index": 2,
|
|
2227
|
+
"label": "Page Size",
|
|
2228
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2229
|
+
"type": "number"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
"label": "List Tasks",
|
|
2233
|
+
"method": "GET",
|
|
2234
|
+
"operation": "ListTasks",
|
|
2235
|
+
"pathParamNames": [],
|
|
2236
|
+
"pathTemplate": "/tasks/",
|
|
2237
|
+
"requiredFieldNames": []
|
|
2238
|
+
},
|
|
2239
|
+
"ListUsers": {
|
|
2240
|
+
"description": "List users from Clientify (for assignment/routing).",
|
|
2241
|
+
"fieldDefaults": {
|
|
2242
|
+
"fields": "id,username,full_name"
|
|
2243
|
+
},
|
|
2244
|
+
"fieldNames": [
|
|
2245
|
+
"page",
|
|
2246
|
+
"page_size",
|
|
2247
|
+
"fields"
|
|
2248
|
+
],
|
|
2249
|
+
"fixedQuery": {},
|
|
2250
|
+
"inspectorInputs": {
|
|
2251
|
+
"fields": {
|
|
2252
|
+
"index": 3,
|
|
2253
|
+
"label": "Fields",
|
|
2254
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
2255
|
+
"type": "text"
|
|
2256
|
+
},
|
|
2257
|
+
"page": {
|
|
2258
|
+
"index": 1,
|
|
2259
|
+
"label": "Page",
|
|
2260
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2261
|
+
"type": "number"
|
|
2262
|
+
},
|
|
2263
|
+
"page_size": {
|
|
2264
|
+
"index": 2,
|
|
2265
|
+
"label": "Page Size",
|
|
2266
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2267
|
+
"type": "number"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"label": "List Users",
|
|
2271
|
+
"method": "GET",
|
|
2272
|
+
"operation": "ListUsers",
|
|
2273
|
+
"pathParamNames": [],
|
|
2274
|
+
"pathTemplate": "/users/",
|
|
2275
|
+
"requiredFieldNames": []
|
|
2276
|
+
},
|
|
2277
|
+
"RemoveCompanyEmployee": {
|
|
2278
|
+
"description": "Unlink a contact from a company employees list.",
|
|
2279
|
+
"fieldDefaults": {},
|
|
2280
|
+
"fieldNames": [
|
|
2281
|
+
"companyId",
|
|
2282
|
+
"contactId"
|
|
2283
|
+
],
|
|
2284
|
+
"fixedQuery": {},
|
|
2285
|
+
"inspectorInputs": {
|
|
2286
|
+
"companyId": {
|
|
2287
|
+
"index": 1,
|
|
2288
|
+
"label": "Company ID",
|
|
2289
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2290
|
+
"type": "number"
|
|
2291
|
+
},
|
|
2292
|
+
"contactId": {
|
|
2293
|
+
"index": 2,
|
|
2294
|
+
"label": "Contact ID",
|
|
2295
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2296
|
+
"type": "number"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"label": "Remove Company Employee",
|
|
2300
|
+
"method": "DELETE",
|
|
2301
|
+
"operation": "RemoveCompanyEmployee",
|
|
2302
|
+
"pathParamNames": [
|
|
2303
|
+
"companyId",
|
|
2304
|
+
"contactId"
|
|
2305
|
+
],
|
|
2306
|
+
"pathTemplate": "/companies/${companyId}/employees/${contactId}/",
|
|
2307
|
+
"requiredFieldNames": [
|
|
2308
|
+
"companyId",
|
|
2309
|
+
"contactId"
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"RemoveCompanyTag": {
|
|
2313
|
+
"description": "Remove a tag from a company.",
|
|
2314
|
+
"fieldDefaults": {},
|
|
2315
|
+
"fieldNames": [
|
|
2316
|
+
"companyId",
|
|
2317
|
+
"tagId"
|
|
2318
|
+
],
|
|
2319
|
+
"fixedQuery": {},
|
|
2320
|
+
"inspectorInputs": {
|
|
2321
|
+
"companyId": {
|
|
2322
|
+
"index": 1,
|
|
2323
|
+
"label": "Company ID",
|
|
2324
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2325
|
+
"type": "number"
|
|
2326
|
+
},
|
|
2327
|
+
"tagId": {
|
|
2328
|
+
"index": 2,
|
|
2329
|
+
"label": "Tag ID",
|
|
2330
|
+
"tooltip": "Set Tag ID (can be mapped from previous steps).",
|
|
2331
|
+
"type": "number"
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
"label": "Remove Company Tag",
|
|
2335
|
+
"method": "DELETE",
|
|
2336
|
+
"operation": "RemoveCompanyTag",
|
|
2337
|
+
"pathParamNames": [
|
|
2338
|
+
"companyId",
|
|
2339
|
+
"tagId"
|
|
2340
|
+
],
|
|
2341
|
+
"pathTemplate": "/companies/${companyId}/tags/${tagId}/",
|
|
2342
|
+
"requiredFieldNames": [
|
|
2343
|
+
"companyId",
|
|
2344
|
+
"tagId"
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2347
|
+
"RemoveContactTag": {
|
|
2348
|
+
"description": "Remove a tag from a contact.",
|
|
2349
|
+
"fieldDefaults": {},
|
|
2350
|
+
"fieldNames": [
|
|
2351
|
+
"contactId",
|
|
2352
|
+
"tagId"
|
|
2353
|
+
],
|
|
2354
|
+
"fixedQuery": {},
|
|
2355
|
+
"inspectorInputs": {
|
|
2356
|
+
"contactId": {
|
|
2357
|
+
"index": 1,
|
|
2358
|
+
"label": "Contact ID",
|
|
2359
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2360
|
+
"type": "number"
|
|
2361
|
+
},
|
|
2362
|
+
"tagId": {
|
|
2363
|
+
"index": 2,
|
|
2364
|
+
"label": "Tag ID",
|
|
2365
|
+
"tooltip": "Set Tag ID (can be mapped from previous steps).",
|
|
2366
|
+
"type": "number"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
"label": "Remove Contact Tag",
|
|
2370
|
+
"method": "DELETE",
|
|
2371
|
+
"operation": "RemoveContactTag",
|
|
2372
|
+
"pathParamNames": [
|
|
2373
|
+
"contactId",
|
|
2374
|
+
"tagId"
|
|
2375
|
+
],
|
|
2376
|
+
"pathTemplate": "/contacts/${contactId}/tags/${tagId}/",
|
|
2377
|
+
"requiredFieldNames": [
|
|
2378
|
+
"contactId",
|
|
2379
|
+
"tagId"
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
"SearchCompanies": {
|
|
2383
|
+
"description": "Search companies (wrapper over list with query params).",
|
|
2384
|
+
"fieldDefaults": {
|
|
2385
|
+
"fields": "id,name,sector,company_sector,business_name,taxpayer_identification_number,fax,number_of_employees,number_of_employees_desc,owner,owner_name,rank,rank_manual,picture_url,facebook_url,linkedin_url,twitter_url,private,last_viewed,last_interaction,facebook_id,twitter_id,linkedin_id,founded,online_since,full_contact_extra,approx_employees,description,remarks,summary,linkedin_picture_url,created,modified,youtube_url,instagram_url,owner_picture,industry"
|
|
2386
|
+
},
|
|
2387
|
+
"fieldNames": [
|
|
2388
|
+
"query",
|
|
2389
|
+
"page",
|
|
2390
|
+
"page_size",
|
|
2391
|
+
"fields"
|
|
2392
|
+
],
|
|
2393
|
+
"fixedQuery": {},
|
|
2394
|
+
"inspectorInputs": {
|
|
2395
|
+
"fields": {
|
|
2396
|
+
"index": 4,
|
|
2397
|
+
"label": "Fields",
|
|
2398
|
+
"tooltip": "Set Fields (can be mapped from previous steps).",
|
|
2399
|
+
"type": "text"
|
|
2400
|
+
},
|
|
2401
|
+
"page": {
|
|
2402
|
+
"index": 2,
|
|
2403
|
+
"label": "Page",
|
|
2404
|
+
"tooltip": "Set Page (can be mapped from previous steps).",
|
|
2405
|
+
"type": "number"
|
|
2406
|
+
},
|
|
2407
|
+
"page_size": {
|
|
2408
|
+
"index": 3,
|
|
2409
|
+
"label": "Page Size",
|
|
2410
|
+
"tooltip": "Set Page Size (can be mapped from previous steps).",
|
|
2411
|
+
"type": "number"
|
|
2412
|
+
},
|
|
2413
|
+
"query": {
|
|
2414
|
+
"index": 1,
|
|
2415
|
+
"label": "Query",
|
|
2416
|
+
"tooltip": "Set Query (can be mapped from previous steps).",
|
|
2417
|
+
"type": "text"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"label": "Search Companies",
|
|
2421
|
+
"method": "GET",
|
|
2422
|
+
"operation": "SearchCompanies",
|
|
2423
|
+
"pathParamNames": [],
|
|
2424
|
+
"pathTemplate": "/companies/",
|
|
2425
|
+
"requiredFieldNames": [
|
|
2426
|
+
"query"
|
|
2427
|
+
]
|
|
2428
|
+
},
|
|
2429
|
+
"UpdateCompany": {
|
|
2430
|
+
"description": "Update an existing company.",
|
|
2431
|
+
"fieldDefaults": {},
|
|
2432
|
+
"fieldNames": [
|
|
2433
|
+
"companyId"
|
|
2434
|
+
],
|
|
2435
|
+
"fixedQuery": {},
|
|
2436
|
+
"inspectorInputs": {
|
|
2437
|
+
"companyId": {
|
|
2438
|
+
"index": 1,
|
|
2439
|
+
"label": "Company ID",
|
|
2440
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2441
|
+
"type": "number"
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"label": "Update Company",
|
|
2445
|
+
"method": "PUT",
|
|
2446
|
+
"operation": "UpdateCompany",
|
|
2447
|
+
"pathParamNames": [
|
|
2448
|
+
"companyId"
|
|
2449
|
+
],
|
|
2450
|
+
"pathTemplate": "/companies/${companyId}/",
|
|
2451
|
+
"requiredFieldNames": [
|
|
2452
|
+
"companyId"
|
|
2453
|
+
]
|
|
2454
|
+
},
|
|
2455
|
+
"UpdateCompanyAddress": {
|
|
2456
|
+
"description": "Update a company address entry.",
|
|
2457
|
+
"fieldDefaults": {},
|
|
2458
|
+
"fieldNames": [
|
|
2459
|
+
"companyId",
|
|
2460
|
+
"addressId",
|
|
2461
|
+
"type",
|
|
2462
|
+
"street",
|
|
2463
|
+
"city",
|
|
2464
|
+
"state",
|
|
2465
|
+
"country",
|
|
2466
|
+
"postal_code"
|
|
2467
|
+
],
|
|
2468
|
+
"fixedQuery": {},
|
|
2469
|
+
"inspectorInputs": {
|
|
2470
|
+
"addressId": {
|
|
2471
|
+
"index": 2,
|
|
2472
|
+
"label": "Address ID",
|
|
2473
|
+
"tooltip": "Set Address ID (can be mapped from previous steps).",
|
|
2474
|
+
"type": "number"
|
|
2475
|
+
},
|
|
2476
|
+
"city": {
|
|
2477
|
+
"index": 5,
|
|
2478
|
+
"label": "City",
|
|
2479
|
+
"tooltip": "Set City (can be mapped from previous steps).",
|
|
2480
|
+
"type": "text"
|
|
2481
|
+
},
|
|
2482
|
+
"companyId": {
|
|
2483
|
+
"index": 1,
|
|
2484
|
+
"label": "Company ID",
|
|
2485
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2486
|
+
"type": "number"
|
|
2487
|
+
},
|
|
2488
|
+
"country": {
|
|
2489
|
+
"index": 7,
|
|
2490
|
+
"label": "Country",
|
|
2491
|
+
"tooltip": "Set Country (can be mapped from previous steps).",
|
|
2492
|
+
"type": "text"
|
|
2493
|
+
},
|
|
2494
|
+
"postal_code": {
|
|
2495
|
+
"index": 8,
|
|
2496
|
+
"label": "Postal Code",
|
|
2497
|
+
"tooltip": "Set Postal Code (can be mapped from previous steps).",
|
|
2498
|
+
"type": "text"
|
|
2499
|
+
},
|
|
2500
|
+
"state": {
|
|
2501
|
+
"index": 6,
|
|
2502
|
+
"label": "State",
|
|
2503
|
+
"tooltip": "Set State (can be mapped from previous steps).",
|
|
2504
|
+
"type": "text"
|
|
2505
|
+
},
|
|
2506
|
+
"street": {
|
|
2507
|
+
"index": 4,
|
|
2508
|
+
"label": "Street",
|
|
2509
|
+
"tooltip": "Set Street (can be mapped from previous steps).",
|
|
2510
|
+
"type": "text"
|
|
2511
|
+
},
|
|
2512
|
+
"type": {
|
|
2513
|
+
"index": 3,
|
|
2514
|
+
"label": "Type",
|
|
2515
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2516
|
+
"type": "number"
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
"label": "Update Company Address",
|
|
2520
|
+
"method": "PUT",
|
|
2521
|
+
"operation": "UpdateCompanyAddress",
|
|
2522
|
+
"pathParamNames": [
|
|
2523
|
+
"companyId",
|
|
2524
|
+
"addressId"
|
|
2525
|
+
],
|
|
2526
|
+
"pathTemplate": "/companies/${companyId}/addresses/${addressId}/",
|
|
2527
|
+
"requiredFieldNames": [
|
|
2528
|
+
"companyId",
|
|
2529
|
+
"addressId",
|
|
2530
|
+
"type",
|
|
2531
|
+
"street",
|
|
2532
|
+
"city",
|
|
2533
|
+
"state",
|
|
2534
|
+
"country",
|
|
2535
|
+
"postal_code"
|
|
2536
|
+
]
|
|
2537
|
+
},
|
|
2538
|
+
"UpdateCompanyEmail": {
|
|
2539
|
+
"description": "Update a company email entry.",
|
|
2540
|
+
"fieldDefaults": {},
|
|
2541
|
+
"fieldNames": [
|
|
2542
|
+
"companyId",
|
|
2543
|
+
"emailId",
|
|
2544
|
+
"email",
|
|
2545
|
+
"type"
|
|
2546
|
+
],
|
|
2547
|
+
"fixedQuery": {},
|
|
2548
|
+
"inspectorInputs": {
|
|
2549
|
+
"companyId": {
|
|
2550
|
+
"index": 1,
|
|
2551
|
+
"label": "Company ID",
|
|
2552
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2553
|
+
"type": "number"
|
|
2554
|
+
},
|
|
2555
|
+
"email": {
|
|
2556
|
+
"index": 3,
|
|
2557
|
+
"label": "Email",
|
|
2558
|
+
"tooltip": "Set Email (can be mapped from previous steps).",
|
|
2559
|
+
"type": "text"
|
|
2560
|
+
},
|
|
2561
|
+
"emailId": {
|
|
2562
|
+
"index": 2,
|
|
2563
|
+
"label": "Email ID",
|
|
2564
|
+
"tooltip": "Set Email ID (can be mapped from previous steps).",
|
|
2565
|
+
"type": "number"
|
|
2566
|
+
},
|
|
2567
|
+
"type": {
|
|
2568
|
+
"index": 4,
|
|
2569
|
+
"label": "Type",
|
|
2570
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2571
|
+
"type": "number"
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"label": "Update Company Email",
|
|
2575
|
+
"method": "PUT",
|
|
2576
|
+
"operation": "UpdateCompanyEmail",
|
|
2577
|
+
"pathParamNames": [
|
|
2578
|
+
"companyId",
|
|
2579
|
+
"emailId"
|
|
2580
|
+
],
|
|
2581
|
+
"pathTemplate": "/companies/${companyId}/emails/${emailId}/",
|
|
2582
|
+
"requiredFieldNames": [
|
|
2583
|
+
"companyId",
|
|
2584
|
+
"emailId",
|
|
2585
|
+
"email",
|
|
2586
|
+
"type"
|
|
2587
|
+
]
|
|
2588
|
+
},
|
|
2589
|
+
"UpdateCompanyPhone": {
|
|
2590
|
+
"description": "Update a company phone entry.",
|
|
2591
|
+
"fieldDefaults": {},
|
|
2592
|
+
"fieldNames": [
|
|
2593
|
+
"companyId",
|
|
2594
|
+
"phoneId",
|
|
2595
|
+
"phone",
|
|
2596
|
+
"type"
|
|
2597
|
+
],
|
|
2598
|
+
"fixedQuery": {},
|
|
2599
|
+
"inspectorInputs": {
|
|
2600
|
+
"companyId": {
|
|
2601
|
+
"index": 1,
|
|
2602
|
+
"label": "Company ID",
|
|
2603
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2604
|
+
"type": "number"
|
|
2605
|
+
},
|
|
2606
|
+
"phone": {
|
|
2607
|
+
"index": 3,
|
|
2608
|
+
"label": "Phone",
|
|
2609
|
+
"tooltip": "Set Phone (can be mapped from previous steps).",
|
|
2610
|
+
"type": "text"
|
|
2611
|
+
},
|
|
2612
|
+
"phoneId": {
|
|
2613
|
+
"index": 2,
|
|
2614
|
+
"label": "Phone ID",
|
|
2615
|
+
"tooltip": "Set Phone ID (can be mapped from previous steps).",
|
|
2616
|
+
"type": "number"
|
|
2617
|
+
},
|
|
2618
|
+
"type": {
|
|
2619
|
+
"index": 4,
|
|
2620
|
+
"label": "Type",
|
|
2621
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2622
|
+
"type": "number"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
"label": "Update Company Phone",
|
|
2626
|
+
"method": "PUT",
|
|
2627
|
+
"operation": "UpdateCompanyPhone",
|
|
2628
|
+
"pathParamNames": [
|
|
2629
|
+
"companyId",
|
|
2630
|
+
"phoneId"
|
|
2631
|
+
],
|
|
2632
|
+
"pathTemplate": "/companies/${companyId}/phones/${phoneId}/",
|
|
2633
|
+
"requiredFieldNames": [
|
|
2634
|
+
"companyId",
|
|
2635
|
+
"phoneId",
|
|
2636
|
+
"phone",
|
|
2637
|
+
"type"
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2640
|
+
"UpdateCompanyWebsite": {
|
|
2641
|
+
"description": "Update a company website entry.",
|
|
2642
|
+
"fieldDefaults": {},
|
|
2643
|
+
"fieldNames": [
|
|
2644
|
+
"companyId",
|
|
2645
|
+
"websiteId",
|
|
2646
|
+
"website"
|
|
2647
|
+
],
|
|
2648
|
+
"fixedQuery": {},
|
|
2649
|
+
"inspectorInputs": {
|
|
2650
|
+
"companyId": {
|
|
2651
|
+
"index": 1,
|
|
2652
|
+
"label": "Company ID",
|
|
2653
|
+
"tooltip": "Set Company ID (can be mapped from previous steps).",
|
|
2654
|
+
"type": "number"
|
|
2655
|
+
},
|
|
2656
|
+
"website": {
|
|
2657
|
+
"index": 3,
|
|
2658
|
+
"label": "Website",
|
|
2659
|
+
"tooltip": "Set Website (can be mapped from previous steps).",
|
|
2660
|
+
"type": "text"
|
|
2661
|
+
},
|
|
2662
|
+
"websiteId": {
|
|
2663
|
+
"index": 2,
|
|
2664
|
+
"label": "Website ID",
|
|
2665
|
+
"tooltip": "Set Website ID (can be mapped from previous steps).",
|
|
2666
|
+
"type": "number"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"label": "Update Company Website",
|
|
2670
|
+
"method": "PUT",
|
|
2671
|
+
"operation": "UpdateCompanyWebsite",
|
|
2672
|
+
"pathParamNames": [
|
|
2673
|
+
"companyId",
|
|
2674
|
+
"websiteId"
|
|
2675
|
+
],
|
|
2676
|
+
"pathTemplate": "/companies/${companyId}/websites/${websiteId}/",
|
|
2677
|
+
"requiredFieldNames": [
|
|
2678
|
+
"companyId",
|
|
2679
|
+
"websiteId",
|
|
2680
|
+
"website"
|
|
2681
|
+
]
|
|
2682
|
+
},
|
|
2683
|
+
"UpdateContact": {
|
|
2684
|
+
"description": "Update an existing contact.",
|
|
2685
|
+
"fieldDefaults": {},
|
|
2686
|
+
"fieldNames": [
|
|
2687
|
+
"contactId"
|
|
2688
|
+
],
|
|
2689
|
+
"fixedQuery": {},
|
|
2690
|
+
"inspectorInputs": {
|
|
2691
|
+
"contactId": {
|
|
2692
|
+
"index": 1,
|
|
2693
|
+
"label": "Contact ID",
|
|
2694
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2695
|
+
"type": "number"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
"label": "Update Contact",
|
|
2699
|
+
"method": "PUT",
|
|
2700
|
+
"operation": "UpdateContact",
|
|
2701
|
+
"pathParamNames": [
|
|
2702
|
+
"contactId"
|
|
2703
|
+
],
|
|
2704
|
+
"pathTemplate": "/contacts/${contactId}/",
|
|
2705
|
+
"requiredFieldNames": [
|
|
2706
|
+
"contactId"
|
|
2707
|
+
]
|
|
2708
|
+
},
|
|
2709
|
+
"UpdateContactAddress": {
|
|
2710
|
+
"description": "Update a contact address entry.",
|
|
2711
|
+
"fieldDefaults": {},
|
|
2712
|
+
"fieldNames": [
|
|
2713
|
+
"contactId",
|
|
2714
|
+
"addressId",
|
|
2715
|
+
"type",
|
|
2716
|
+
"street",
|
|
2717
|
+
"city",
|
|
2718
|
+
"state",
|
|
2719
|
+
"country",
|
|
2720
|
+
"postal_code"
|
|
2721
|
+
],
|
|
2722
|
+
"fixedQuery": {},
|
|
2723
|
+
"inspectorInputs": {
|
|
2724
|
+
"addressId": {
|
|
2725
|
+
"index": 2,
|
|
2726
|
+
"label": "Address ID",
|
|
2727
|
+
"tooltip": "Set Address ID (can be mapped from previous steps).",
|
|
2728
|
+
"type": "number"
|
|
2729
|
+
},
|
|
2730
|
+
"city": {
|
|
2731
|
+
"index": 5,
|
|
2732
|
+
"label": "City",
|
|
2733
|
+
"tooltip": "Set City (can be mapped from previous steps).",
|
|
2734
|
+
"type": "text"
|
|
2735
|
+
},
|
|
2736
|
+
"contactId": {
|
|
2737
|
+
"index": 1,
|
|
2738
|
+
"label": "Contact ID",
|
|
2739
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2740
|
+
"type": "number"
|
|
2741
|
+
},
|
|
2742
|
+
"country": {
|
|
2743
|
+
"index": 7,
|
|
2744
|
+
"label": "Country",
|
|
2745
|
+
"tooltip": "Set Country (can be mapped from previous steps).",
|
|
2746
|
+
"type": "text"
|
|
2747
|
+
},
|
|
2748
|
+
"postal_code": {
|
|
2749
|
+
"index": 8,
|
|
2750
|
+
"label": "Postal Code",
|
|
2751
|
+
"tooltip": "Set Postal Code (can be mapped from previous steps).",
|
|
2752
|
+
"type": "text"
|
|
2753
|
+
},
|
|
2754
|
+
"state": {
|
|
2755
|
+
"index": 6,
|
|
2756
|
+
"label": "State",
|
|
2757
|
+
"tooltip": "Set State (can be mapped from previous steps).",
|
|
2758
|
+
"type": "text"
|
|
2759
|
+
},
|
|
2760
|
+
"street": {
|
|
2761
|
+
"index": 4,
|
|
2762
|
+
"label": "Street",
|
|
2763
|
+
"tooltip": "Set Street (can be mapped from previous steps).",
|
|
2764
|
+
"type": "text"
|
|
2765
|
+
},
|
|
2766
|
+
"type": {
|
|
2767
|
+
"index": 3,
|
|
2768
|
+
"label": "Type",
|
|
2769
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2770
|
+
"type": "number"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"label": "Update Contact Address",
|
|
2774
|
+
"method": "PUT",
|
|
2775
|
+
"operation": "UpdateContactAddress",
|
|
2776
|
+
"pathParamNames": [
|
|
2777
|
+
"contactId",
|
|
2778
|
+
"addressId"
|
|
2779
|
+
],
|
|
2780
|
+
"pathTemplate": "/contacts/${contactId}/addresses/${addressId}/",
|
|
2781
|
+
"requiredFieldNames": [
|
|
2782
|
+
"contactId",
|
|
2783
|
+
"addressId",
|
|
2784
|
+
"type",
|
|
2785
|
+
"street",
|
|
2786
|
+
"city",
|
|
2787
|
+
"state",
|
|
2788
|
+
"country",
|
|
2789
|
+
"postal_code"
|
|
2790
|
+
]
|
|
2791
|
+
},
|
|
2792
|
+
"UpdateContactEmail": {
|
|
2793
|
+
"description": "Update a contact email entry.",
|
|
2794
|
+
"fieldDefaults": {},
|
|
2795
|
+
"fieldNames": [
|
|
2796
|
+
"contactId",
|
|
2797
|
+
"emailId",
|
|
2798
|
+
"email",
|
|
2799
|
+
"type"
|
|
2800
|
+
],
|
|
2801
|
+
"fixedQuery": {},
|
|
2802
|
+
"inspectorInputs": {
|
|
2803
|
+
"contactId": {
|
|
2804
|
+
"index": 1,
|
|
2805
|
+
"label": "Contact ID",
|
|
2806
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2807
|
+
"type": "number"
|
|
2808
|
+
},
|
|
2809
|
+
"email": {
|
|
2810
|
+
"index": 3,
|
|
2811
|
+
"label": "Email",
|
|
2812
|
+
"tooltip": "Set Email (can be mapped from previous steps).",
|
|
2813
|
+
"type": "text"
|
|
2814
|
+
},
|
|
2815
|
+
"emailId": {
|
|
2816
|
+
"index": 2,
|
|
2817
|
+
"label": "Email ID",
|
|
2818
|
+
"tooltip": "Set Email ID (can be mapped from previous steps).",
|
|
2819
|
+
"type": "number"
|
|
2820
|
+
},
|
|
2821
|
+
"type": {
|
|
2822
|
+
"index": 4,
|
|
2823
|
+
"label": "Type",
|
|
2824
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2825
|
+
"type": "number"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
"label": "Update Contact Email",
|
|
2829
|
+
"method": "PUT",
|
|
2830
|
+
"operation": "UpdateContactEmail",
|
|
2831
|
+
"pathParamNames": [
|
|
2832
|
+
"contactId",
|
|
2833
|
+
"emailId"
|
|
2834
|
+
],
|
|
2835
|
+
"pathTemplate": "/contacts/${contactId}/emails/${emailId}/",
|
|
2836
|
+
"requiredFieldNames": [
|
|
2837
|
+
"contactId",
|
|
2838
|
+
"emailId",
|
|
2839
|
+
"email",
|
|
2840
|
+
"type"
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2843
|
+
"UpdateContactMarketingStatus": {
|
|
2844
|
+
"description": "Update a contact marketing status.",
|
|
2845
|
+
"fieldDefaults": {},
|
|
2846
|
+
"fieldNames": [
|
|
2847
|
+
"contactId",
|
|
2848
|
+
"marketing_status"
|
|
2849
|
+
],
|
|
2850
|
+
"fixedQuery": {},
|
|
2851
|
+
"inspectorInputs": {
|
|
2852
|
+
"contactId": {
|
|
2853
|
+
"index": 1,
|
|
2854
|
+
"label": "Contact ID",
|
|
2855
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2856
|
+
"type": "number"
|
|
2857
|
+
},
|
|
2858
|
+
"marketing_status": {
|
|
2859
|
+
"index": 2,
|
|
2860
|
+
"label": "Marketing Status",
|
|
2861
|
+
"tooltip": "Set Marketing Status (can be mapped from previous steps).",
|
|
2862
|
+
"type": "toggle"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
"label": "Update Contact Marketing Status",
|
|
2866
|
+
"method": "PUT",
|
|
2867
|
+
"operation": "UpdateContactMarketingStatus",
|
|
2868
|
+
"pathParamNames": [
|
|
2869
|
+
"contactId"
|
|
2870
|
+
],
|
|
2871
|
+
"pathTemplate": "/contacts/${contactId}/marketing_status/",
|
|
2872
|
+
"requiredFieldNames": [
|
|
2873
|
+
"contactId",
|
|
2874
|
+
"marketing_status"
|
|
2875
|
+
]
|
|
2876
|
+
},
|
|
2877
|
+
"UpdateContactOtherCompany": {
|
|
2878
|
+
"description": "Update a contact other-company relationship.",
|
|
2879
|
+
"fieldDefaults": {},
|
|
2880
|
+
"fieldNames": [
|
|
2881
|
+
"contactId",
|
|
2882
|
+
"otherCompanyId",
|
|
2883
|
+
"title"
|
|
2884
|
+
],
|
|
2885
|
+
"fixedQuery": {},
|
|
2886
|
+
"inspectorInputs": {
|
|
2887
|
+
"contactId": {
|
|
2888
|
+
"index": 1,
|
|
2889
|
+
"label": "Contact ID",
|
|
2890
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2891
|
+
"type": "number"
|
|
2892
|
+
},
|
|
2893
|
+
"otherCompanyId": {
|
|
2894
|
+
"index": 2,
|
|
2895
|
+
"label": "Other Company ID",
|
|
2896
|
+
"tooltip": "Set Other Company ID (can be mapped from previous steps).",
|
|
2897
|
+
"type": "number"
|
|
2898
|
+
},
|
|
2899
|
+
"title": {
|
|
2900
|
+
"index": 3,
|
|
2901
|
+
"label": "Title",
|
|
2902
|
+
"tooltip": "Set Title (can be mapped from previous steps).",
|
|
2903
|
+
"type": "text"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"label": "Update Contact Other Company",
|
|
2907
|
+
"method": "PUT",
|
|
2908
|
+
"operation": "UpdateContactOtherCompany",
|
|
2909
|
+
"pathParamNames": [
|
|
2910
|
+
"contactId",
|
|
2911
|
+
"otherCompanyId"
|
|
2912
|
+
],
|
|
2913
|
+
"pathTemplate": "/contacts/${contactId}/other_companies/${otherCompanyId}/",
|
|
2914
|
+
"requiredFieldNames": [
|
|
2915
|
+
"contactId",
|
|
2916
|
+
"otherCompanyId",
|
|
2917
|
+
"title"
|
|
2918
|
+
]
|
|
2919
|
+
},
|
|
2920
|
+
"UpdateContactPhone": {
|
|
2921
|
+
"description": "Update a contact phone entry.",
|
|
2922
|
+
"fieldDefaults": {},
|
|
2923
|
+
"fieldNames": [
|
|
2924
|
+
"contactId",
|
|
2925
|
+
"phoneId",
|
|
2926
|
+
"phone",
|
|
2927
|
+
"type"
|
|
2928
|
+
],
|
|
2929
|
+
"fixedQuery": {},
|
|
2930
|
+
"inspectorInputs": {
|
|
2931
|
+
"contactId": {
|
|
2932
|
+
"index": 1,
|
|
2933
|
+
"label": "Contact ID",
|
|
2934
|
+
"tooltip": "Set Contact ID (can be mapped from previous steps).",
|
|
2935
|
+
"type": "number"
|
|
2936
|
+
},
|
|
2937
|
+
"phone": {
|
|
2938
|
+
"index": 3,
|
|
2939
|
+
"label": "Phone",
|
|
2940
|
+
"tooltip": "Set Phone (can be mapped from previous steps).",
|
|
2941
|
+
"type": "text"
|
|
2942
|
+
},
|
|
2943
|
+
"phoneId": {
|
|
2944
|
+
"index": 2,
|
|
2945
|
+
"label": "Phone ID",
|
|
2946
|
+
"tooltip": "Set Phone ID (can be mapped from previous steps).",
|
|
2947
|
+
"type": "number"
|
|
2948
|
+
},
|
|
2949
|
+
"type": {
|
|
2950
|
+
"index": 4,
|
|
2951
|
+
"label": "Type",
|
|
2952
|
+
"tooltip": "Set Type (can be mapped from previous steps).",
|
|
2953
|
+
"type": "number"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"label": "Update Contact Phone",
|
|
2957
|
+
"method": "PUT",
|
|
2958
|
+
"operation": "UpdateContactPhone",
|
|
2959
|
+
"pathParamNames": [
|
|
2960
|
+
"contactId",
|
|
2961
|
+
"phoneId"
|
|
2962
|
+
],
|
|
2963
|
+
"pathTemplate": "/contacts/${contactId}/phones/${phoneId}/",
|
|
2964
|
+
"requiredFieldNames": [
|
|
2965
|
+
"contactId",
|
|
2966
|
+
"phoneId",
|
|
2967
|
+
"phone",
|
|
2968
|
+
"type"
|
|
2969
|
+
]
|
|
2970
|
+
},
|
|
2971
|
+
"UpdateTask": {
|
|
2972
|
+
"description": "Update an existing task.",
|
|
2973
|
+
"fieldDefaults": {},
|
|
2974
|
+
"fieldNames": [
|
|
2975
|
+
"taskId"
|
|
2976
|
+
],
|
|
2977
|
+
"fixedQuery": {},
|
|
2978
|
+
"inspectorInputs": {
|
|
2979
|
+
"taskId": {
|
|
2980
|
+
"index": 1,
|
|
2981
|
+
"label": "Task ID",
|
|
2982
|
+
"tooltip": "Set Task ID (can be mapped from previous steps).",
|
|
2983
|
+
"type": "number"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"label": "Update Task",
|
|
2987
|
+
"method": "PUT",
|
|
2988
|
+
"operation": "UpdateTask",
|
|
2989
|
+
"pathParamNames": [
|
|
2990
|
+
"taskId"
|
|
2991
|
+
],
|
|
2992
|
+
"pathTemplate": "/tasks/${taskId}/",
|
|
2993
|
+
"requiredFieldNames": [
|
|
2994
|
+
"taskId"
|
|
2995
|
+
]
|
|
2996
|
+
}
|
|
2997
|
+
};
|