We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new document is generated in PDFForge. Optionally filter by document template or user.
Emit new event when a new document template is created. Useful for workflows needing to monitor template updates.
Emit new event when a form is submitted through PDFForge. Requires specifying the form ID as a required prop.
Generate a document from a selected template and dynamic data. Requires template ID and data payload as required props.
Create a new document template using raw content or a file upload. Requires template name and content or file input.
Send a generated document to a specified email address or webhook URL. Requires document ID and destination target.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pdforge
URLs
Webhook Sources
new-document-generated-instant
Description
Emit new event when a new document is generated in PDFForge. Optionally filter by document template or user.
new-template-created-instant
Description
Emit new event when a new document template is created. Useful for workflows needing to monitor template updates.
new-form-submission-instant
Description
Emit new event when a form is submitted through PDFForge. Requires specifying the form ID as a required prop.
Actions
generate-document
Description
Generate a document from a selected template and dynamic data. Requires template ID and data payload as required props.
create-template
Description
Create a new document template using raw content or a file upload. Requires template name and content or file input.
send-document
Description
Send a generated document to a specified email address or webhook URL. Requires document ID and destination target.
The text was updated successfully, but these errors were encountered: