NAiOS IconNAiOS Logo
Volver al catálogo

CentralStationCRM

centralstationcrm

CentralStationCRM is an easy-to-use CRM software focusing on collaboration and long-term customer relationships.

Acciones
43
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Count PeopleCENTRALSTATIONCRM_COUNT_PEOPLEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CompanyCENTRALSTATIONCRM_CREATE_COMPANYAcción

Tool 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

  • namestringObligatorio

    Name of the company

  • user_idinteger

    ID of the user responsible for this company

  • group_idinteger

    ID of the group to which the company belongs

  • backgroundstring

    Additional information about the company (e.g., history)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create DealCENTRALSTATIONCRM_CREATE_DEALAcción

Tool to create a new deal record. use when needing to log a sales opportunity after grouping contacts or companies.

Parámetros de entrada

  • namestringObligatorio

    Name of the deal (max 120 chars)

  • valuestringObligatorio

    Monetary value in decimal format (e.g., '1000.00')

  • user_idinteger

    Optional user ID responsible for this deal

  • currencystring

    Currency code (ISO3), default EUR

  • group_idinteger

    Optional group ID for the deal

  • value_sumstring

    Optional sum of value in decimal format

  • backgroundstring

    Additional details about the deal

  • company_idinteger

    Optional company ID to associate

  • value_typestringObligatorioenum

    Billing type: total, monthly, hourly, or daily

    totalmonthlyhourlydaily
  • finished_atstring

    Optional date-time when deal was won or lost

  • target_datestringObligatorio

    Expected win date in YYYY-MM-DD

  • value_countstring

    Optional quantity, relevant if value_type is not 'total'

  • current_statestringenum

    Deal state: open_0, open_25, open_50, open_75, won, or lost

    open_0open_25open_50open_75wonlost
  • person_ids_setstring

    Comma-separated person IDs to assign (e.g., '42,4711')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create PersonCENTRALSTATIONCRM_CREATE_PERSONAcción

Tool 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

  • namestringObligatorio

    The person's last name (surname)

  • titlestring

    The person's job title

  • genderstring

    The person's gender

  • user_idinteger

    The ID of the user responsible for this person

  • backgroundstring

    Additional details about the person (e.g., hobbies, interests)

  • first_namestring

    The person's first name

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Person AddressCENTRALSTATIONCRM_CREATE_PERSON_ADDRESSAcción

Tool 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

  • zipstring

    The postal code

  • citystringObligatorio

    The city name. Either the city or the country_code is mandatory.

  • atypestringObligatorioenum

    Address type. Must be one of work_hq, work, invoice, delivery, private or other.

    work_hqworkinvoicedeliveryprivateother
  • streetstring

    The street including house number or other details (building, c/o)

  • primaryboolean

    Decides ordering of addresses when the person has multiple addresses

  • person_idintegerObligatorio

    The unique identifier of the person to add the address to

  • state_codestring

    The state code (e.g. NW, BY)

  • country_codestring

    The country code (ISO 3166-1 alpha-2, e.g. DE, AT)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Person AssistantCENTRALSTATIONCRM_CREATE_PERSON_ASSIAcción

Tool 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

  • telstring

    Phone number of the assistant

  • namestringObligatorio

    Name of the assistant

  • emailstringemail

    Email address of the assistant

  • primaryboolean

    Whether the assistant is the primary contact

  • person_idintegerObligatorio

    ID of the person to add the assistant to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Person AvatarCENTRALSTATIONCRM_CREATE_PERSON_AVATARAcción

Tool 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

  • avatarobjectObligatorio

    Avatar object with filename, content type, and Base64 data

  • person_idintegerObligatorio

    The ID of the person to attach the avatar to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Person Contact DetailCENTRALSTATIONCRM_CREATE_PERSON_CONTACT_DETAILAcción

