Changelog

Learn about Merge's latest integrations and features

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
🏆     CRM
  • Added support for archived users on GET /users for Hubspot
🏠     HRIS
🎟️     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

👨‍💻

SDK Updates