We use the webhook trigger for completed workflows in Zapier and need access to the session’s Continuation URL for downstream automation (e.g., edit/resubmit links).
Currently, retrieving the Continuation URL requires adding a “Create and Populate a New Session” step, which can unintentionally create duplicate sessions.
It would be helpful if the Continuation URL were:
• Included directly in the webhook payload for completed workflows, or
• Available via a “Get Continuation URL for Existing Session” action
This would support cleaner automation and prevent duplicate session creation.