A
A
Alexander Kudryavtsev2020-08-10 17:05:22
Web development
Alexander Kudryavtsev, 2020-08-10 17:05:22

How do I send content to subscription subscribers?

There is a task: you need to make a service with a paid subscription. A person registers, pays and chooses a communication channel convenient for him (messengers, e-mail, social networks). To him in a personal! content comes in regularly. The subscription ends and he no longer receives content. Content format - files (pdf) + photo / video + text.

How to implement something like this? Are there ready-made services or do I need to write something of my own?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Roman Mirilaczvili, 2020-08-10
@2ord

Not familiar with ready-made solutions. If there are, I wonder which ones.
To do it yourself, you need a backend and a web face. A mobile app is also possible. The backend should be able to register users, manage subscriptions, and pay. The content itself is enough to give to subscribers via an HTTP link, and notify via the API of messengers, social networks. networks and mailing lists.

S
Sanes, 2020-08-10
@Sanes

Restrict access to a page/section. Distribution notifications.

K
Kirill Makarov, 2020-08-11
@kirbi1996

You create a site on Wordpress, then you pull all the emails from the database and write to them using the mailing service

X
xmoonlight, 2020-08-11
@xmoonlight

Google email bridge to im-chats.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question