PipedreamHQ / PipedreamHQ/pipedream

[Components] adobe_document_generation_api

Open
#15,450 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)
101

Description

# adobe_document_generation_api
## URLs
- https://developer.adobe.com/document-services/docs/apis/#tag/Extract-PDF/operation/pdfoperations.extractpdf.jobstatus
## Webhook Sources
### new-document-generated-instant
#### Description
Emit new event when a document is successfully generated. Requires users to configure a webhook callback URL.
### new-template-uploaded-instant
#### Description
Emit new event when a new document template is uploaded. Useful for workflows that depend on template updates.
### new-generation-error-instant
#### Description
Emit new event when a document generation process fails. Requires users to configure a webhook callback URL to monitor errors.
## Actions
### generate-document
#### Description
Generate a document based on a selected template and input data. Requires users to specify the template ID and input data (e.g., JSON payload).
### list-templates
#### Description
Retrieve a list of available document templates. Useful to dynamically reference templates in workflows. No additional configuration required.
### delete-template
#### Description
Delete a specific document template by its ID. Requires users to specify the template ID and ensures only authorized deletions.

Contributor guide

Open the contributing guide

Research direction

Start with the Adobe Document Generation API documentation at the linked URL and review how this repository defines comparable API components. Implement the three listed webhook sources and three actions, including the described inputs and callback requirements, then verify each operation against Adobe's API behavior.

Written by the indexing model from the issue text.

Assessment

Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.