- Регистрация
- 15.08.2021
- Сообщения
- 4
- Благодарностей
- 1
- Баллы
- 3
Hello,
I am developing a NextJS app in Javascript.
I receive a text from the client which I want to modify on a website who optimize the text. This website doesn't have API, so I've created a template who can take a text, make the action on the browser and I can then extract the new text and call my NextJS app to show the new text to the client.
--> The only challenge I've got is that I would like to call the execution of the template when my client click a button "Optimize my text".
But I don't find a way to execute template on Zennoposter from an outside call.
Do you guys have a solution?
Thank you
I am developing a NextJS app in Javascript.
I receive a text from the client which I want to modify on a website who optimize the text. This website doesn't have API, so I've created a template who can take a text, make the action on the browser and I can then extract the new text and call my NextJS app to show the new text to the client.
--> The only challenge I've got is that I would like to call the execution of the template when my client click a button "Optimize my text".
But I don't find a way to execute template on Zennoposter from an outside call.
Do you guys have a solution?
Thank you