Tool 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

  • namestringObligatorio

    The phone number or contact value.

  • atypestringObligatorioenum

    Phone type. Must be one of office, office_hq, mobile, fax, private, voip, skype or other.

    officeoffice_hqmobilefaxprivatevoipskypeother
  • person_idintegerObligatorio

    The unique identifier of the person to add the contact detail to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Person Historic EventCENTRALSTATIONCRM_CREATE_PERSON_HISTORIC_EVENTAcción

Tool 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

  • descstring

    For atype 'other', an additional description may be provided. Ignored otherwise.

  • namestringObligatorio

    The date of the historic event in YYYY-MM-DD format.

  • atypestringObligatorioenum

    Type of the historic event. Must be one of birthday, anniversary, first_met, renewal or other.

    birthdayanniversaryfirst_metrenewalother
  • person_idintegerObligatorio

    The unique identifier of the person to add the historic event to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CompanyCENTRALSTATIONCRM_DELETE_COMPANYAcción

Tool 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

  • idintegerObligatorio

    Unique identifier of the company to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete personCENTRALSTATIONCRM_DELETE_PERSONAcción

Tool 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

  • idintegerObligatorio

    Unique identifier of the person to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person AddressCENTRALSTATIONCRM_DELETE_PERSON_ADDRESSAcción

Tool 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_idintegerObligatorio

    Unique identifier of the person to which the address belongs. Must be a positive integer.

  • address_idintegerObligatorio

    Unique identifier of the address to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person AssiCENTRALSTATIONCRM_DELETE_PERSON_ASSIAcción

Tool 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_idintegerObligatorio

    Unique identifier of the assi entry to delete. Must be a positive integer.

  • person_idintegerObligatorio

    Unique identifier of the person whose assi entry will be deleted. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person AvatarCENTRALSTATIONCRM_DELETE_PERSON_AVATARAcción

Tool 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_idstringObligatorio

    Unique identifier of the avatar to delete. Must be a string (e.g., UUID).

  • person_idintegerObligatorio

    Unique identifier of the person to which the avatar belongs. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person Contact DetailCENTRALSTATIONCRM_DELETE_PERSON_CONTACT_DETAILAcción

Tool 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_idintegerObligatorio

    Unique identifier of the person to which the contact detail belongs. Must be a positive integer.

  • contact_detail_idintegerObligatorio

    Unique identifier of the contact detail to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Person Historic EventCENTRALSTATIONCRM_DELETE_PERSON_HISTORIC_EVENTAcción

Tool 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_idintegerObligatorio

    Unique identifier of the person to which the historic event belongs. Must be a positive integer.

  • historic_event_idintegerObligatorio

    Unique identifier of the historic event to delete. Must be a positive integer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API User MaildropCENTRALSTATIONCRM_GET_API_USER_MAILDROPAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CompanyCENTRALSTATIONCRM_GET_COMPANYAcción

Tool to retrieve details of a specific company by id. use after confirming the company id.

Parámetros de entrada

  • company_idintegerObligatorio

    Unique identifier of the company to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DealCENTRALSTATIONCRM_GET_DEALAcción

Tool to retrieve details of a specific deal by its id. use when you have a confirmed deal id.

Parámetros de entrada

  • deal_idintegerObligatorio

    Unique identifier of the deal to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DealsCENTRALSTATIONCRM_GET_DEALSAcción

Tool 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

  • pageinteger

    Page number to retrieve (>=1).

  • methodsstring[]

    List of additional methods to include (e.g., ['responsible_user_natural_name']).

  • perpageinteger

    Number of deals per page (maximum 250).

  • includesstring[]

    List of related objects to include (e.g., ['companies','tags']).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PersonCENTRALSTATIONCRM_GET_PERSONAcción

Tool 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_idintegerObligatorio

    Unique identifier of the person to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AddressCENTRALSTATIONCRM_GET_PERSON_ADDRESSAcción

Tool 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

  • methodsstring

    Optional comma-separated list of methods to include additional information. Example: 'country_name'

  • person_idintegerObligatorio

    Unique identifier of the person whose address is to be retrieved

  • address_idintegerObligatorio

    Unique identifier of the address to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AddressesCENTRALSTATIONCRM_GET_PERSON_ADDRESSESAcción

