[PR #971] [MERGED] fix: return the recipient as an array to match other formats from zapier #1287

Closed
opened 2026-02-26 19:32:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/971
Author: @catalinpit
Created: 2/28/2024
Status: Merged
Merged: 2/29/2024
Merged by: @catalinpit

Base: mainHead: fix/opened-document-for-zapier


📝 Commits (4)

  • 6f70ed2 fix: return the recipient as an array to match other formats from zapier
  • 2bf391a fix: update the function call
  • b30d124 fix: access recipient properly
  • c1f209d Merge branch 'main' into fix/opened-document-for-zapier

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/singleplayer/[token]/success/page.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx (+2 -2)
📝 packages/lib/server-only/document/get-document-by-token.ts (+1 -1)
📝 packages/prisma/types/document-with-recipient.ts (+1 -1)

📄 Description

Return the recipient as an array to match the other formats for Zapier. Otherwise, Zaps with the "DOCUMENT_OPENED" hooks won't work.

All the other webhooks return the "Recipient" field as an array.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/971 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 2/29/2024 **Merged by:** [@catalinpit](https://github.com/catalinpit) **Base:** `main` ← **Head:** `fix/opened-document-for-zapier` --- ### 📝 Commits (4) - [`6f70ed2`](https://github.com/documenso/documenso/commit/6f70ed2be961552e2488b9a8cf9346db493cc9de) fix: return the recipient as an array to match other formats from zapier - [`2bf391a`](https://github.com/documenso/documenso/commit/2bf391af7b559ccd09f5563d1669365d8a42eff0) fix: update the function call - [`b30d124`](https://github.com/documenso/documenso/commit/b30d1241f2a2eadfc8e717f522de4928c455a278) fix: access recipient properly - [`c1f209d`](https://github.com/documenso/documenso/commit/c1f209dbff6fdfc8ab462e0b3811fe606b6843ea) Merge branch 'main' into fix/opened-document-for-zapier ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/singleplayer/[token]/success/page.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx` (+2 -2) 📝 `packages/lib/server-only/document/get-document-by-token.ts` (+1 -1) 📝 `packages/prisma/types/document-with-recipient.ts` (+1 -1) </details> ### 📄 Description Return the recipient as an array to match the other formats for Zapier. Otherwise, Zaps with the "DOCUMENT_OPENED" hooks won't work. All the other webhooks return the "Recipient" field as an array. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1287
No description provided.