How to Request a PDF Summary Using a Webhook
Introduction
When working with proof-based workflows, you often need to retrieve a PDF summary of a proof automatically. The Request PDF Summary module makes this easy. All it needs is a Proof ID and a Callback URL.
What You'll Need
1. The
Proof ID of the proof you want to summarize.
2. A
Callback URL — the destination URL where the PDF summary will be delivered.
3. A
custom webhook set up to receive the response.
What Is a Callback URL?
The
callback URL is simply the URL where the PDF summary of the proof will
be sent once it's ready. Think of it as a return address you tell the system
where to deliver the result, and it sends the summary there automatically.
Step 1 — Set Up Your Webhook
Create a custom webhook to receive the PDF summary.
Step 2 — Configure the Module
Open
the Request PDF Summary module in your scenario. Enter the Proof ID and paste
in your webhook's URL as the Callback URL.
Step 3 — Run and Capture the Result
Trigger
the module. Within moments, your webhook will receive the PDF summary. You can
then parse it, store it, forward it, or plug it into the next step of your
scenario.
|
✅
That's it! The webhook received the PDF summary.
You can now capture it and use it anywhere in your scenario workflow. |
Comments
Post a Comment