Home / Companies / Merge / Blog / March 2023

March 2023 Summaries

5 posts from Merge

Filter
Month: Year:
Post Summaries Back to Blog
The text provides a comprehensive guide on using Python to interact with the HubSpot CRM API for managing contacts, detailing steps like setting up a HubSpot account, creating and deleting contacts, generating an application token, and using the requests library to get and post contact data. It also explains how to create a webhook with Flask to automate contact retrieval, enhancing integration processes. Additionally, it introduces Merge's Unified API, a tool that simplifies integration by allowing seamless connection to multiple platforms, including HubSpot and Salesforce, through a single API endpoint, thereby reducing the complexity of managing various integrations. The Merge platform supports custom plugins, expanding its integration capabilities and offering a more efficient way for developers to connect with diverse services, ultimately improving operational efficiency and focus on core products.
Mar 30, 2023 1,912 words in the original blog post.
The text provides a comprehensive guide on retrieving incidents from the ServiceNow API using Python, covering the setup of a ServiceNow account and Personal Developer Instance, the creation and management of incidents through the platform's interface, and the use of both basic and OAuth authentication methods to access incident data via API calls. Additionally, it explains how to employ webhooks in ServiceNow through the creation of business rules to automatically push incident data to specified endpoints, offering practical examples and code snippets for implementation. The discussion emphasizes the efficiency of using a unified API like Merge to streamline integrations across multiple ticketing tools, highlighting its ability to manage customer integrations and reduce the complexity of handling multiple API connections.
Mar 23, 2023 2,209 words in the original blog post.
The text provides a comprehensive guide on how to retrieve all files from the Dropbox API using Postman, detailing the necessary steps to set up a Dropbox developer account, generate an access token, and make API calls to access files and folders within Dropbox namespaces. It emphasizes the need for a sandbox account and OAuth application for authentication, and outlines the process of navigating namespaces, obtaining user account IDs, and using cursor-based pagination for complete file retrieval. The article also touches on considerations for developing a production-level integration, such as implementing rate-limit handling, periodic polling, and supporting the Dropbox OAuth flow. Additionally, it highlights Merge's Unified API, which offers integration solutions across various platforms, allowing organizations to connect with multiple file storage services through a single API connection.
Mar 14, 2023 1,042 words in the original blog post.
Zendesk is a customer service solution that integrates all channels through which customers reach out to a business, and it provides sales customer relationship management and powerful reporting. To create tickets with the Zendesk API using Python, one needs to have a Zendesk support account with token access enabled, Python installation, and a virtual environment. The process involves understanding the anatomy of a Zendesk ticket request, fetching tickets by sending a GET request to the ticket endpoint, and creating tickets by sending a POST request with a JSON payload containing the ticket information. Additionally, one can show a specific ticket by using a GET request to the published endpoint with the ticket ID, and it's also important to handle potential authentication errors that may occur during the process. The Zendesk API can be used in conjunction with Merge, a Unified API for hundreds of integrations, to simplify interactions with different APIs and manage customer integrations.
Mar 13, 2023 2,460 words in the original blog post.
The article provides a detailed guide on using Postman to access and retrieve files from SharePoint via its REST API, a platform commonly used for collaboration and document management in enterprises. It outlines the necessary steps to set up a sandbox SharePoint account, create sites, and register an OAuth application, crucial for authenticating API requests. The process involves using various GET commands to access sites, drives, and "DriveItems"—Microsoft's representation of files and folders—while also highlighting the need to implement logic for folder recursion and token-based pagination for comprehensive data retrieval. Furthermore, the article discusses considerations for building a production-level integration, such as handling the OAuth flow and potentially syncing data periodically. Lastly, it positions Merge as a solution for integrating products with multiple file storage platforms, including SharePoint, through a single Unified API, emphasizing its role as a comprehensive integration platform.
Mar 09, 2023 1,080 words in the original blog post.