← Tools Reference

Rippling

Rippling integration (Productivity, Security). Imported from open-connector.

API key4 toolshttps://rest.ripplingapis.com
GET
rippling_list_companies
List companies available to the Rippling API token.

/companies/

3 parameters
ParamTypeRequiredDescription
expandstringoptionalComma-separated Rippling expandable fields to include in the response.
order_bystringoptionalRippling sort expression such as id, created_at, or updated_at.
cursorstringoptionalCursor from the previous Rippling next_link value.
GET
rippling_list_workers
List workers available to the Rippling API token.

/workers/

4 parameters
ParamTypeRequiredDescription
filterstringoptionalRippling filter expression for worker fields.
expandstringoptionalComma-separated Rippling expandable fields to include in the response.
order_bystringoptionalRippling sort expression such as id, created_at, or updated_at.
cursorstringoptionalCursor from the previous Rippling next_link value.
GET
rippling_get_worker
Retrieve one Rippling worker by ID.

/workers/{id}/

2 parameters
ParamTypeRequiredDescription
idstringrequiredRippling worker ID.
expandstringoptionalComma-separated Rippling expandable fields to include in the response.
GET
rippling_list_departments
List departments available to the Rippling API token.

/departments/

3 parameters
ParamTypeRequiredDescription
expandstringoptionalComma-separated Rippling expandable fields to include in the response.
order_bystringoptionalRippling sort expression such as id, created_at, or updated_at.
cursorstringoptionalCursor from the previous Rippling next_link value.