---
title: "August 2026 product update"
img: https://s3.us-east-2.amazonaws.com/unified-article-images/august_2026_product_update-icon.png
date: 2026-09-08T14:32:00.000Z
updated: 2026-09-08T14:51:58.832Z
tag: Product
description: "August added 211 integrations, taking the catalogue from 618 to 829. Two category APIs launched, Social Media and Performance Management. Across the unified..."
url: "https://unified.to/blog/august_2026_product_update"
---

# August 2026 product update
------
_September 8, 2026_

August added 211 integrations, taking the catalogue from 618 to 829. Two category APIs launched, Social Media and Performance Management. Across the [unified API](/technology), 2,805 enhancements shipped, including bank feed objects on 45 accounting integrations and `employee_roles` on 242.


## Unified Social Media API


The [Social Media API](/social) reads and writes posts, profiles, reviews, and engagement metrics across ten social platforms through one Social Media API.


Supported at launch: Bluesky, Facebook, Google Business Profile, Instagram, LinkedIn, Mastodon, Pinterest, Threads, Trustpilot, and Twitter.


| Object  | Purpose                                                                   |
| ------- | ------------------------------------------------------------------------- |
| Profile | An account on the platform, with its identifiers and profile fields       |
| Post    | A published item or comment, readable and, on most integrations, writable |
| Review  | A customer review attached to a business profile, carrying a reply        |
| Insight | Engagement and reach metrics for an account or a post                     |
Four objects is the design decision worth explaining. A posting integration needs Post and Profile. Adding Review and Insight is what lets an application read a business listing, respond to what customers wrote about it, and report on its reach from the same connection, rather than treating publishing and reputation as separate integrations.


The model carries three things beyond read and publish. Review has a `reply` field, so an application can respond to a review rather than only display it. Post has `parent_post_id`, which is how comments are modelled, and `scheduled_at`, so a post can be written for future publication.


Object, field, method, and webhook coverage varies by what each platform's API permits, and changes as we ship. The current matrix is on the Supported Integrations page rather than in this post.


As with every Unified API, each request is executed directly against the source API. No caching, no sync jobs, no stored records. The connection_id changes. The API calls don't.


