CentralStationCRM
centralstationcrmCentralStationCRM is an easy-to-use CRM software focusing on collaboration and long-term customer relationships.
Acciones disponibles (43)
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.
Check ConnectionCENTRALSTATIONCRM_CHECK_CONNECTIONAcciónTool to verify the connection status of the centralstationcrm api key. use when validating credentials before making other api calls.
CENTRALSTATIONCRM_CHECK_CONNECTIONAcciónTool to verify the connection status of the centralstationcrm api key. use when validating credentials before making other api calls.
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
Count PeopleCENTRALSTATIONCRM_COUNT_PEOPLEAcciónTool to retrieve the total number of people in the account. use when you need the current total number of contacts in your centralstationcrm account. example: "how many contacts exist in my account?"
CENTRALSTATIONCRM_COUNT_PEOPLEAcciónTool to retrieve the total number of people in the account. use when you need the current total number of contacts in your centralstationcrm account. example: "how many contacts exist in my account?"
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
Create CompanyCENTRALSTATIONCRM_CREATE_COMPANYAcciónTool to create a new company record. use when you need to add an organization to your crm before linking it to contacts or deals.
CENTRALSTATIONCRM_CREATE_COMPANYAcciónTool to create a new company record. use when you need to add an organization to your crm before linking it to contacts or deals.
Parámetros de entrada
namestringObligatorioName of the company
user_idintegerID of the user responsible for this company
group_idintegerID of the group to which the company belongs
backgroundstringAdditional information about the company (e.g., history)
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 DealCENTRALSTATIONCRM_CREATE_DEALAcciónTool to create a new deal record. use when needing to log a sales opportunity after grouping contacts or companies.
CENTRALSTATIONCRM_CREATE_DEALAcciónTool to create a new deal record. use when needing to log a sales opportunity after grouping contacts or companies.
Parámetros de entrada
namestringObligatorioName of the deal (max 120 chars)
valuestringObligatorioMonetary value in decimal format (e.g., '1000.00')
user_idintegerOptional user ID responsible for this deal
currencystringCurrency code (ISO3), default EUR
group_idintegerOptional group ID for the deal
value_sumstringOptional sum of value in decimal format
backgroundstringAdditional details about the deal
company_idintegerOptional company ID to associate
value_typestringObligatorioenumBilling type: total, monthly, hourly, or daily
totalmonthlyhourlydailyfinished_atstringOptional date-time when deal was won or lost
target_datestringObligatorioExpected win date in YYYY-MM-DD
value_countstringOptional quantity, relevant if value_type is not 'total'
current_statestringenumDeal state: open_0, open_25, open_50, open_75, won, or lost
open_0open_25open_50open_75wonlostperson_ids_setstringComma-separated person IDs to assign (e.g., '42,4711')
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 PersonCENTRALSTATIONCRM_CREATE_PERSONAcciónTool to create a new person record. use when you need to add a person to your crm before linking them to other records.
CENTRALSTATIONCRM_CREATE_PERSONAcciónTool to create a new person record. use when you need to add a person to your crm before linking them to other records.
Parámetros de entrada
namestringObligatorioThe person's last name (surname)
titlestringThe person's job title
genderstringThe person's gender
user_idintegerThe ID of the user responsible for this person
backgroundstringAdditional details about the person (e.g., hobbies, interests)
first_namestringThe person's first name
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 Person AddressCENTRALSTATIONCRM_CREATE_PERSON_ADDRESSAcciónTool to create a new address for a specific person. use when you need to add or update postal details after confirming person id.
CENTRALSTATIONCRM_CREATE_PERSON_ADDRESSAcciónTool to create a new address for a specific person. use when you need to add or update postal details after confirming person id.
Parámetros de entrada
zipstringThe postal code
citystringObligatorioThe city name. Either the city or the country_code is mandatory.
atypestringObligatorioenumAddress type. Must be one of work_hq, work, invoice, delivery, private or other.
work_hqworkinvoicedeliveryprivateotherstreetstringThe street including house number or other details (building, c/o)
primarybooleanDecides ordering of addresses when the person has multiple addresses
person_idintegerObligatorioThe unique identifier of the person to add the address to
state_codestringThe state code (e.g. NW, BY)
country_codestringThe country code (ISO 3166-1 alpha-2, e.g. DE, AT)
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 Person AssistantCENTRALSTATIONCRM_CREATE_PERSON_ASSIAcciónTool to create a new assistant (assi) entry for a specific person. use after confirming the person id when you need to manage assistant contacts.
CENTRALSTATIONCRM_CREATE_PERSON_ASSIAcciónTool to create a new assistant (assi) entry for a specific person. use after confirming the person id when you need to manage assistant contacts.
Parámetros de entrada
telstringPhone number of the assistant
namestringObligatorioName of the assistant
emailstringemailEmail address of the assistant
primarybooleanWhether the assistant is the primary contact
person_idintegerObligatorioID of the person to add the assistant to
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 Person AvatarCENTRALSTATIONCRM_CREATE_PERSON_AVATARAcciónTool to create a new avatar for a specific person. use when you need to attach a base64-encoded image file after confirming the person's id.
CENTRALSTATIONCRM_CREATE_PERSON_AVATARAcciónTool to create a new avatar for a specific person. use when you need to attach a base64-encoded image file after confirming the person's id.
Parámetros de entrada
avatarobjectObligatorioAvatar object with filename, content type, and Base64 data
person_idintegerObligatorioThe ID of the person to attach the avatar to
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 Person Contact DetailCENTRALSTATIONCRM_CREATE_PERSON_CONTACT_DETAILAcciónTool to create a new contact detail for a specific person. use when adding a phone number after confirming the person's id.
CENTRALSTATIONCRM_CREATE_PERSON_CONTACT_DETAILAcciónTool to create a new contact detail for a specific person. use when adding a phone number after confirming the person's id.
Parámetros de entrada
namestringObligatorioThe phone number or contact value.
atypestringObligatorioenumPhone type. Must be one of office, office_hq, mobile, fax, private, voip, skype or other.
officeoffice_hqmobilefaxprivatevoipskypeotherperson_idintegerObligatorioThe unique identifier of the person to add the contact detail to
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 Person Historic EventCENTRALSTATIONCRM_CREATE_PERSON_HISTORIC_EVENTAcciónTool to create a new historic event for a specific person. use after confirming person id to record dates like birthdays, anniversaries, or other milestones.
CENTRALSTATIONCRM_CREATE_PERSON_HISTORIC_EVENTAcciónTool to create a new historic event for a specific person. use after confirming person id to record dates like birthdays, anniversaries, or other milestones.
Parámetros de entrada
descstringFor atype 'other', an additional description may be provided. Ignored otherwise.
namestringObligatorioThe date of the historic event in YYYY-MM-DD format.
atypestringObligatorioenumType of the historic event. Must be one of birthday, anniversary, first_met, renewal or other.
birthdayanniversaryfirst_metrenewalotherperson_idintegerObligatorioThe unique identifier of the person to add the historic event to
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
Delete CompanyCENTRALSTATIONCRM_DELETE_COMPANYAcciónTool to delete a company record by id. use when you need to permanently remove an organization after verifying the correct id.
CENTRALSTATIONCRM_DELETE_COMPANYAcciónTool to delete a company record by id. use when you need to permanently remove an organization after verifying the correct id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the company to delete. Must be a positive integer.
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
Delete personCENTRALSTATIONCRM_DELETE_PERSONAcciónTool to delete a person record by id. use when you need to permanently remove a contact after verifying the correct id.
CENTRALSTATIONCRM_DELETE_PERSONAcciónTool to delete a person record by id. use when you need to permanently remove a contact after verifying the correct id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the person to delete. Must be a positive integer.
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
Delete Person AddressCENTRALSTATIONCRM_DELETE_PERSON_ADDRESSAcciónTool to delete a person's address by its id. use when you need to remove an outdated or incorrect address after confirming the person id and address id.
CENTRALSTATIONCRM_DELETE_PERSON_ADDRESSAcciónTool to delete a person's address by its id. use when you need to remove an outdated or incorrect address after confirming the person id and address id.
Parámetros de entrada
person_idintegerObligatorioUnique identifier of the person to which the address belongs. Must be a positive integer.
address_idintegerObligatorioUnique identifier of the address to delete. Must be a positive integer.
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
Delete Person AssiCENTRALSTATIONCRM_DELETE_PERSON_ASSIAcciónTool to delete an assi entry of a person. use when you need to remove an assistant record after confirming person id and assi id.
CENTRALSTATIONCRM_DELETE_PERSON_ASSIAcciónTool to delete an assi entry of a person. use when you need to remove an assistant record after confirming person id and assi id.
Parámetros de entrada
assi_idintegerObligatorioUnique identifier of the assi entry to delete. Must be a positive integer.
person_idintegerObligatorioUnique identifier of the person whose assi entry will be deleted. Must be a positive integer.
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
Delete Person AvatarCENTRALSTATIONCRM_DELETE_PERSON_AVATARAcciónTool to delete a person's avatar by its id. use when you need to remove an outdated or incorrect avatar after confirming the person id and avatar id.
CENTRALSTATIONCRM_DELETE_PERSON_AVATARAcciónTool to delete a person's avatar by its id. use when you need to remove an outdated or incorrect avatar after confirming the person id and avatar id.
Parámetros de entrada
avatar_idstringObligatorioUnique identifier of the avatar to delete. Must be a string (e.g., UUID).
person_idintegerObligatorioUnique identifier of the person to which the avatar belongs. Must be a positive integer.
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
Delete Person Contact DetailCENTRALSTATIONCRM_DELETE_PERSON_CONTACT_DETAILAcciónTool to delete a contact detail of a person. use when you need to remove an outdated or incorrect contact detail after confirming the person id and contact detail id.
CENTRALSTATIONCRM_DELETE_PERSON_CONTACT_DETAILAcciónTool to delete a contact detail of a person. use when you need to remove an outdated or incorrect contact detail after confirming the person id and contact detail id.
Parámetros de entrada
person_idintegerObligatorioUnique identifier of the person to which the contact detail belongs. Must be a positive integer.
contact_detail_idintegerObligatorioUnique identifier of the contact detail to delete. Must be a positive integer.
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
Delete Person Historic EventCENTRALSTATIONCRM_DELETE_PERSON_HISTORIC_EVENTAcciónTool to delete a historic event of a person by its id. use when you need to remove outdated or incorrect milestone entries after confirming the person id and historic event id.
CENTRALSTATIONCRM_DELETE_PERSON_HISTORIC_EVENTAcciónTool to delete a historic event of a person by its id. use when you need to remove outdated or incorrect milestone entries after confirming the person id and historic event id.
Parámetros de entrada
person_idintegerObligatorioUnique identifier of the person to which the historic event belongs. Must be a positive integer.
historic_event_idintegerObligatorioUnique identifier of the historic event to delete. Must be a positive integer.
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 API User MaildropCENTRALSTATIONCRM_GET_API_USER_MAILDROPAcciónTool to retrieve the current api user's maildrop for people and companies. use after authenticating the api user.
CENTRALSTATIONCRM_GET_API_USER_MAILDROPAcciónTool to retrieve the current api user's maildrop for people and companies. use after authenticating the api user.
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 CompanyCENTRALSTATIONCRM_GET_COMPANYAcciónTool to retrieve details of a specific company by id. use after confirming the company id.
CENTRALSTATIONCRM_GET_COMPANYAcciónTool to retrieve details of a specific company by id. use after confirming the company id.
Parámetros de entrada
company_idintegerObligatorioUnique identifier of the company 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 DealCENTRALSTATIONCRM_GET_DEALAcciónTool to retrieve details of a specific deal by its id. use when you have a confirmed deal id.
CENTRALSTATIONCRM_GET_DEALAcciónTool to retrieve details of a specific deal by its id. use when you have a confirmed deal id.
Parámetros de entrada
deal_idintegerObligatorioUnique identifier of the deal 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 DealsCENTRALSTATIONCRM_GET_DEALSAcciónTool to retrieve a paginated list of all deals. use when you need to list deals with pagination and optional includes (e.g., companies, tags) or additional methods.
CENTRALSTATIONCRM_GET_DEALSAcciónTool to retrieve a paginated list of all deals. use when you need to list deals with pagination and optional includes (e.g., companies, tags) or additional methods.
Parámetros de entrada
pageintegerPage number to retrieve (>=1).
methodsstring[]List of additional methods to include (e.g., ['responsible_user_natural_name']).
perpageintegerNumber of deals per page (maximum 250).
includesstring[]List of related objects to include (e.g., ['companies','tags']).
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 PersonCENTRALSTATIONCRM_GET_PERSONAcciónTool to retrieve details of a specific person by id. use when you have a person id and need their full details.
CENTRALSTATIONCRM_GET_PERSONAcciónTool to retrieve details of a specific person by id. use when you have a person id and need their full details.
Parámetros de entrada
methodsstring[]Comma-separated list of methods to include in the response; e.g., 'responsible_user_natural_name'
includesstring[]Comma-separated list of related objects to include; one or more of 'companies', 'tags'
person_idintegerObligatorioUnique 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
Get Person AddressCENTRALSTATIONCRM_GET_PERSON_ADDRESSAcciónTool to retrieve a specific address of a person by address id. use after confirming person and address ids. example: "fetch address for person #42, address #101."
CENTRALSTATIONCRM_GET_PERSON_ADDRESSAcciónTool to retrieve a specific address of a person by address id. use after confirming person and address ids. example: "fetch address for person #42, address #101."
Parámetros de entrada
methodsstringOptional comma-separated list of methods to include additional information. Example: 'country_name'
person_idintegerObligatorioUnique identifier of the person whose address is to be retrieved
address_idintegerObligatorioUnique identifier of the address 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 Person AddressesCENTRALSTATIONCRM_GET_PERSON_ADDRESSESAcciónTool to retrieve all addresses for a specific person. use when you need to list a person’s addresses after confirming their id. example: "get addresses for person with id 42."
CENTRALSTATIONCRM_GET_PERSON_ADDRESSESAcciónTool to retrieve all addresses for a specific person. use when you need to list a person’s addresses after confirming their id. example: "get addresses for person with id 42."
Parámetros de entrada
pageintegerPage number to retrieve
methodsstringComma-separated list of methods to include additional information
perpageintegerNumber of entries per page (default is 50, max is 250)
includesstringComma-separated list of related objects to include in the response
person_idintegerObligatorioUnique identifier of the person whose addresses are to be retrieved
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 Person AssiCENTRALSTATIONCRM_GET_PERSON_ASSIAcciónTool to retrieve a specific assi entry of a person by id. use after confirming person id and assi id.
CENTRALSTATIONCRM_GET_PERSON_ASSIAcciónTool to retrieve a specific assi entry of a person by id. use after confirming person id and assi id.
Parámetros de entrada
assi_idintegerObligatorioUnique identifier of the assi entry to retrieve
person_idintegerObligatorioUnique identifier of the person whose assi is to be retrieved
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 Person AssisCENTRALSTATIONCRM_GET_PERSON_ASSISAcciónTool to retrieve all assistant entries for a specific person. use after confirming the person id. example: "list assistants for person with id 42."
CENTRALSTATIONCRM_GET_PERSON_ASSISAcciónTool to retrieve all assistant entries for a specific person. use after confirming the person id. example: "list assistants for person with id 42."
Parámetros de entrada
pageintegerPage number to retrieve
orderstringenumOrdering of records: 'id-asc' or 'id-desc'
id-ascid-descperpageintegerNumber of entries per page (max 250)
person_idintegerObligatorioUnique identifier of the person whose assistants are to be retrieved
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 Person AvatarCENTRALSTATIONCRM_GET_PERSON_AVATARAcciónTool to retrieve a specific avatar of a person by avatar id. use after you know both person id and avatar id to fetch the base64-encoded image.
CENTRALSTATIONCRM_GET_PERSON_AVATARAcciónTool to retrieve a specific avatar of a person by avatar id. use after you know both person id and avatar id to fetch the base64-encoded image.
Parámetros de entrada
avatar_idstringObligatorioUnique identifier (UUID) of the avatar to retrieve
person_idintegerObligatorioUnique identifier of the person whose avatar is to be retrieved
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 Person AvatarsCENTRALSTATIONCRM_GET_PERSON_AVATARSAcciónTool to retrieve all avatars for a specific person. use when you need to list a person’s avatars after confirming their id. example: "list avatars for person with id 42."
CENTRALSTATIONCRM_GET_PERSON_AVATARSAcciónTool to retrieve all avatars for a specific person. use when you need to list a person’s avatars after confirming their id. example: "list avatars for person with id 42."
Parámetros de entrada
person_idintegerObligatorioUnique identifier of the person whose avatars are to be retrieved
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 Person Contact DetailCENTRALSTATIONCRM_GET_PERSON_CONTACT_DETAILAcciónTool to retrieve a specific contact detail by id for a person. use after confirming person and contact detail ids. example: "fetch contact detail #108 for person #42."
CENTRALSTATIONCRM_GET_PERSON_CONTACT_DETAILAcciónTool to retrieve a specific contact detail by id for a person. use after confirming person and contact detail ids. example: "fetch contact detail #108 for person #42."
Parámetros de entrada
methodsstringOptional comma-separated list of methods to include additional info, e.g., 'responsible_user_natural_name'
person_idintegerObligatorioUnique identifier of the person whose contact detail is to be retrieved
contact_detail_idintegerObligatorioUnique identifier of the contact detail 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 Person Custom FieldsCENTRALSTATIONCRM_GET_PERSON_CUSTOM_FIELDSAcciónTool to retrieve all custom fields for a specific person. use when you need to access a person's custom fields after confirming their id.
CENTRALSTATIONCRM_GET_PERSON_CUSTOM_FIELDSAcciónTool to retrieve all custom fields for a specific person. use when you need to access a person's custom fields after confirming their id.
Parámetros de entrada
person_idintegerObligatorioThe unique identifier of the person whose custom fields are to be retrieved
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 Person Historic EventCENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTAcciónTool to retrieve a specific historic event of a person by id. use after confirming both person and event ids. example: "fetch historic event 101 for person 42."
CENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTAcciónTool to retrieve a specific historic event of a person by id. use after confirming both person and event ids. example: "fetch historic event 101 for person 42."
Parámetros de entrada
methodsstringOptional comma-separated list of methods to include additional information.
event_idintegerObligatorioUnique identifier of the historic event to retrieve.
includesstringOptional comma-separated list of related resources to include.
person_idintegerObligatorioUnique identifier of the person.
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 Person Historic EventsCENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTSAcciónTool to retrieve all historic events for a specific person. use when you need to list a person's historical dates after confirming their id.
CENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTSAcciónTool to retrieve all historic events for a specific person. use when you need to list a person's historical dates after confirming their id.
Parámetros de entrada
pageintegerPage number to retrieve
orderstringenumOrdering of records: id-asc or id-desc
id-ascid-descperpageintegerNumber of entries per page (max 250)
person_idintegerObligatorioUnique identifier of the person
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 PersonsCENTRALSTATIONCRM_GET_PERSONSAcciónTool to retrieve a paginated list of all people. use when listing contacts with pagination and optional includes.
CENTRALSTATIONCRM_GET_PERSONSAcciónTool to retrieve a paginated list of all people. use when listing contacts with pagination and optional includes.
Parámetros de entrada
pageintegerPage number to retrieve (>=1).
perpageintegerNumber of entries per page (maximum 250).
includesstring[]List of related objects to include (e.g., ['companies','tags']).
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
Merge PersonCENTRALSTATIONCRM_MERGE_PERSONAcciónTool to merge another person into an existing person by id. use after identifying duplicate records to consolidate them. example: merge person 42 with [43,44].
CENTRALSTATIONCRM_MERGE_PERSONAcciónTool to merge another person into an existing person by id. use after identifying duplicate records to consolidate them. example: merge person 42 with [43,44].
Parámetros de entrada
no_logbooleanSuppress creation of an activity log entry when merging
group_idintegerOptional. New group ID to assign the merged person
person_idintegerObligatorioID of the existing person into whom others will be merged
looser_idsinteger[]ObligatorioList of person IDs to merge into the target person
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
Search RecordsCENTRALSTATIONCRM_SEARCHAcciónSearch records
CENTRALSTATIONCRM_SEARCHAcciónSearch records
Parámetros de entrada
termstringObligatorioSearch term to match records across Person, Company, Deal, and Project.
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
Search PeopleCENTRALSTATIONCRM_SEARCH_PEOPLEAcciónTool to retrieve people matching search criteria. use when you need to find specific contacts by name, email, or phone after authenticating with your api key.
CENTRALSTATIONCRM_SEARCH_PEOPLEAcciónTool to retrieve people matching search criteria. use when you need to find specific contacts by name, email, or phone after authenticating with your api key.
Parámetros de entrada
pageinteger1-indexed page number of results, must be >= 1.
querystringText to search for in name, email, phone, etc.
per_pageintegerNumber of results per page, must be >= 1.
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
Stats PeopleCENTRALSTATIONCRM_STATS_PEOPLEAcciónTool to retrieve key statistics about people. use when you need a quick summary of total entries, e.g., after filtering by tag or custom criteria.
CENTRALSTATIONCRM_STATS_PEOPLEAcciónTool to retrieve key statistics about people. use when you need a quick summary of total entries, e.g., after filtering by tag or custom criteria.
Parámetros de entrada
filterobjectFilter criteria map in JSON-API deepObject style. E.g., {'user_id': {'equal': 42}}.
tag_idintegerFilter statistics by this tag's ID.
tag_namestringFilter statistics by this tag's name.
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
Update CompanyCENTRALSTATIONCRM_UPDATE_COMPANYAcciónTool to update an existing company by id. use after retrieving the company's details when you need to modify one or more fields.
CENTRALSTATIONCRM_UPDATE_COMPANYAcciónTool to update an existing company by id. use after retrieving the company's details when you need to modify one or more fields.
Parámetros de entrada
namestringObligatorioThe company's name
no_logbooleanSet to true if you don't want to generate an activity in the stream
user_idintegerOptional ID of the user responsible for the company
group_idintegerOptional ID of the group to assign the company to
backgroundstringOptional background or description of the company
company_idintegerObligatorioThe unique identifier of the company to update
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
Update PersonCENTRALSTATIONCRM_UPDATE_PERSONAcciónTool to update an existing person by id. use after retrieving the person's current details when you need to modify one or more fields.
CENTRALSTATIONCRM_UPDATE_PERSONAcciónTool to update an existing person by id. use after retrieving the person's current details when you need to modify one or more fields.
Parámetros de entrada
namestringThe person's last name (surname)
titlestringThe person's job title
genderstringThe person's gender
user_idintegerThe ID of the user responsible for this person
person_idintegerObligatorioThe unique identifier of the person to update
backgroundstringAdditional background or bio information
first_namestringThe person's first name
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
Update Person AddressCENTRALSTATIONCRM_UPDATE_PERSON_ADDRESSAcciónTool to update a specific address of a person. use after retrieving the person's addresses to modify one.
CENTRALSTATIONCRM_UPDATE_PERSON_ADDRESSAcciónTool to update a specific address of a person. use after retrieving the person's addresses to modify one.
Parámetros de entrada
zipstringZIP or postal code
citystringObligatorioCity name. Either city or country_code must be provided
atypestringenumType of address, one of work_hq, work, invoice, delivery, private or other
work_hqworkinvoicedeliveryprivateotherstreetstringThe street including house number or additional info
primarybooleanWhether this is the primary address
person_idintegerObligatorioUnique identifier of the person
address_idintegerObligatorioUnique identifier of the address to update
state_codestringState or region code (e.g., NW)
country_codestringISO 3166-1 alpha-2 country code
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
Update Person AssiCENTRALSTATIONCRM_UPDATE_PERSON_ASSIAcciónTool to update an assi entry of a person. use when you need to modify a specific assistant record after retrieving the person’s assis list. example: "update assi 101 for person 42 changing email to foo@example.com".
CENTRALSTATIONCRM_UPDATE_PERSON_ASSIAcciónTool to update an assi entry of a person. use when you need to modify a specific assistant record after retrieving the person’s assis list. example: "update assi 101 for person 42 changing email to foo@example.com".
Parámetros de entrada
telstringThe telephone number of the assistant.
namestringObligatorioThe name of the assistant.
emailstringThe email of the assistant.
assi_idintegerObligatorioUnique identifier of the assistant to update
primarybooleanIndicates if the assistant is the primary contact.
person_idintegerObligatorioUnique identifier of the person
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
Update Person Contact DetailCENTRALSTATIONCRM_UPDATE_PERSON_CONTACT_DETAILAcciónTool to update a specific contact detail of a person by id. use after retrieving the person's contact details to modify one.
CENTRALSTATIONCRM_UPDATE_PERSON_CONTACT_DETAILAcciónTool to update a specific contact detail of a person by id. use after retrieving the person's contact details to modify one.
Parámetros de entrada
namestringObligatorioThe phone number or contact value.
atypestringObligatorioPhone type. One of office, office_hq, mobile, fax, private, voip, skype, other.
primarybooleanWhether this should be the primary contact detail of this type
visiblebooleanWhether this contact detail is visible to other users
person_idintegerObligatorioUnique identifier of the person
location_idintegerID of the associated location if applicable
contact_detail_idintegerObligatorioUnique identifier of the contact detail to update
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
Update Person Historic EventCENTRALSTATIONCRM_UPDATE_PERSON_HISTORIC_EVENTAcciónTool to update a historic event of a person by id. use after retrieving the event when you need to modify its details. example: "update historic event 101 for person 42 changing atype to anniversary."
CENTRALSTATIONCRM_UPDATE_PERSON_HISTORIC_EVENTAcciónTool to update a historic event of a person by id. use after retrieving the event when you need to modify its details. example: "update historic event 101 for person 42 changing atype to anniversary."
Parámetros de entrada
descstringFor atype 'other', an additional description may be provided. Ignored otherwise.
namestringObligatorioThe date of the historic event in YYYY-MM-DD format.
atypestringObligatorioenumType of the historic event. Must be one of birthday, anniversary, first_met, renewal or other.
birthdayanniversaryfirst_metrenewalotherevent_idintegerObligatorioUnique identifier of the historic event to update
person_idintegerObligatorioUnique identifier of the person
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