Replies: 1 comment 1 reply
|
Your reading of the code was right on both counts, and it is now built. v0.10.6-alpha adds an opt-in setting under Account, Preferences: "Email me when a transcription finishes". It sends a message as each recording completes and again if one fails permanently, using the same SMTP configuration as email verification and password resets. Set The webhook payload still carries Summaries do not send mail, since a summary follows a transcript you have already been told about. If a per-instance default would be useful instead of per-user opt-in, say so and I will look at it. |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I’d like to set up an email notification for users whenever a recording’s transcription has finished successfully or encountered an error.
According to the documentation, webhooks can listen for this event:
I also understand that each webhook belongs to the user who created it. However, the webhook sends the notification to an external URL, and the payload doesn’t seem to include the user’s name or email address.
Is there currently a built-in way for Speakr to automatically email the user who owns the webhook when an event such as
recording.transcription.completedis triggered?In particular:
recording.transcription.completed?user_id, and then send the email via SMTP?Thanks in advance, and congratulations on your great work!
All reactions