
View All Changelogs
December 10, 2024
Week 2, December 2024
Merge supports idempotency for accounting integrations
With idempotency, Merge allows you to safely retry POST requests without creating duplicate records. This allows for more resilient, scalable integrations, minimizing duplicate requests and supporting asynchronous processing for heavier tasks.
How it works:
- Use an idempotency key with each POST request
- If the same key is reused within 24 hours, no new request is processed — instead, the original response is returned instantly
You can learn more here. This feature currently is in beta so please reach out to your account representative or contact us for more information.
Improvements
Accounting
- Added integration parameter to support to linking attachments to bills for POST /attachments for Quickbooks Online
- Enhanced POST /invoices line items with remote fields for Netsuite
ATS
- Added support for GET /applications, GET /jobs, GET /job-interview-stages for Gem
- Enhanced error messaging for GET /candidates for Bullhorn
- Enhanced error handling for GET /attachments for Bullhorn
CRM
- Added support for archived users on GET /users for Hubspot
HRIS
- Added performance enhancements on GET /timesheet-entries for Personio
- Added support for “country” selective sync filter on GET /employees for Workday
- Enhanced “remote_data” on GET /locations for UKG Pro
Ticketing
- Added support for German enum values for “status” on GET /tickets for Jira Service Cloud
- Enhanced authentication and linking for Teamwork
- Added support for GET /roles and “roles” on GET /users for Basecamp, Github Issues, Help Scout, Intercom, ServiceNow, and Zoho Desk
- Enhanced sync performance for GET /comments for Zendesk
Merge Link & Dashboard
- UI / UX enhancements for Field Mapping pages
- UI / UX enhancements for Linked Account and Linked Account detail pages
- General UI / UX enhancements across Dashboard
- Improvements to duplicate Linked Account detection and handling
SDK Updates
- Advanced Node v1.1.1