Skip to content

How to get notified when a user confirms their subscription #2096

Closed Answered by knadh
HrnSvnc asked this question in Q&A
Discussion options

You must be logged in to vote

This isn’t possible out of the box currently.

If you are in a position to write some sort of an automation, you could write a Postgres trigger and publish changes in the subscription table using NOTIFY/LISTEN, and have your script LISTEN to the events on Postgres.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HrnSvnc
Comment options

@knadh
Comment options

Answer selected by HrnSvnc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants