August 2023 Summaries
27 posts from Merge
Filter
Month:
Year:
Post Summaries
Back to Blog
Merge's guide explains how to utilize the Ashby API to efficiently retrieve candidate data using a Python script, which involves encoding the API key in Base64 and preparing necessary request headers. The process requires hitting the Ashby API endpoint repeatedly to gather all candidate information, using a cursor to manage data pagination. The guide also highlights the value of these APIs in allowing developers to access and manage data within Ashby, an applicant tracking system that aids recruitment teams in handling job applications and managing candidate life cycles. Additionally, it introduces Merge's Unified API, which enables seamless integration with Ashby and other applicant tracking systems like Lever and Greenhouse, thereby enhancing product capabilities and data synchronization with minimal friction. Jon Gitlin, the Senior Content Marketing Manager at Merge, shares his insights on integration platforms and the broader potential of Merge's solutions beyond just being an API product, emphasizing its role in managing customer integrations comprehensively.
Aug 31, 2023
908 words in the original blog post.
Moneybird is an accounting solution designed for small and medium-sized businesses, enabling users to manage invoices, analyze financials, and streamline payment processes. The blog post outlines how to retrieve sales invoices from Moneybird using a Python script that employs token-based authentication for secure API access. It highlights the importance of syncing sales invoices with tools like CRM and BI platforms to keep customer-facing employees informed and uncover market insights. Additionally, the post introduces Merge's Unified API platform, which facilitates broader accounting integrations beyond Moneybird, allowing businesses to connect with other systems like Sage Intacct, NetSuite, and Freshbooks. Merge also offers a platform to manage customer integrations, enhancing the ability to meet diverse financial data needs efficiently.
Aug 31, 2023
1,200 words in the original blog post.
The text discusses the concept of embedded integration platform as a service (iPaaS), a third-party solution that enables companies to build and maintain customer-facing integrations between their products and other applications. It compares embedded iPaaS to traditional iPaaS, which is used for internal integrations, and highlights the benefits and challenges of using embedded iPaaS solutions. The text examines various vendors, such as Workato, Tray.io, Cyclr, and Paragon, detailing their offerings, strengths, and weaknesses. It also compares embedded iPaaS to other integration tools like integration marketplace as a service (iMaaS) and unified API platforms, noting that the latter can address scalability and efficiency issues. The narrative subtly promotes Merge, a leading unified API platform, as a superior alternative for managing and scaling integrations efficiently, offering advanced features and comprehensive integration management capabilities.
Aug 30, 2023
2,506 words in the original blog post.
Merge's content explores the differences between polling and webhooks, two methods for retrieving data in applications. Polling involves making repeated API calls to check for data updates, offering availability and flexibility, but lacking real-time capabilities and often being wasteful and unadaptable. Webhooks, on the other hand, notify an application of events as they occur, providing real-time data and cost-effectiveness, despite potential reliability issues and limited functionality. The article suggests using webhooks for scenarios requiring extremely fresh data with infrequent updates, while polling is recommended when frequent updates are needed and webhooks are unsupported. Merge's Unified API platform helps streamline the integration process by allowing easy configuration of both methods, simplifying various integration tasks and enabling scalable integrations.
Aug 28, 2023
1,277 words in the original blog post.
Pipedrive is a CRM platform that facilitates tracking client interactions, organizing contacts, and optimizing sales data. The platform's API allows users to extract task data, which can be synchronized with tools like Slack for enhanced visibility or ticketing systems for issue resolution. Authentication via an API token is necessary for accessing Pipedrive's data, and a looping script can retrieve tasks in batches. Merge provides a Unified API to connect multiple CRM systems, including Pipedrive, enabling users to offer diverse integrations while focusing on their main product. Beyond its Unified API, Merge is an integration platform designed to manage customer integrations, supported by insights from Jon Gitlin, a Senior Content Marketing Manager with experience in integration and automation.
Aug 28, 2023
888 words in the original blog post.
Merge's Unified API allows companies to integrate with various ticketing systems, enabling them to access and manage ticket-related data and actions within their products. The definition of a ticket API is any API endpoint that lets you create, read, update, or delete a ticket, along with certain associated fields, in a specific application. Several notable ticketing platforms offer APIs worth building to, including Jira Service Management, GitHub, Zendesk, ServiceNow, and Freshdesk, which are used by thousands of companies worldwide to manage customer tickets and internal requests. By integrating with these ticketing systems through Merge's Unified API, companies can bypass technical complexities and connect to over 20 ticketing apps, providing the necessary ticketing data across integrations through a comprehensive common model. This integration enables businesses to add meaningful insights to their products, such as business intelligence platforms, customer relationship management platforms, and human resources information systems, ultimately enhancing their customers' experience.
Aug 27, 2023
1,171 words in the original blog post.
The text discusses the options for implementing integrations within an organization, focusing on the decision between native and third-party solutions. Native integrations, maintained by in-house engineers, offer benefits such as avoiding third-party costs, meeting specific requirements, and providing complete control over performance. However, they may pose challenges like scaling difficulties, inefficient use of engineering resources, and maintenance burdens. On the other hand, third-party solutions, such as Merge's unified API platform, offer scalable integration capabilities across various software categories without the need for building each integration individually. The text emphasizes the importance of evaluating both approaches based on an organization’s unique needs and resources, ultimately highlighting Merge as a leading unified API solution that facilitates integration management with comprehensive features and governance controls.
Aug 22, 2023
1,784 words in the original blog post.
Merge's unified API simplifies the integration of applicant tracking systems (ATS), such as BambooHR, with other software programs, enabling companies to efficiently manage and update job postings in real-time. The tutorial provides a step-by-step guide for using Python, Merge account credentials, and the MergePythonClient library to retrieve job data from BambooHR and export it to a CSV file. This integration allows users to filter jobs by status and can be adapted for other ATS and HRIS tools supported by Merge, such as Greenhouse and Sage HR. The process involves setting up a Merge account, configuring authentication, and using specific Python scripts to fetch and handle job data, demonstrating the versatility of Merge's platform in managing customer integrations across various systems like HR, payroll, CRM, and accounting.
Aug 22, 2023
1,591 words in the original blog post.
The text provides an overview of how to use Greenhouse's API to fetch candidate data using a Python script, emphasizing the use of basic authentication and HTTPS for secure data access. It outlines the process of setting up the script, including configuring authentication with a Base64 encoded API key, setting headers, defining the API endpoint, and iterating through pages of data to collect candidate information. Additionally, the text highlights Merge's Unified API as a solution for integrating with multiple ATS platforms, streamlining the integration process, and enhancing market reach. Jon Gitlin, the Senior Content Marketing Manager at Merge, is noted for his experience in the integration and automation space, and the text concludes with a mention of Merge's platform capabilities in managing customer integrations.
Aug 21, 2023
1,047 words in the original blog post.
Customer-facing integrations are essential for businesses to differentiate their products and enhance client retention. The decision between building native integrations in-house or using third-party solutions involves evaluating the pros and cons of each method. Native integrations, which are developed and maintained internally, offer control over security and legal risks but demand significant time and effort, potentially overburdening developers and hindering scalability. Conversely, third-party integrations, including platforms like Merge, provide scalability and allow engineers to focus on core tasks, though they may require technical expertise and pose data privacy concerns. Ultimately, the choice depends on the specific needs and resources of the organization, with third-party solutions being ideal for quickly implementing numerous integrations, while native solutions suit situations with fewer, simpler integration requirements. Merge’s Unified API platform exemplifies a third-party solution that facilitates extensive customer-facing integrations with a single API build, offering features that streamline integration management and issue resolution.
Aug 18, 2023
1,265 words in the original blog post.
The text discusses the challenges and options available for building integrations with NetSuite, a widely used enterprise resource planning (ERP) software, emphasizing the difficulty of finding a free solution. It outlines the different categories of integration platforms, including embedded integration platform as a service (iPaaS), integration marketplace as a service (iMaaS), and unified application programming interface (API) platforms. Most platforms do not offer free NetSuite integrations, typically providing only limited-time trials or requiring paid subscriptions. However, Merge, a unified API solution, stands out by offering a free integration with NetSuite within its Launch plan. The text also highlights Merge's broader capabilities as a platform for managing customer integrations, providing a solution not just for NetSuite but for numerous other applications as well.
Aug 17, 2023
797 words in the original blog post.
The text discusses the benefits and functionalities of using Merge's Unified API platform for integrating with CRM systems like Pipedrive. It explains how API integrations can enhance the value of both a company's product and its clients' CRM solutions by allowing seamless data synchronization, such as adding, editing, or deleting leads. The document outlines various API operations, such as GET, POST, PATCH, and DELETE, to manage lead data effectively. It highlights Merge's capability to simplify integration processes by providing access to over 20 CRM platforms through a single unified API, thus reducing the complexity and workload for engineering teams. The text also emphasizes Merge's additional features for managing customer integrations and troubleshooting, ultimately positioning Merge as a comprehensive solution for CRM integration needs.
Aug 16, 2023
1,064 words in the original blog post.
CRM API integration is a crucial process that involves connecting various applications or products with CRM systems to synchronize data related to opportunities, contacts, and other aspects. This integration allows businesses to automate workflows, improve data accuracy, and enhance the efficiency of go-to-market teams by preventing errors associated with manual data entry. The integration can be achieved using different tools such as RPA, iPaaS, or Unified APIs, each offering distinct advantages and challenges. Merge's Unified API platform provides a comprehensive solution by offering multiple CRM integrations through a single API, supporting popular platforms like Salesforce and HubSpot, and enabling efficient data synchronization. However, CRM API integration presents challenges, including resource management and scalability, which can be addressed by leveraging platforms like Merge that simplify integration processes and offer robust management tools to diagnose and resolve issues automatically.
Aug 15, 2023
2,938 words in the original blog post.
The text discusses the importance and challenges of integrating enterprise resource planning (ERP) systems with other software products, primarily through application programming interfaces (APIs). It highlights the role of Merge, a leading unified API platform, in facilitating these integrations by allowing the synchronization of data between ERP systems and other applications such as CRMs, business intelligence platforms, and file storage solutions. The integration of ERP systems is beneficial for enhancing customer experiences, providing competitive advantages, and expanding market reach, but it also presents scalability and troubleshooting challenges. The text outlines best practices for successful ERP API integration, such as prioritizing integration builds, involving go-to-market teams, and deciding between building or buying integrations. It also describes various integration tools, including native integrations, embedded integration platforms, and unified APIs, with Merge standing out for its extensive offerings and integration management features.
Aug 14, 2023
2,320 words in the original blog post.
The text provides an overview of the benefits and applications of unified integration, particularly through the platform Merge, which utilizes unified APIs to facilitate customer-facing software integrations across various categories such as HRIS, CRM, and accounting. Unified integrations are highlighted as a superior alternative to native and embedded iPaaS solutions, offering scalability, improved customer retention, and expanded market reach by allowing companies to efficiently integrate multiple applications with a single API build. Merge is described as a leading platform that not only offers hundreds of integrations but also provides comprehensive integration management solutions, including automated issue detection and user-friendly interfaces, thus enabling organizations to enhance their competitive edge in a crowded market. The text emphasizes the platform's ability to address diverse market needs by supporting unique application sets used by different company sizes and industries, ultimately facilitating smoother expansion and higher close rates.
Aug 14, 2023
952 words in the original blog post.
The text discusses the benefits and challenges of integrating with multiple Human Resources Information Systems (HRIS) using public APIs versus a Unified API like Merge. It highlights the complexity and time-consuming nature of using individual HRIS APIs due to variations in protocols, authentication methods, and data formats across platforms like Workday and BambooHR. In contrast, Merge's Unified API simplifies this process by providing a single programming interface, standardized data schemes, and unified endpoints, which reduces development time, complexity, and maintenance costs while improving security and performance. The article explains how Merge facilitates integration with over fifty HRIS APIs, offering a streamlined method for accessing employee data, and emphasizes the advantages of using Merge to handle integrations with various systems beyond HRIS, such as accounting and marketing platforms.
Aug 14, 2023
2,033 words in the original blog post.
Merge is a leading provider of unified API solutions that enable seamless integration of various software categories, such as CRM, HRIS, ATS, ticketing, accounting, file storage, and marketing automation. These APIs facilitate connections with popular applications like Salesforce, Workday, Greenhouse, Asana, NetSuite, and many others, while also accommodating lesser-known and niche apps. Merge distinguishes itself by offering a comprehensive and reliable suite of integration management features, enterprise-grade security controls, and certifications such as SOC 2 Type II, ISO 27001, and HIPAA. The platform aims to simplify the integration process, allowing organizations to scale their product integrations efficiently, providing robust tools for integration management, troubleshooting, authentication, and authorization. Jon Gitlin, the Senior Content Marketing Manager at Merge, emphasizes the platform's ability to streamline integrations and address customer needs rapidly, drawing on his extensive experience in the integration and automation space.
Aug 11, 2023
996 words in the original blog post.
Merge offers a unified API solution that simplifies data integration from multiple applicant tracking systems (ATSs) such as Workable, BambooHR, and ApplicantStack, enabling organizations to overcome data silos and enhance recruitment efficiency. By using Merge, companies can streamline their data management processes across various platforms through a single API, eliminating the need for separate API calls and ensuring data consistency and accessibility. This integration supports standardized data models, facilitating easier reporting and maintenance while providing a holistic view of applicant data. Merge's platform offers an intuitive user interface, comprehensive dashboard, and development tools, including SDKs in multiple programming languages, which allow for seamless integration and management of data from various third-party systems like HRISs, CRMs, and file storage solutions. Through these capabilities, Merge enables businesses to make data-driven decisions by unifying and synchronizing their data sources, ultimately enhancing data integrity and promoting efficient recruitment strategies.
Aug 11, 2023
1,699 words in the original blog post.
Merge's Unified API simplifies the process of building and maintaining integrations with various systems by providing a single data model for syncing and normalizing data across platforms like CRM, ATS, and HRIS systems. This API allows developers to perform CRUD operations and set up webhooks to automate tasks such as user deprovisioning, reducing manual effort and time consumption. Specifically, using Merge with an HRIS system like Humaans, developers can automate the revocation of access privileges when an employee leaves an organization by setting up a webhook that notifies internal systems of such changes. The process involves creating a link between Merge and the desired HRIS, setting up a Python-based development environment using Flask to handle webhook requests, and using tools like ngrok to test the integration. Merge's platform supports over a hundred integrations, streamlining the development of complex integration projects and allowing developers to focus on building their applications.
Aug 10, 2023
1,730 words in the original blog post.
Merge's Cookie Policy outlines the use of cookies to enhance user experience, which users agree to by using the site, as detailed in the Privacy Policy. The text delves into the concept of an integration marketplace, emphasizing its importance for companies in retaining clients and acquiring new business by offering intuitive and appealing product integrations. Examples such as Causal, Ramp, and Drata illustrate how integration marketplaces can be structured, with features like category filters, search bars, and clear indications of available integrations, all aimed at improving user experience and driving demand. The benefits of having an integration marketplace include increased customer acquisition and retention, the ability to move upmarket, and the potential to expand into new markets. Merge's unified API platform is highlighted as a powerful tool for powering integration marketplaces, offering numerous integrations and robust security controls to help organizations enhance their product offerings and maintain a competitive edge.
Aug 10, 2023
1,247 words in the original blog post.
Merge is a Unified API platform that streamlines the integration of various services, such as human resource information systems (HRIS) and applicant tracking systems (ATS), into a single hub, which is particularly beneficial for software-as-a-service (SaaS) companies seeking to offer multiple integrations to their customers. The platform supports a range of existing integrations, including those with popular HRIS providers like BambooHR, Workday, and others, enabling automated processes such as user provisioning and deprovisioning. The text provides a comprehensive guide for setting up a Python application to automatically handle employee termination notifications from BambooHR using Merge's Unified API and webhooks. It details the technical steps required to establish a connection between the two platforms, synchronize data, and use webhook notifications to trigger specific application behaviors. This setup allows for efficient management of employee data changes, helping businesses focus on their core logic without dealing with complex integration code.
Aug 10, 2023
3,290 words in the original blog post.
The text discusses the benefits and considerations of using product integration solutions, specifically focusing on the differences between a unified API platform and an integration marketplace as a service (iMaaS). A unified API platform, such as that offered by Merge, allows for quick deployment of multiple integrations across various software categories and provides robust integration management features. In contrast, an iMaaS enables users to design and embed an integration marketplace directly into their applications, offering pre-built connectors and usage metrics, but requires custom coding and lacks comprehensive integration management capabilities. The text highlights Merge's offerings, emphasizing its extensive range of integrations, advanced features, and enterprise-grade security controls, which help clients build efficient integration marketplaces.
Aug 08, 2023
1,007 words in the original blog post.
Merge is an integration platform that simplifies connecting with various software systems by offering a unified API, which allows seamless communication across multiple platforms without dealing with their individual differences. The platform is particularly useful for managing applicant tracking systems (ATS) by enabling users to add candidates to different ATS platforms using a single API call, thereby eliminating the need to manually input data into each system. Merge supports over forty ATSs, including popular ones like Greenhouse, BambooHR, and Workable, and offers SDKs in multiple programming languages, such as Python, Java, and Ruby. The article provides a tutorial on using the Merge Python SDK to add candidates to ATS platforms like Workable and Breezy HR, demonstrating how to set up a demo environment, connect ATS platforms, and execute scripts to add candidates efficiently. By reducing the complexity of data integration, Merge enhances operational efficiency and allows organizations to focus on other critical tasks, making it a valuable tool for businesses seeking to streamline their software integration processes.
Aug 08, 2023
1,992 words in the original blog post.
The text provides a comprehensive guide on utilizing the Klaviyo API with Python to manage email marketing tasks, such as creating and managing lists, subscribers, and campaigns. It begins with instructions for setting up a Klaviyo account and obtaining an API key, followed by guidance on setting up the necessary Python environment, including the installation of specific libraries like requests and python-dotenv. The tutorial details processes for creating new subscribers, adding them to lists, updating their information, and removing them, alongside methods for managing campaigns through retrieving, creating, updating, and deleting them. The text also highlights the functionality of the Merge Unified API, which enables integration with multiple marketing tools, suggesting it as a solution for developers needing to integrate several email marketing platforms. The guide concludes with an encouragement to explore more about the Klaviyo API through its documentation and a promotion of Merge's capabilities to streamline API integration efforts.
Aug 07, 2023
3,443 words in the original blog post.
Universal APIs, also known as unified APIs, offer an aggregated solution for building multiple integrations between a product and third-party software within a specific category, streamlining processes such as user provisioning, compliance tasks, and gift-giving workflows. The text explores the benefits of using universal APIs, emphasizing that they provide competitive differentiation, facilitate upselling, empower engineers to focus on core initiatives, enhance employee experience, improve customer retention, and aid in market expansion. Merge is highlighted as a key player in this field, offering several unified APIs across various software categories like HRIS, ATS, CRM, and more, while also providing integration management capabilities that alleviate the burdens of maintaining client integrations. The guide suggests criteria for selecting a universal API platform, including reviewing the platform's range of APIs, data synchronization capabilities, integration management features, and third-party reviews to ensure they meet evolving integration needs.
Aug 04, 2023
1,972 words in the original blog post.
Merge's platform offers a streamlined approach to integrating various APIs into products, catering to businesses aiming to enhance their product capabilities, improve customer experience, or differentiate in the market. The implementation process is simplified through the use of SDKs and the LLM-powered tool, Blueprint, with further acceleration possible via ChatGPT. By inputting frontend and backend variables, users can quickly integrate Merge, supported by a detailed walkthrough and code snippets for different frameworks like Django Rest Framework and React. Merge Link facilitates user authorization and integration management through a comprehensive onboarding tool, ensuring seamless interaction between frontend and backend systems. The platform is more than just a Unified API product; it manages customer integrations and provides resources like SDKs, guides, and onboarding centers to assist users in building business logic tailored to their needs.
Aug 02, 2023
1,120 words in the original blog post.
Merge offers a comprehensive Unified API platform that facilitates the integration of various SaaS applications into a product through a single API, known as an API aggregator. This solution allows businesses to efficiently connect with multiple third-party applications using a common model to sync data, providing competitive advantages such as market expansion, enhanced customer retention and expansion, and improved engineering productivity. By leveraging API aggregators, companies can differentiate themselves in competitive markets, cater to diverse regional integration needs, and streamline integration management without heavily involving engineers. Merge's platform supports numerous API categories, provides robust integration management features, and holds various certifications, making it a versatile and secure choice for businesses looking to scale their integrations across different software categories.
Aug 02, 2023
1,110 words in the original blog post.