Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rippling Webhooks API

Subscribe to Rippling events (employee created/updated/terminated, time-off approved, payroll finalized, device assigned) for near real-time downstream integration.

Rippling Webhooks API is one of 22 APIs that Rippling publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

Tagged areas include Webhooks and Events. The published artifact set on APIs.io includes API documentation and an AsyncAPI specification.

This event API exposes 1 operation across 1 channel, and defines 22 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.

The API connects through a single server, {webhookUrl} (https).

1 operations 1 channels 22 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0.0
Server
{webhookUrl} (https)
License
Proprietary
Resource Areas
1

Channels & Operations 1

Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.

Channels 1
PUB
/
Receive a partner webhook event from Rippling
receiveRipplingPartnerEvent body

Messages & Schemas 22

The contract defines 22 schemas that model the data carried by its messages. The most detailed is BaseEventPayload (4 properties). Each schema is shown below with its type and property counts.

EmployeeCreated
message
Sent when an employee has been provisioned access to the partner app in Rippling. Recommended event for user-management integrations.
EmployeeUpdated
message
Sent when an employee already provisioned to the partner app has information changed or updated on the employee object.
EmployeeDeleted
message
Sent when an employee has had their access removed from the partner app in Rippling, whether through termination, access-rule changes, or manual admin removal.…
EmployeeHired
message
Sent when an employee has been hired into a company in Rippling. A hired employee is not necessarily provisioned to the partner app — that depends on the confi…
EmployeeTerminated
message
Sent when an employee has been terminated from a company in Rippling.
GroupCreated
message
Sent when a group has been created in the customer's Rippling tenant.
GroupUpdated
message
Sent when a group has been updated in the customer's Rippling tenant.
GroupDeleted
message
Sent when a group has been deleted in the customer's Rippling tenant.
CompanyUpdated
message
Sent when company-level information has been updated in Rippling.
CompanyDeleted
message
Sent when a Rippling customer has uninstalled the partner app. The id field equals the companyid in this case.
CustomInfoFieldCreated
message
Sent when a new custom info field has been created in the customer's Rippling tenant.
CustomInfoFieldUpdated
message
Sent when a custom info field has been updated in the customer's Rippling tenant.
CustomInfoFieldDeleted
message
Sent when a custom info field has been deleted in the customer's Rippling tenant.
FourOhOneKDeductionsUpdated
message
Sent when 401(k) deduction information has been updated in the customer's Rippling tenant.
LeaveRequestCreated
message
Sent when a leave request has been created, regardless of status. Fires for pre-approved admin-created requests and for pending employee requests alike.
LeaveRequestUpdated
message
Sent when a leave request has been updated. Updates include changes to startDate, endDate, numMinutes, startDateStartTime, endDateEndTime, or status.
LeaveRequestDeleted
message
Sent when a leave request has been deleted or cancelled, regardless of prior status, whether by admin or employee.
BaseEventPayload
object
Form-encoded base payload shared by every Rippling partner webhook delivery. Rippling POSTs application/x-www-form-urlencoded parameters — fields listed below…
4 properties 3 required
EmployeeEventPayload
object
GroupEventPayload
object
CompanyEventPayload
object
LeaveRequestEventPayload
object

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

rippling-webhooks-asyncapi.yml Raw ↑

Other APIs Rippling publishes across the network.

Rippling Platform API
Rippling Employees API
Rippling Companies API
Rippling Departments API
Rippling Teams API
Rippling Work Locations API
Rippling Payroll API
Rippling Time Off API
Rippling Time Tracking API
Rippling Benefits API
Rippling Expenses API
Rippling Corporate Cards API