December 2, 2024
API Changelog
New Endpoints
Airdrop
- Added
GET
andPOST
/airdrop.sync-units.get
to get sync units - Added
GET
andPOST
/airdrop.sync-units.history
to get sync unit history
Meetings
- Added
GET
andPOST
/meetings.count
to count meetings - Added
POST
/meetings.create
to create meetings - Added
POST
/meetings.delete
to delete meetings - Added
GET
andPOST
/meetings.get
to get meeting details - Added
GET
andPOST
/meetings.list
to list meetings - Added
POST
/meetings.update
to update meetings
Schedule Related
- Added
GET
andPOST
/org-schedules.evaluate
to evaluate schedules
Recommendations
- Added
POST
/recommendations.get-reply
to get recommendations reply
Survey
- Added
POST
/surveys.update
to update surveys
Modified Endpoints
Account Management
The following endpoints have been updated to support a new websites
property:
Authentication
New okta
enum value added for type
property in:
/dev-orgs.auth-connections.create
/dev-orgs.auth-connections.get
/dev-orgs.auth-connections.list
/dev-orgs.auth-connections.update
Schema Changes
UI schema properties updated with new fields across multiple endpoints:
- Added
is_currency_field
- Added
order
- Added
unit
This affects endpoints that handle schemas including:
Webhooks
New event types added to webhook related endpoints:
sync_history_created
sync_history_deleted
sync_history_updated
sync_unit_updated
Affects: