Folk
folkfolk is a next-generation CRM designed for teams to manage and nurture their relationships efficiently.
Acciones disponibles (12)
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 CompanyFOLK_CREATE_COMPANYAcciónTool to create a new company in the workspace. use after gathering all required company details and ensuring the name is unique.
FOLK_CREATE_COMPANYAcciónTool to create a new company in the workspace. use after gathering all required company details and ensuring the name is unique.
Parámetros de entrada
namestringObligatorioThe unique name of the company.
urlsstring[]List of URLs associated with the company.
emailsstring[]List of email addresses associated with the company.
groupsobject[]The groups to add the company to. Provide group IDs.
phonesstring[]List of phone numbers associated with the company.
addressesstring[]List of addresses associated with the company.
descriptionstringA short description of the company.
customFieldValuesobjectCustom field values grouped by group ID. Values depend on field type: text, number, date, select, contact, user, etc.
Parámetros de salida
dataobjectObligatorioCreated company data.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Any deprecation notices returned by the API.
Delete CompanyFOLK_DELETE_COMPANYAcciónTool to delete a company from the workspace (irreversible). use after confirming this company should be removed.
FOLK_DELETE_COMPANYAcciónTool to delete a company from the workspace (irreversible). use after confirming this company should be removed.
Parámetros de entrada
company_idstringObligatorioThe ID of the company to delete. Must be exactly 40 characters.
Parámetros de salida
dataobjectObligatorioThe deleted company data.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Any deprecation notices returned by the API.
Delete PersonFOLK_FOLK_DELETE_PERSONAcciónTool to delete an existing person in the workspace (irreversible). use after confirming this person should be permanently removed.
FOLK_FOLK_DELETE_PERSONAcciónTool to delete an existing person in the workspace (irreversible). use after confirming this person should be permanently removed.
Parámetros de entrada
person_idstringObligatorioThe ID of the person to delete. Must be exactly 40 characters.
Parámetros de salida
dataobjectObligatorioThe deleted person data.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Any deprecation notices returned by the API.
List CompaniesFOLK_FOLK_LIST_COMPANIESAcciónTool to list companies in the workspace. use when you need a paginated overview of companies, optionally filtered.
FOLK_FOLK_LIST_COMPANIESAcciónTool to list companies in the workspace. use when you need a paginated overview of companies, optionally filtered.
Parámetros de entrada
limitintegerThe number of items to return. Must be between 1 and 100.
cursorstringA pagination cursor from a previous response's `pagination.nextLink`. Omit on the first call.
filterobjectFilters to apply, using `filter[attribute][operator]=value` syntax.
combinatorstringenumLogical operator to combine multiple filters.
andor
Parámetros de salida
dataobjectObligatorioResponse data with items and pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]List of deprecation warnings, if any.
Get CompanyFOLK_GET_COMPANYAcciónTool to retrieve an existing company by its id. use after authentication has been verified.
FOLK_GET_COMPANYAcciónTool to retrieve an existing company by its id. use after authentication has been verified.
Parámetros de entrada
company_idstringObligatorioThe ID of the company to retrieve. Must be exactly 40 characters long.
Parámetros de salida
dataobjectObligatorioThe retrieved company object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Current Workspace UserFOLK_GET_CURRENT_WORKSPACE_USERAcciónTool to get details of the current authenticated workspace user. use after authentication to retrieve the user's profile information.
FOLK_GET_CURRENT_WORKSPACE_USERAcciónTool to get details of the current authenticated workspace user. use after authentication to retrieve the user's profile information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioThe current workspace user's details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PersonFOLK_GET_PERSONAcciónTool to retrieve an existing person by their id. use when you need full profile details of a person by their unique identifier.
FOLK_GET_PERSONAcciónTool to retrieve an existing person by their id. use when you need full profile details of a person by their unique identifier.
Parámetros de entrada
person_idstringObligatorioThe unique identifier of the person 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
List Group Custom FieldsFOLK_LIST_GROUP_CUSTOM_FIELDSAcciónTool to list custom fields for a specific group and entity type. use after selecting a group and entity type to inspect available custom fields.
FOLK_LIST_GROUP_CUSTOM_FIELDSAcciónTool to list custom fields for a specific group and entity type. use after selecting a group and entity type to inspect available custom fields.
Parámetros de entrada
limitintegerNumber of items to return (1-100). Defaults to 20.
cursorstringPagination cursor. Omit on first call; use `data.pagination.nextLink` from previous response for subsequent pages.
group_idstringObligatorioID of the group (exactly 40 characters). Obtain via the list-groups endpoint.
entity_typestringObligatorioenumEntity type whose custom fields to list. Must be 'person' or 'company'.
personcompany
Parámetros de salida
dataobjectObligatorioResponse data container with items and pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Deprecation warnings, if any.
List GroupsFOLK_LIST_GROUPSAcciónTool to list workspace groups. use when you need to retrieve a paginated list of all workspace groups after authentication.
FOLK_LIST_GROUPSAcciónTool to list workspace groups. use when you need to retrieve a paginated list of all workspace groups after authentication.
Parámetros de entrada
limitintegerThe number of items to return. Must be between 1 and 100.
cursorstringCursor for pagination across multiple pages. Omit on first call. Use the `pagination.nextLink` value from a previous response for subsequent pages.
Parámetros de salida
dataobjectObligatorioEnvelope containing items and pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Array of deprecation warnings, if any.
List PeopleFOLK_LIST_PEOPLEAcciónTool to list people in the workspace. use when you need to paginate through contacts after authentication.
FOLK_LIST_PEOPLEAcciónTool to list people in the workspace. use when you need to paginate through contacts after authentication.
Parámetros de entrada
limitintegerThe number of items to return. Must be between 1 and 100.
cursorstringA pagination cursor from a previous response's `pagination.nextLink`. Omit on the first call.
filterobjectFilters to apply, following `filter[attribute][operator]=value` format. E.g., {'firstName': {'eq': 'John'}}.
combinatorstringenumLogical operator to combine multiple filters.
andor
Parámetros de salida
dataobjectObligatorioPaginated list of people
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Deprecation warnings returned by the API
List UsersFOLK_LIST_USERSAcciónTool to list workspace users. use when you need to paginate through users list.
FOLK_LIST_USERSAcciónTool to list workspace users. use when you need to paginate through users list.
Parámetros de entrada
limitintegerNumber of users to return. Must be between 1 and 100.
cursorstringA pagination cursor from previous response's `nextLink`. Omit on first call.
Parámetros de salida
dataobjectObligatorioEnvelope containing users and pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Deprecation warnings, if any.
Update CompanyFOLK_UPDATE_COMPANYAcciónTool to update an existing company in the workspace. use after confirming the company id; only provided fields are updated and list fields replace existing values.
FOLK_UPDATE_COMPANYAcciónTool to update an existing company in the workspace. use after confirming the company id; only provided fields are updated and list fields replace existing values.
Parámetros de entrada
namestringThe name of the company.
urlsstring[]List of URLs associated with the company; replaces existing URLs.
emailsstring[]List of email addresses associated with the company; replaces existing emails.
groupsobject[]Groups to associate with the company; list values replace existing groups.
phonesstring[]List of phone numbers associated with the company; replaces existing phones.
addressesstring[]List of addresses associated with the company; replaces existing addresses.
company_idstringObligatorioThe ID of the company to update. Must be exactly 40 characters long.
descriptionstringA short description of the company.
customFieldValuesobjectCustom field values grouped by group ID. Values depend on field type: text, number, date, select, contact, user, etc.
Parámetros de salida
dataobjectObligatorioThe updated company object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
deprecationsstring[]Any deprecation notices returned by the API.