Tool 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

  • pageinteger

    Page number to retrieve

  • methodsstring

    Comma-separated list of methods to include additional information

  • perpageinteger

    Number of entries per page (default is 50, max is 250)

  • includesstring

    Comma-separated list of related objects to include in the response

  • person_idintegerObligatorio

    Unique identifier of the person whose addresses are to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AssiCENTRALSTATIONCRM_GET_PERSON_ASSIAcción

Tool to retrieve a specific assi entry of a person by id. use after confirming person id and assi id.

Parámetros de entrada

  • assi_idintegerObligatorio

    Unique identifier of the assi entry to retrieve

  • person_idintegerObligatorio

    Unique identifier of the person whose assi is to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AssisCENTRALSTATIONCRM_GET_PERSON_ASSISAcción

Tool 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

  • pageinteger

    Page number to retrieve

  • orderstringenum

    Ordering of records: 'id-asc' or 'id-desc'

    id-ascid-desc
  • perpageinteger

    Number of entries per page (max 250)

  • person_idintegerObligatorio

    Unique identifier of the person whose assistants are to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AvatarCENTRALSTATIONCRM_GET_PERSON_AVATARAcción

Tool 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_idstringObligatorio

    Unique identifier (UUID) of the avatar to retrieve

  • person_idintegerObligatorio

    Unique identifier of the person whose avatar is to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person AvatarsCENTRALSTATIONCRM_GET_PERSON_AVATARSAcción

Tool 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_idintegerObligatorio

    Unique identifier of the person whose avatars are to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person Contact DetailCENTRALSTATIONCRM_GET_PERSON_CONTACT_DETAILAcción

Tool 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

  • methodsstring

    Optional comma-separated list of methods to include additional info, e.g., 'responsible_user_natural_name'

  • person_idintegerObligatorio

    Unique identifier of the person whose contact detail is to be retrieved

  • contact_detail_idintegerObligatorio

    Unique identifier of the contact detail to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person Custom FieldsCENTRALSTATIONCRM_GET_PERSON_CUSTOM_FIELDSAcción

Tool 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_idintegerObligatorio

    The unique identifier of the person whose custom fields are to be retrieved

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person Historic EventCENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTAcción

Tool 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

  • methodsstring

    Optional comma-separated list of methods to include additional information.

  • event_idintegerObligatorio

    Unique identifier of the historic event to retrieve.

  • includesstring

    Optional comma-separated list of related resources to include.

  • person_idintegerObligatorio

    Unique identifier of the person.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Person Historic EventsCENTRALSTATIONCRM_GET_PERSON_HISTORIC_EVENTSAcción

Tool 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

  • pageinteger

    Page number to retrieve

  • orderstringenum

    Ordering of records: id-asc or id-desc

    id-ascid-desc
  • perpageinteger

    Number of entries per page (max 250)

  • person_idintegerObligatorio

    Unique identifier of the person

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PersonsCENTRALSTATIONCRM_GET_PERSONSAcción

Tool to retrieve a paginated list of all people. use when listing contacts with pagination and optional includes.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (>=1).

  • perpageinteger

    Number of entries per page (maximum 250).

  • includesstring[]

    List of related objects to include (e.g., ['companies','tags']).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Merge PersonCENTRALSTATIONCRM_MERGE_PERSONAcción

Tool 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_logboolean

    Suppress creation of an activity log entry when merging

  • group_idinteger

    Optional. New group ID to assign the merged person

  • person_idintegerObligatorio

    ID of the existing person into whom others will be merged

  • looser_idsinteger[]Obligatorio

    List of person IDs to merge into the target person

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search RecordsCENTRALSTATIONCRM_SEARCHAcción

Search records

Parámetros de entrada

  • termstringObligatorio

    Search term to match records across Person, Company, Deal, and Project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search PeopleCENTRALSTATIONCRM_SEARCH_PEOPLEAcción

