← Tools Reference

CentralStationCRM

CentralStationCRM integration (Marketing, Productivity). Imported from open-connector.

API key19 toolshttps://{account}.centralstationcrm.net/api
GET
central_station_crm_get_user
Get the current CentralStationCRM API user.

/user

GET
central_station_crm_list_people
List people in CentralStationCRM with optional paging and tag filters.

/people

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
orderstringoptionalThe CentralStationCRM order expression to apply.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
tag_idintegeroptionalThe CentralStationCRM numeric record identifier.
tag_namestringoptionalThe CentralStationCRM tag name to filter by.
GET
central_station_crm_search_people
Search CentralStationCRM people by documented search fields.

/people/search

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
namestringoptionalThe person name search term.
first_namestringoptionalThe first name search term.
emailstringoptionalThe email search term.
phonestringoptionalThe phone search term.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
GET
central_station_crm_get_person
Get one CentralStationCRM person by identifier.

/people/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
inputstringrequiredPath parameter: input
POST
central_station_crm_create_person
Create a person in CentralStationCRM.

/people

4 parameters
ParamTypeRequiredDescription
personobjectrequiredThe CentralStationCRM person payload.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
PUT
central_station_crm_update_person
Update a person in CentralStationCRM.

/people/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
personobjectrequiredThe CentralStationCRM person payload.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input
DELETE
central_station_crm_delete_person
Delete a person from CentralStationCRM.

/people/{input}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input
GET
central_station_crm_list_companies
List companies in CentralStationCRM with optional paging and tag filters.

/companies

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
orderstringoptionalThe CentralStationCRM order expression to apply.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
tag_idintegeroptionalThe CentralStationCRM numeric record identifier.
tag_namestringoptionalThe CentralStationCRM tag name to filter by.
GET
central_station_crm_search_companies
Search CentralStationCRM companies by documented search fields.

/companies/search

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
namestringoptionalThe company name search term.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
GET
central_station_crm_get_company
Get one CentralStationCRM company by identifier.

/companies/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
inputstringrequiredPath parameter: input
POST
central_station_crm_create_company
Create a company in CentralStationCRM.

/companies

4 parameters
ParamTypeRequiredDescription
companyobjectrequiredThe CentralStationCRM company payload.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
PUT
central_station_crm_update_company
Update a company in CentralStationCRM.

/companies/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
companyobjectrequiredThe CentralStationCRM company payload.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input
DELETE
central_station_crm_delete_company
Delete a company from CentralStationCRM.

/companies/{input}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input
GET
central_station_crm_list_deals
List deals in CentralStationCRM with optional paging and tag filters.

/deals

7 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
orderstringoptionalThe CentralStationCRM order expression to apply.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
tag_idintegeroptionalThe CentralStationCRM numeric record identifier.
tag_namestringoptionalThe CentralStationCRM tag name to filter by.
GET
central_station_crm_search_deals
Search CentralStationCRM deals by documented search fields.

/deals/search

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based CentralStationCRM result page to fetch.
perpageintegeroptionalThe maximum number of CentralStationCRM records to fetch.
namestringoptionalThe deal name search term.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
GET
central_station_crm_get_deal
Get one CentralStationCRM deal by identifier.

/deals/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
inputstringrequiredPath parameter: input
POST
central_station_crm_create_deal
Create a deal in CentralStationCRM.

/deals

4 parameters
ParamTypeRequiredDescription
dealobjectrequiredThe CentralStationCRM deal payload.
includesstringoptionalComma-separated CentralStationCRM includes parameter.
methodsstringoptionalComma-separated CentralStationCRM methods parameter.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
PUT
central_station_crm_update_deal
Update a deal in CentralStationCRM.

/deals/{input}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
dealobjectrequiredThe CentralStationCRM deal payload.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input
DELETE
central_station_crm_delete_deal
Delete a deal from CentralStationCRM.

/deals/{input}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe CentralStationCRM numeric record identifier.
no_logbooleanoptionalWhether CentralStationCRM should skip creating a protocol log.
inputstringrequiredPath parameter: input