Skip to main content

3 posts tagged with "OAuth"

View All Tags

Getting to Send

· 4 min read
Alex Weinle
GraphQL Developer and AWS Architect

There's a lot of documentation around the Legalesign platform - but if you're like me then you'll want to send an example document as quickly as possible - because that's what makes the magic happen. In this article we'll walk through how to use the new Document Viewer component in compose mode to create a seamless document preparation and sending experience for your users.

Integrate Document Composition Into Your System

· 6 min read
Alex Weinle
GraphQL Developer and AWS Architect

If you're building a CRM, customer portal, or line-of-business application, you've likely encountered the challenge of getting documents signed. The traditional approach—exporting PDFs, emailing them, and tracking signatures manually—creates friction for both your team and your customers.

The Legalesign Document Viewer's compose mode solves this by embedding document preparation directly into your application. Your users can add signature fields to pre-generated documents without leaving your system.

Why GraphQL?

· 5 min read
Ben Eliott
Developer

If you're building integrations today, you already know REST. It's reliable, familiar, and here to stay. GraphQL doesn’t replace it outright, but it does give you a different way to think about retrieving and shaping data. In the context of a Legalesign integration, we treat GraphQL as a first-class API, so every part of the platform is available through it. If your project starts asking for custom views, or more complex functionality, GraphQL is where you can find that capability.