i have a website no need how can i connect it to n8n
This is my website: https://khanggiatech.vn/
The website is set up in PHP language, please anyone with experience can help me because i want to create a login process on my website. Thank you very much everyone.
Without any additional information its hard to tell how you want to set this up.
But the HTTP Node will be your friend.
If you need further assistance, at least post you workflow. Use the button β</>β for that
Obviously this for the n8n β [your website] route
1 Like
Thank you for sharing this is my workflow, first I will get information and keywords on googlesheet then I will give this information to AI Agent to process to create an article and then send it to a website node. If my website is Wordpress, I can do it but this website is programmed in PHP language and has no API so I donβt know how to connect to that website. I hope you can give me suitable advice, God bless you
Your issue seem to be posting data to that website, without an API that would be impossible.
One way to could work though is access its database directly.