→ [Unified Social Media API](https://unified.to/social)


## 829 integrations


The catalogue reached 829 integrations as of August 31, 2026, up from 618 on July 31. That is a net addition of 211, after [108 in July](https://unified.to/blog/july_2026_product_update).


The August changelog carries roughly 240 "new integration" entries, but some of those are existing integrations that gained a new API category rather than net-new additions. LinkedIn, Twitter, Facebook, Instagram, Pinterest, Odoo, and Rippling were all already live. The catalogue total is the number to trust.


The build-out concentrated in four places.


**Regional accounting**, now 168 integrations. Most of August's additions dominate a single country rather than the global market: DATEV and HR WORKS in Germany, Cegid Loop, Cegid Quadra, Evoliz, Axonaut, Sellsy, Pennylane, Qonto, and Divalto in France, Sage 200 Sales and Horus in Spain and Belgium, WinBooks on Web and Yuki in Belgium and the Netherlands, SnelStart and Twinfield in the Netherlands, Fortnox and Procountor in the Nordics, Acomba GO in Canada, and Wafeq across the Gulf. A German or French customer evaluating a unified API does not care that you support NetSuite if you do not support DATEV or Cegid.


**Regional e-commerce and marketplaces**, now 130 integrations, on the same logic: Allegro in Poland, OTTO Market and Kaufland in Germany, Cdiscount in France, Zalando across Europe, bol.com in the Benelux, Coupang in Korea, Flipkart in India, Lazada and Shopee across Southeast Asia, Salla and Zid in the Gulf, Tiendanube and Mercado Libre in Latin America, plus Faire, Newegg, Big Cartel, Ecwid, VTEX, and commercetools. Point of sale and restaurant platforms arrived alongside them, including Toast, Clover, PAR Brink POS, Revel Systems, four Lightspeed product lines, MplusKASSA, Zettle, and TheFork.


**Long-tail ATS**, now 141 integrations, adding Apploi, Arcoro, BrightMove, Cegid Recruiting, concludis, Coveto, GR8 People, Heyrecruit, HireBridge, Invenias, JobElephant, Oleeo, Oracle HCM, Radancy Employee Referrals, ReachMee, Resume-Library, SmartSearch, Spark Hire, Spott, Talkpush, TempWorks, and Ceridian Dayforce.


**Assessments**, now 17 integrations, from two directions: assessment-ordering endpoints provided by ATS platforms themselves (ATS Anywhere, JobAdder, Paylocity, SmartRecruiters, Teamtailor) and the assessment vendors (Berke, PSI, Test Partnership, The Predictive Index, Wonderlic), with AssessFirst, Glider, and Harver on the ATS side. Verifications also grew, with Zinc and Harver.


## ERP and POS coverage pages


We published coverage pages for ERP and for point of sale in August. Neither is a new API category, and that is the point.


An ERP is a suite, so [its data belongs to several categories at once](https://unified.to/blog/erp_api_integration_cross_category_financial_hr_and_operations_data_across_platforms). NetSuite holds a general ledger. It also holds employee records, purchase orders, inventory, and shipments. Modelling that as a single "ERP API" would mean inventing a schema that matches no other integration, so we don't. The ledger is served through the [Accounting API](/accounting), people and org structure through HR & Directory, catalogue and stock through E-Commerce, fulfillment through Shipping, and money movement through Payments. One authorization carries every category the integration supports, on the same connection ID.


The integrations spanning those five APIs include SAP S/4HANA Cloud, Microsoft Dynamics 365 Business Central, Acumatica, Oracle Fusion ERP, Sage Intacct, and Epicor Kinetic. An invoice your application creates exists in the customer's ERP when your request returns, so a report run that afternoon reflects it.


Point of sale works the same way. A POS platform sits at the intersection of the sale, the money, the catalogue, and the staff. The sale is served through Accounting, the tender through Payments, items and stock through E-Commerce, and the time clock through HR & Directory. One authorized connection to Clover or Toast carries every category that platform supports, so a receipt gets an accounting-grade model and a clock-in gets an HR-grade one. Covered platforms include Clover, Square, Toast, PAR Brink POS, Revel Systems, and the Lightspeed product lines. Live counts are on the coverage pages.


This is the practical argument for category breadth. A vendor with a narrow catalogue can support NetSuite's ledger. Supporting NetSuite's ledger, its employee records, its purchase orders, its inventory, and its shipments through one connection requires having built all five APIs first.


→ [ERP integrations](https://unified.to/erp)
→ [POS integrations](https://unified.to/pos)


## Bank feeds across 45 accounting integrations


On August 13 we added two objects, Bankfeedaccount and Bankfeedtransaction, across 45 accounting, banking, and payment integrations in a single pass. Bankfeedaccount landed on 44 of them, Bankfeedtransaction on 19, and 27 shipped with created and updated virtual webhooks on the new objects.


An application that reads invoices and bills but cannot read the bank transactions that settle them can report on what a business intended, not what happened.


Integrations with bank feed objects: AccountsIQ, Acomba GO, Amazon Seller Central, Axonaut, Bill.com, Brex, Brightpearl, Campfire, Cegid Loop, Clear Books, DualEntry, Exact Online, FreeAgent, Holded, Intuit Enterprise Suite, KashFlow, Kashoo, Mambu, Microsoft Dynamics 365 Business Central, Moneybird, MYOB, NetSuite, Odoo, Pennylane, Procountor, QuickBooks, QuickBooks Desktop, Ramp, Restaurant365, Rillet, Sage 200 Standard and Professional, Sage Accounting, Sage Intacct, SnelStart, Spiris, SquareUp, Stripe, Unit4 ERPx, Visma eAccounting, Visma Netvisor, Visma.net ERP, Wafeq, Wave, Xero, and Zoho Books.


Odoo picked up the widest coverage in the same pass, adding Bankfeedaccount, Bankfeedtransaction, Item, Itemvariant, Collection, Inventory, Location, and Payment with full method coverage and webhooks.


## Payment terms as a first-class object


July made `payment_terms` a readable field across nine accounting integrations. August made payment terms an object, which is the difference between an application knowing an invoice says Net 30 and being able to resolve that value, list the terms a customer's ledger actually uses, and write an invoice against one.


| Shipped in August         | Integrations                                                                                                                                           |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Paymentterm object        | Xero, QuickBooks, QuickBooks Desktop, Intuit Enterprise Suite, NetSuite, Sage Intacct, Microsoft Dynamics 365 Business Central, Odoo, Workday (Legacy) |
| `paymentterm_id` readable | The nine above plus Workday                                                                                                                            |
| `paymentterm_id` writable | Xero, QuickBooks, QuickBooks Desktop, Intuit Enterprise Suite, NetSuite, Sage Intacct, Microsoft Dynamics 365 Business Central, Odoo                   |
Most of the nine shipped with created and updated virtual webhooks on Paymentterm. `extended_notes` was added as a readable and writable field on Invoice and Bill across Xero, QuickBooks, and Intuit Enterprise Suite in the same period, and readable on Chargebee.


## Shipment and Tracking


On August 17 we added Shipment and Tracking objects across twelve commerce and ERP integrations: Acumatica, BigCommerce, Brightpearl, eBay, Etsy, Microsoft Dynamics 365 Business Central, Picqer, SAP S/4HANA Cloud, Shopify, Squarespace, SquareUp, and Wix. Ten received both objects; SAP S/4HANA Cloud and Microsoft Dynamics 365 Business Central received Shipment.


Shopify shipped with created and updated native webhooks on both. Acumatica, Picqer, SAP S/4HANA Cloud, and Microsoft Dynamics 365 Business Central shipped with virtual webhooks.


A Salesorder object tells an application what a customer bought. [Shipment and Tracking](https://unified.to/blog/shipping_api_integration_labels_rates_tracking_and_fulfillment_data_across_carriers) tell it where the order is, which is the question a support queue actually receives.


## `employee_roles` across 242 integrations


The widest single field pass of the month added `employee_roles` as a readable field on the Employee object across 242 integrations on August 10.


The Employee object appears in far more integrations than the HR & Directory category alone, because most business platforms carry a user directory. With role data in the same shape across all 242, an application filtering by role writes one filter instead of a mapping table with 242 rows. Coverage runs from the HR platforms themselves through ATS, accounting, call centre, messaging, repository, and device management integrations.


## Attendance, time, and taxonomy


An Attendance object shipped on 19 integrations across HR and point of sale: BambooHR, Cezanne HR, Ceridian Dayforce, Clover, Connecteam, FactorialHR, FreeAgent, Harvest, Hirebee, Intuit GoCo, Lightspeed Restaurant (K-Series), PAR Brink POS, PeopleHR, Payworks, QuickBooks Desktop, SquareUp, Team Software, Toast, and Trinet Zenefits.


Attendance in a restaurant point of sale and attendance in an HRIS are the same object for an application calculating labour cost. They have not historically been the same object for an integration layer.


Timeshift coverage expanded to ADP Workforce Now, Ceridian Dayforce, and UKG Ready. The `hris_taxonomy` object, launched in July on ESCO, Lightcast, and O*NET, extended to BambooHR, Ceridian Dayforce, Freshteam, and Workday (Legacy), so the reference set and the records that use it now come from the same API.


On Timeoff, `original_type` became readable across BambooHR, ELMO, FactorialHR, Freshteam, HiBob, Workday, and Xero, alongside `duration` and `duration_type` on BambooHR and HiBob. `original_type` preserves the source platform's own label next to the unified value, which is what an application needs when it has to show a user the term their HR team uses.


## Performance Management API


The Performance Management API launched on August 13 covering goals, cycles, reviews, and feedback across 15Five, BambooHR, Engagedly, HiBob, and Lattice.


| Object   | Purpose                                                            | Methods                      |
| -------- | ------------------------------------------------------------------ | ---------------------------- |
| Cycle    | A review period, with its dates and state                          | Read                         |
| Review   | A performance review, with ratings, reviewer comments, and answers | Read                         |
| Goal     | A goal or objective, with milestones and progress                  | Read, create, update, remove |
| Feedback | Feedback attached to an employee                                   | Read, create                 |
Review cycles, competencies, and rating scales differ more between HR platforms than payroll fields do, which is why this domain has been slow to unify. Shipping Cycle as its own object is what makes the rest addressable: a review belongs to a cycle, and without the cycle an application cannot tell a current review from a two-year-old one.


Which objects each integration supports is on the Supported Integrations page, and grows as we ship.


→ [Unified Performance Management API](https://unified.to/performance)


## Virtual webhook improvements


We reworked virtual webhook logic in August. [Virtual webhooks](https://unified.to/blog/what_are_virtual_webhooks_how_they_differ_from_sync_based_webhooks) account for the majority of both API calls and server infrastructure on Unified.to.


The change lowered the total number of monthly API calls our customers perform, and synchronizations of historical data now run without added latency. An integration layer that gets faster while making fewer calls is doing less work per unit of data, which is the correct direction for infrastructure customers pay for by volume.


## Integrations added or expanded in August


The entries below include a small number of existing integrations that gained a new API category.


**Accounting.** AccountsIQ, Acomba GO, Alegra, Axonaut, Billomat, Bridge, Brightpearl, Cegid Loop, Cegid Quadra, Clear Books, Coupa, DATEV, Deskera Books, Divalto, Evoliz, Float Financial, Fortnox, Harvest, Horus, Intuit Enterprise Suite, KashFlow, Loop, Navan, Odoo, Oracle Fusion ERP, Oracle JD Edwards EnterpriseOne, Oracle Utilities Customer Care and Billing, Oracle Utilities Customer Cloud Service, Plaid, Procountor, Qonto, QuickFile, Rosnet, Sage 200 Sales (Spain), Sage 200 Standard and Professional, Sage X3, Sellsy, SnelStart, Twinfield, Wafeq, WinBooks on Web, Yuki, Yuki Webservices, ZipBooks


**E-Commerce.** Alibaba.com, Allegro, Big Cartel, bol.com, Cdiscount, Cegid Revo Retail, Cegid Revo Xef, Clover, commercetools, Coupang, Ecwid (Lightspeed), Facebook Marketplace, Faire, Flipkart, Fülle, Kaufland, Lazada, LEO2, Lightspeed eCom (C-Series), Lightspeed POS (X-Series), Lightspeed Retail R-Series, LivePepper, MplusKASSA, Newegg, Numier, OTTO Market, PAR Brink POS, Picqer, Popina, Revel Systems, Salla, SAP Commerce Cloud, Shoplazza, Shopware, TheFork, Tiendanube, Vivonet, VTEX, Webflow, Zalando, Zettle, Zid


**HR & Directory.** Achievers, Beeline, Cegid HR, ChartHop, Clear Company, CrowdStrike Falcon, Darwinbox, Eurécia, Folks HR, Grafana, HR WORKS, Invenias, Keka, Kenjo, Keycloak, Microsoft Power BI, Multiplier, OneLogin, People First, Peoplebox, Proliant, QuickBooks Time, QuickBooks Workforce, Ceridian Dayforce, Rippling, Sage People, Toast, WorkTango, WorkWave Route Manager, Zenoti


**ATS.** Apploi, Arcoro, AssessFirst, BrightMove, Cegid Recruiting, concludis, Coveto, Glider, GR8 People, Harver, Heyrecruit, HireBridge, JobElephant, Oleeo, Oracle HCM, Radancy Employee Referrals, ReachMee, Resume-Library, SmartSearch, Spark Hire, Spott, Talkpush, TempWorks


**CRM.** Act!, Cegid Retail, Creatio, Google Places API, HoneyBook, Method, Oracle Sales, Planhat, Pronto Xi, Redtail CRM, RolePoint, Sage Construction Management, SAP Ariba, TeamLeader


**E-Signature.** Anvil, BoldSign, Conga Sign, GetAccept, Oneflow, OneSpan, Signaturely, SignNow, SignRequest, Xodo Sign, Yousign, Zoho Sign


**Learning Management.** 360Learning, Blackboard Learn, Docebo, Learn365, Litmos, Microsoft Viva Learning, Moodle, OpenSesame, TalentLMS, Thrive Learning, Wisetail


**Assessments.** ATS Anywhere Assessment, Berke Assessment, JobAdder Assessment, Paylocity Assessment, PSI, SmartRecruiters Assessment, Teamtailor Assessment, Test Partnership, The Predictive Index, Wonderlic


**Marketing.** Act-On, Braze, Campaign Monitor, Flexmail, HeyReach, Kit, Marketo, Microsoft Dynamics 365 Customer Insights - Journeys


**Social Media.** Bluesky, Google Business Profile, LinkedIn, Mastodon, Pinterest, Trustpilot, Twitter


**Call Center.** 3CX (CRM / call journaling), Cloudtalk.io, Dialpad, Ooma Office, Xelion


**Tasks.** Float, Google Tasks, Microsoft To Do, Perforce Helix Swarm, Plane


**File Storage.** Azure Blob Storage, Google Photos, Highspot, Hygraph


**Ticketing.** Freshservice, Front, NinjaOne


**Datastore.** Kintone, Microsoft Excel, Microsoft Lists


**Forms.** Jotform, Microsoft Forms, Pera


**Calendar & Meetings.** Fellow, Microsoft Bookings


**Payments.** Helcim, Paytm


**SAML SSO Authentication.** Auth0, miniOrange


**Messaging.** Facebook Messenger, Roam


**Clubs.** Garmin, Xert


**Other.** Baidu AI Cloud (Generative AI), journy.io (Customer Data Platform), Microsoft Clarity (Analytics), Seismic (Knowledge Management), Spokeo (Enrichment), Zinc (Verifications)


## Other enhancements

- **Commerce orders.** `tax_amount`, `subtotal_amount`, `discount_amount`, and `order_number` added as readable fields on Salesorder across 23 commerce integrations, including Shopify, Squarespace, Wix, Etsy, eBay, Amazon Seller Central, bol.com, Lazada, Shopee, TikTok Shop, PrestaShop, and the Lightspeed and Toast product lines. Restaurant and POS integrations also return `tip_amount`, `service_charge_amount`, `guest_count`, `employee_user_id`, `device_id`, and `fulfillment_type` where the source supports them.
- **Payment detail.** `tender_type`, `status`, `fee_amount`, `card_last4`, and `card_brand` on Payment across Stripe, SquareUp, Mollie, Lightspeed Restaurant (K-Series), and GoCardless.
- **Item pricing.** `prices` and `global_code` readable on Item across Zoho Books, Xero, SquareUp, Squarespace, Bold Commerce, Holded, Pennylane, Bill.com, Walmart, WooCommerce, Acomba GO, and both yotpo integrations, with `total_stock` on a subset. `prices` is writable on yotpo, Pennylane, and Bill.com.
- **Call recording attribution.** `contacts` readable on Recording across 18 call centre and revenue intelligence integrations, including AirCall.io, Dialpad, Gladly, Gong, HubSpot, JustCall, Kixie, Outreach.io, Ring Central, Ringover, Salesloft, and Zoom Phone. HubSpot also returns `contacts` on Call, plus `end_at` and `call_id` on Recording.
- **Message threading.** `message_thread_identifier` writable on Message across Gmail, Google, Microsoft Outlook, Slack, Slack (bot), WhatsApp, and Zoho Mail. `channels` readable on Message across Circle.so, freshdesk, IMAP, LinkedIn, Ring Central, and Webex.
- **Accounting attachments and reporting.** Xero and QuickBooks added Project, Quote, Agedreceivable, and Agedpayable, with full method coverage on Quote and Project. Project also shipped on NetSuite, Sage Intacct, Streamtime, and Team Software. FreeAgent added sixteen objects in one pass, including Balancesheet, Cashflow, Profitloss, Trialbalance, Journal, Creditmemo, Transaction, Taxrate, and Timeshift.
- **New objects and method coverage.** Etsy added Item, Collection, Salesorder, and Payment. Toast added twelve objects spanning HR, accounting, payments, and commerce. Dialpad added Message, Channel, Company, Recording, and Metadata with native webhooks on Message. DATEV added Employee, Company, Group, Timeoff, Payslip, and Deduction. Ceridian Dayforce added Location, Attendance, Timeshift, Timeoff, and Taxonomy. Personio added Activity, Applicationstatus, Benefit, and Deduction, plus native webhooks on Document.
- **Event delivery.** Created and updated webhook coverage expanded across accounting, ATS, HR, CRM, learning, and repository integrations, including bank feed objects on 27 accounting integrations, Paymentterm on eight, Branch on all three GitHub integrations, Candidate native webhooks on Greenhouse, Fountain, and Applicant Stack, and Contact and Invoice native webhooks on QuickBooks.
- **Pagination.** `slow_fields` support expanded across Zoho Books, Sage HR, Humi, Spott, Pinpoint, Dialpad, Manatal, and Rev Sport. `updated_gte` and virtual webhook variants added across Linear, Freshbooks, Okta, JobAdder, Keap, Holded, HighLevel, Clover, Carerix, SmartSearch, Shopee, and the GitHub integrations. Sage Intacct added `org_id` and its virtual webhook variant across seventeen objects, which is what multi-entity customers need to page one entity at a time. Box and Dropbox added `fulltext` search on File.

Bank feeds landed on forty-five accounting integrations in one pass rather than five at a time. Payment terms went from a readable string to a resolvable object. `employee_roles` landed on 242 integrations at once. Each is the same decision: make the field or object available everywhere it applies, in the same shape, so an application stops writing per-vendor logic.


→ [Start your 30-day free trial](https://app.unified.to/login) 


→ [Book a demo](https://calendly.com/d/cph9-g8n-jzg/connect-with-unified)


## Author


Written for Unified.to by Mallory Greene


About the author: Mallory Greene is a writer specializing in generative engine optimization (GEO) and content, through her practice Search Everywhere. She covers integration infrastructure and technical content across Unified.to's technical content library. Based in Toronto.