Send in-app feedback to Zendesk instead of Baserow - #1409
Open
allanlasser wants to merge 1 commit into
Open
allanlasser wants to merge 1 commit into
allanlasser wants to merge 1 commit into
Conversation
|
Preview deployed: https://preview-1409.staging.documentcloud.org |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Feedback submitted through the app now opens a Zendesk ticket instead of
adding a row to a Baserow table.
- Tickets are tagged "documentcloud" plus the feedback type ("comment",
"question" or "bug") so support can filter on them.
- The attribution fieldset is now an email input, pre-filled for
signed-in users, since Zendesk needs an address to open a ticket and
follow up. That replaces the anonymous option: we can't accept
anonymous feedback and still route it through support.
- The form action validates the message and email, and returns a failure
so the form can show an error state.
Zendesk suggests the node-zendesk client, but it's a Node library and we
deploy to Cloudflare Workers, so this calls the REST API with fetch, the
same way the rest of our API modules work.
Configured with ZENDESK_SUBDOMAIN, ZENDESK_EMAIL and ZENDESK_API_TOKEN,
documented in the README.
Refs #1374
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PBs5pBRFmXT9DMTVxgzKxw
allanlasser
force-pushed
the
claude/youthful-bohr-jfztro
branch
from
September 15, 2026 16:45
63f932b to
2871c0f
Compare
eyeseast
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feedback submitted through the app now opens a Zendesk ticket instead of adding a row to a Baserow table.
We call ZenDesk's REST API directly, instead of using a library.
Configured with
ZENDESK_SUBDOMAIN,ZENDESK_EMAILandZENDESK_API_TOKEN, documented in the README.Closes #1374