PipedreamHQ / PipedreamHQ/pipedream

[Components] signrequest

Open
#13,451 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# signrequest
## URLs
## Polling Sources
### new-document-declined-instant
#### Prompt
Emit new event when a SignRequest is declined. Wanted props to be configured are signer's email and document name.
### new-document-signed-instant
#### Prompt
Emit new event when a SignRequest is signed. Essential props are signer's email and document name. Optional prop could be the date of signing.
### new-document-received-instant
#### Prompt
Emit new event when a SignRequest is received. Required props are sender's email and document name.
## Actions
### send-signrequest-from-template
#### Prompt
Initiates and delivers a new SignRequest using an existing template. Required prop is 'template_id', the ID of the template. Optional props can be 'document_id', the specific document to use, and 'signers', an array of email addresses for the signers.
### send-signrequest
#### Prompt
Creates and dispatches a new SignRequest. The principal prop is 'document', which is the document to be signed. Optional props could be 'signers', an array of the recipients' email addresses, and 'expires_at', a timestamp denoting when the request expires.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.