XF 2.3 Integrating API key into n8n project

LeoTR

Active member
Hello, I want to do a project with n8n. My goal is that the member asks a question on the telegram bot and searches for the answer on the website and answers the member. This answer includes the link to the topic they want. This makes it easier for the member to find the topic and link they want. However, I'm stuck on the api key part. How can I implement the api key in n8n? Is there an example for this?
 
Update: I realized that the above topic is very difficult. I am working on an easier API. My goal is to send the profile messages in the forum to telegram. However, although xenforo provides the api endpoint, the profile message does not appear in the member profile link. Is there a way to solve this?

I have looked through the API documentation but I cannot find a URL path to the profile messages.

 
My goal is to send the profile messages in the forum to telegram.
If you want to send smth. from XenForo somewhere else (like Telegram) the API isn't the right tool, you'd have to look at Webhooks, eg. send a Webhook to an automation platform and process it there to send it to Telegram.
 
Back
Top Bottom