Home / Companies / Unified.to / Blog / December 2023

December 2023 Summaries

5 posts from Unified.to

Filter
Month: Year:
Post Summaries Back to Blog
The Unified File Storage API enables applications to access customer files and folders from various cloud storage providers, such as Google Drive, Microsoft OneDrive, and Dropbox, by functioning similarly to a file manager. The API returns a StorageFile object that can represent either a file or folder, with specific attributes like ID, name, and type, where folders lack a size or download URL. To list files and folders, the API uses a hierarchical file system, allowing users to call the List endpoint to retrieve the contents of nodes, with recursive functions employed to navigate through entire storage systems. Retrieving the contents of a specific file involves using the getFile API endpoint or accessing the download_url from the listFiles endpoint, though it is crucial to note that the download_url expires after one hour, necessitating a refreshed call to the getFile endpoint for continued access.
Dec 25, 2023 613 words in the original blog post.
Developers utilizing Amazon S3 require an AWS Region, AWS S3 Key, and AWS S3 Secret for authentication, which can be generated and configured through their AWS account. To generate these credentials, users should navigate to the "My Security Credentials" section of their AWS account, select "Access keys," and create a new access key, downloading the key pairs for future use. AWS recommends creating an IAM Role instead of using root access keys for enhanced security. Once these credentials are obtained, they enable connection to the AWS S3 bucket. However, managing these keys and tokens across various vendors can pose security risks, which Unified.to addresses by providing a secure layer that abstracts credential management while ensuring customer data is not stored and permissions are properly configured.
Dec 22, 2023 288 words in the original blog post.
Unified.to's recent product updates focus on enhancing their unified Accounting API, expanding onboarding content, and increasing feature support for candidate assessment applications. The updates include support for application status retrievals from ATS integrations, expanded support for bank accounts and transactions, and the addition of tax rate and organization objects in their accounting API. New integrations with ELMO, Attio, and Paycom provide extensive options for HR and CRM support. Tutorials are available for testing sandbox user connections, embedding user authorization, and registering Google developer apps for OAuth 2 credentials. The company's CEO, Roy Pereira, discussed Unified.to's journey and priorities on the StartWell podcast, emphasizing a focus on product development over third-party API integrations. Unified.to has maintained a perfect 5/5 rating on G2, praised for its authentication flexibility and responsive customer support, and invites users to explore their platform further through demos and community engagement.
Dec 21, 2023 561 words in the original blog post.
In the evolving realm of SaaS development, seamless and efficient integrations are crucial, with 82% of B2B buyers emphasizing the importance of software integration into existing tech stacks. The text explores the key differences between Unified API technologies and workflow automation solutions, highlighting their respective advantages and use cases. Internal integrations focus on optimizing company workflows, while external integrations enhance user experiences by embedding products into customers' tech stacks. Unified APIs offer a streamlined development process, consistency across platforms, reduced maintenance, and scalability, making them highly suitable for customer-facing integrations. They provide a cohesive interface that allows developers to interact with multiple platforms simultaneously, reducing complexity and enhancing functionality. While workflow automation is effective for simple or internal use cases, it may become complex and difficult to maintain as integrations grow. As a result, Unified APIs are increasingly seen as the future of integration development, offering a more consistent, scalable, and developer-friendly approach.
Dec 12, 2023 1,055 words in the original blog post.
The text provides a step-by-step guide on how to generate an ELMO client ID and client secret, essential for API authentication, by navigating through account settings and the API Management console. It outlines the process starting with confirming API access with an ELMO Account Manager, assigning appropriate permissions through the ELMO Administration portal, and finally generating and securely storing the credentials. The guide emphasizes the need for these credentials, particularly when supporting multiple vendors, as each one involves distinct authentication flows and schema differences. It also highlights Unified.to as a solution that simplifies the integration process across 463 APIs by using unified objects, allowing teams to focus on feature development instead of troubleshooting vendor-specific issues.
Dec 11, 2023 240 words in the original blog post.