Leading European provider of digital signature, digital transaction management and trust services.
Go to siteThe Signaturit API enables automated document signing, tracking, and management directly within Pipedream. By integrating this API, users can create workflows to send documents for signature, check the status of sent documents, and receive updates when documents are signed or declined, all from a serverless platform. By leveraging Pipedream's capacity for integrating various APIs and services, users can seamlessly include e-signature capabilities into their business processes without manual intervention.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
signaturit: {
type: "app",
app: "signaturit",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.signaturit.$auth.domain}.signaturit.com/v3/team/users.json`,
headers: {
Authorization: `Bearer ${this.signaturit.$auth.access_token}`,
},
})
},
})
Automated Contract Workflow: When a new client is added to a CRM like Salesforce, automatically trigger a workflow in Pipedream to send a contract for signature via Signaturit. Once signed, the contract can be saved to a cloud storage service such as Google Drive and the CRM record updated.
HR Onboarding Process: Automate the employee onboarding process by triggering an onboarding workflow in Pipedream when a new employee is added to an HR platform like BambooHR. Send employment documents through Signaturit for e-signature and store signed documents in a secure location, notifying HR upon completion.
Real Estate Closing Documents: Set up a Pipedream workflow to monitor a project management tool like Trello for a card move that indicates a property sale is finalizing. Automatically send closing documents to the buyer for signature through Signaturit and notify the real estate agent upon document completion.
Initiates the creation of a certified email. See the documentation
Creates a signature request using a pre-existing template. See the documentation
Sends a reminder for a pending signature request. See the documentation
Signaturit uses API keys for authentication. When you connect your Signaturit account, Pipedream securely stores the keys so you can easily authenticate to Signaturit APIs in both code and no-code steps.
To retrieve your Acccess Token,