Home / Companies / Merge / Blog / April 2023

April 2023 Summaries

6 posts from Merge

Filter
Month: Year:
Post Summaries Back to Blog
Salesforce is a powerful CRM platform with an API that enables businesses to integrate with other systems for enhanced operations and efficiency. The article provides a comprehensive guide on setting up admin API access in Salesforce, creating contacts using Python, and establishing webhooks to respond to events like new contact creation. It includes prerequisites such as a Salesforce account, Python 3.x, and certain Python libraries, offering step-by-step instructions for authenticating with Salesforce's API using OAuth 2.0, creating contacts through HTTP POST requests, and configuring webhooks to sync data with external tools like MailChimp. The tutorial also highlights the use of ngrok to make local webhooks accessible online, and concludes by introducing Merge's CRM Unified API, which streamlines integration efforts across multiple CRM systems, allowing developers to focus more on building their platforms rather than dealing with multiple complex integrations.
Apr 25, 2023 2,003 words in the original blog post.
Merge has developed a Detailed Error Messages feature for its Merge Link UI component, enhancing user experience by providing clear, actionable insights into integration issues. This feature is designed to guide end users through complex integrations, which often involve more than simply signing in and sharing an API key, by delivering concise and understandable error messages. The development team focused on identifying common errors from product data, ensuring messages are simple and direct, and incorporating calls to action for more complex issues. Backend logic was carefully coded to ensure accuracy in error reporting, and extensive testing was conducted to capture edge cases and refine the user experience. The new feature aims to reduce the time support teams spend troubleshooting while improving the overall product experience, and it is available to all Merge customers, including those on the free Launch plan.
Apr 19, 2023 1,105 words in the original blog post.
The tutorial explores the process of creating and fetching invoices using the QuickBooks Online API in PHP, emphasizing the use of OAuth2.0 for authentication. It guides developers through creating an Intuit Developer account, setting up an app, obtaining client keys, and defining a redirect URI to handle API responses. The tutorial includes creating a PHP project structure with multiple files, such as connectCompany.php for OAuth2.0 login, createInvoice.php for generating invoices, and getInvoices.php for retrieving invoice data. Additionally, it highlights the challenges of implementing such integrations and presents Merge as a unified API solution that simplifies connecting to multiple accounting platforms like QuickBooks, Netsuite, and Xero, thus saving development time and facilitating the expansion of applications with less effort.
Apr 13, 2023 2,607 words in the original blog post.
The text provides a comprehensive guide on integrating Freshdesk, a cloud-based customer support software, using Python to manage tickets programmatically. It explains how to set up a Freshdesk account, retrieve an API key, and utilize Python methods such as requests.get, requests.post, and requests.put to fetch, create, and update tickets. Additionally, the guide details setting up a webhook using Pipedream to receive real-time updates on ticket changes, enhancing data consistency across systems. The article also highlights the benefits of using Merge’s Unified API for integrating various platforms, suggesting that it simplifies the process of maintaining multiple integrations by connecting with platforms like Freshdesk, Zendesk, and Salesforce Service Cloud through a single API. This approach allows businesses to focus on core operations while easily adopting new technologies and staying abreast of industry trends.
Apr 11, 2023 2,187 words in the original blog post.
Merge's Cookie Policy outlines the use of cookies to enhance user experience, with consent implied by site usage. The text highlights Merge's Unified API, which offers extensive integrations and the capability to interact with unique customer data models through its Custom Objects feature. This allows for deeper CRM-specific use cases by representing product data directly in customers' CRM systems and building complex reports. Custom Objects support four data models and are compatible with several major CRM platforms like Salesforce, HubSpot, and Zendesk Sell, with more integrations forthcoming. Merge is positioned not only as a Unified API product but also as a comprehensive integration platform, offering advanced functionality for its Professional and Enterprise plan customers.
Apr 04, 2023 598 words in the original blog post.
Merge's development of Custom Objects for Salesforce, HubSpot, and Zendesk Sell through their Unified API addresses customer needs for customized data models, despite the complexities involved in unifying diverse CRM systems. The project, led by Prannoiy Chandran and Joshua Learn, involved extensive design specifications, engineering challenges, and customer testing to ensure the API is both flexible and broadly applicable. The initial feature set supports core data models like Custom Object records and associations, providing scalability for numerous integrations. While currently supporting a few CRM platforms, future plans include expansion to systems like ActiveCampaign and Microsoft Dynamics, with potential enhancements to the API's visual aspects based on user demand. The ongoing effort to refine and expand the feature underscores Merge's commitment to facilitating complex CRM integrations for its clients.
Apr 04, 2023 1,470 words in the original blog post.