Tool 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

  • pageinteger

    1-indexed page number of results, must be >= 1.

  • querystring

    Text to search for in name, email, phone, etc.

  • per_pageinteger

    Number of results per page, must be >= 1.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stats PeopleCENTRALSTATIONCRM_STATS_PEOPLEAcción

Tool 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

  • filterobject

    Filter criteria map in JSON-API deepObject style. E.g., {'user_id': {'equal': 42}}.

  • tag_idinteger

    Filter statistics by this tag's ID.

  • tag_namestring

    Filter statistics by this tag's name.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update CompanyCENTRALSTATIONCRM_UPDATE_COMPANYAcción

Tool 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

  • namestringObligatorio

    The company's name

  • no_logboolean

    Set to true if you don't want to generate an activity in the stream

  • user_idinteger

    Optional ID of the user responsible for the company

  • group_idinteger

    Optional ID of the group to assign the company to

  • backgroundstring

    Optional background or description of the company

  • company_idintegerObligatorio

    The unique identifier of the company to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update PersonCENTRALSTATIONCRM_UPDATE_PERSONAcción

Tool 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

  • namestring

    The person's last name (surname)

  • titlestring

    The person's job title

  • genderstring

    The person's gender

  • user_idinteger

    The ID of the user responsible for this person

  • person_idintegerObligatorio

    The unique identifier of the person to update

  • backgroundstring

    Additional background or bio information

  • first_namestring

    The person's first name

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Person AddressCENTRALSTATIONCRM_UPDATE_PERSON_ADDRESSAcción

Tool to update a specific address of a person. use after retrieving the person's addresses to modify one.

Parámetros de entrada

  • zipstring

    ZIP or postal code

  • citystringObligatorio

    City name. Either city or country_code must be provided

  • atypestringenum

    Type of address, one of work_hq, work, invoice, delivery, private or other

    work_hqworkinvoicedeliveryprivateother
  • streetstring

    The street including house number or additional info

  • primaryboolean

    Whether this is the primary address

  • person_idintegerObligatorio

    Unique identifier of the person

  • address_idintegerObligatorio

    Unique identifier of the address to update

  • state_codestring

    State or region code (e.g., NW)

  • country_codestring

    ISO 3166-1 alpha-2 country code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Person AssiCENTRALSTATIONCRM_UPDATE_PERSON_ASSIAcción

Tool 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

  • telstring

    The telephone number of the assistant.

  • namestringObligatorio

    The name of the assistant.

  • emailstring

    The email of the assistant.

  • assi_idintegerObligatorio

    Unique identifier of the assistant to update

  • primaryboolean

    Indicates if the assistant is the primary contact.

  • person_idintegerObligatorio

    Unique identifier of the person

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Person Contact DetailCENTRALSTATIONCRM_UPDATE_PERSON_CONTACT_DETAILAcción

Tool 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

  • namestringObligatorio

    The phone number or contact value.

  • atypestringObligatorio

    Phone type. One of office, office_hq, mobile, fax, private, voip, skype, other.

  • primaryboolean

    Whether this should be the primary contact detail of this type

  • visibleboolean

    Whether this contact detail is visible to other users

  • person_idintegerObligatorio

    Unique identifier of the person

  • location_idinteger

    ID of the associated location if applicable

  • contact_detail_idintegerObligatorio

    Unique identifier of the contact detail to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Person Historic EventCENTRALSTATIONCRM_UPDATE_PERSON_HISTORIC_EVENTAcción

Tool 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

  • descstring

    For atype 'other', an additional description may be provided. Ignored otherwise.

  • namestringObligatorio

    The date of the historic event in YYYY-MM-DD format.

  • atypestringObligatorioenum

    Type of the historic event. Must be one of birthday, anniversary, first_met, renewal or other.

    birthdayanniversaryfirst_metrenewalother
  • event_idintegerObligatorio

    Unique identifier of the historic event to update

  • person_idintegerObligatorio

    Unique identifier of the person

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not