Suitedash
suitedashAll-in-one business software for client management, CRM, project management, and invoicing
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create CompanySUITEDASH_CREATE_COMPANYAcciónTool to create a new company in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect company to the system. You can optionally specify primary contact information when creating the company.
SUITEDASH_CREATE_COMPANYAcciónTool to create a new company in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect company to the system. You can optionally specify primary contact information when creating the company.
Parámetros de entrada
namestringObligatorioName of the company to create
rolestringObligatorioenumRole/status of the company in the CRM: Lead, Client, or Prospect
LeadClientProspectprimaryContactobjectPrimary contact details for the company
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactSUITEDASH_CREATE_CONTACTAcciónTool to create a new contact in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect contact to the system. Requires first name, last name, role, and email address for all contact types.
SUITEDASH_CREATE_CONTACTAcciónTool to create a new contact in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect contact to the system. Requires first name, last name, role, and email address for all contact types.
Parámetros de entrada
rolestringObligatorioenumRole/status of the contact in the CRM: Lead, Client, or Prospect
LeadClientProspectemailstringObligatorioemailEmail address of the contact. Required for all roles including Lead.
last_namestringObligatorioLast name of the contact
first_namestringObligatorioFirst name of the contact
send_welcome_emailbooleanWhether to send a Portal Access Invitation email to the contact. If not specified, defaults to the system default setting.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CompanySUITEDASH_GET_COMPANYAcciónTool to retrieve a single company by UID or Name from SuiteDash. Use when you need to fetch detailed information about a specific company including contact details, address, tags, and custom fields.
SUITEDASH_GET_COMPANYAcciónTool to retrieve a single company by UID or Name from SuiteDash. Use when you need to fetch detailed information about a specific company including contact details, address, tags, and custom fields.
Parámetros de entrada
metastringSet to 'yes' to receive meta information about attributes
identifierstringObligatorioCompany UID or Name to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Company Meta AttributesSUITEDASH_GET_COMPANY_METAAcciónTool to retrieve CRM company meta attributes information. Returns a complete schema of all the CRM Company Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.
SUITEDASH_GET_COMPANY_METAAcciónTool to retrieve CRM company meta attributes information. Returns a complete schema of all the CRM Company Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact by UID or EmailSUITEDASH_GET_CONTACTAcciónTool to retrieve a single contact from SuiteDash by their UID or email address. Use when you need to fetch detailed information about a specific contact including their personal details, contact information, address, and custom fields.
SUITEDASH_GET_CONTACTAcciónTool to retrieve a single contact from SuiteDash by their UID or email address. Use when you need to fetch detailed information about a specific contact including their personal details, contact information, address, and custom fields.
Parámetros de entrada
metastringSet to 'yes' to receive meta information about contact attributes. When enabled, provides additional metadata about the contact fields and structure
identifierstringObligatorioContact UID (unique identifier) or email address. Can be either a UUID string (e.g., 'b9d7def5-a852-4230-b6a7-513b8f124fa1') or an email address (e.g., 'user@example.com')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact Meta AttributesSUITEDASH_GET_CONTACT_METAAcciónTool to retrieve CRM contact meta attributes information. Returns a complete schema of all the CRM Contact Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.
SUITEDASH_GET_CONTACT_METAAcciónTool to retrieve CRM contact meta attributes information. Returns a complete schema of all the CRM Contact Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CompaniesSUITEDASH_LIST_COMPANIESAcciónTool to retrieve all existing companies from SuiteDash. Returns a paginated list with optional filtering by creation date and ordering options. Use this when you need to list, search, or export companies. Note that idle companies are not included in the results.
SUITEDASH_LIST_COMPANIESAcciónTool to retrieve all existing companies from SuiteDash. Returns a paginated list with optional filtering by creation date and ordering options. Use this when you need to list, search, or export companies. Note that idle companies are not included in the results.
Parámetros de entrada
metastringSet to 'yes' to receive meta information about attributes in the response. Use this when you need additional metadata about the fields.
pageintegerPage number for pagination. Must be a positive integer.
orderBystringenumEnum for ordering options
createdcreated.descnamename.desccreatedMaxstringUpper bound for filtering by creation date-time in RFC3339 format (e.g., '2024-12-31T23:59:59Z'). Returns only companies created on or before this date.
createdMinstringLower bound for filtering by creation date-time in RFC3339 format (e.g., '2024-01-01T00:00:00Z'). Returns only companies created on or after this date.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ContactsSUITEDASH_LIST_CONTACTSAcciónTool to get all existing contacts from SuiteDash. Returns a paginated list of contacts with optional filtering by creation date and custom ordering. Use when you need to retrieve, browse, or export contact lists.
SUITEDASH_LIST_CONTACTSAcciónTool to get all existing contacts from SuiteDash. Returns a paginated list of contacts with optional filtering by creation date and custom ordering. Use when you need to retrieve, browse, or export contact lists.
Parámetros de entrada
metastringenumMeta parameter options.
yesnopageintegerPage number for pagination. Use to navigate through multiple pages of results.
orderBystringenumOrder options for contacts listing.
createdcreated.descnamename.desccreatedMaxstringUpper bound for filtering by creation date-time in RFC3339 format (e.g., '2024-12-31T23:59:59Z'). Returns contacts created on or before this date.
createdMinstringLower bound for filtering by creation date-time in RFC3339 format (e.g., '2024-01-01T00:00:00Z'). Returns contacts created on or after this date.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not