Recent content by LeoTR

  1. LeoTR

    [DBTech] DragonByte Credits [Paid]

    @DragonByte Tech With the rise of AI agents and automation tools (n8n, Zapier, etc.), we urgently need a native REST API endpoint to adjust/spend credits programmatically. Currently, we are forced to use hacky workarounds, like triggering a Profile Update event via the XenForo API just to...
  2. LeoTR

    XF 2.3 Automate workflows with webhooks

    Hi, we are testing webhooks on XenForo 2.3. We want to listen to user_upgrade events, but we only receive data from “User” (user.update) events. When we add, cancel, or manually assign a paid subscription, the webhook is not triggered. The Test URL works, but the Production URL never receives...
  3. LeoTR

    Compose Time

    Is there anyone using this addon in xenforo 2.3.7 version?
  4. LeoTR

    XF 2.3 XenForo API Pagination Issue in n8n HTTP Request

    Hi, does anyone have any other ideas on this? I'm having trouble with pagination.
  5. LeoTR

    XF 2.3 Unable to Fetch Group Members from XenForo API in n8n

    Problem Summary: I’m trying to import users from the “VIP Members” group on my XenForo site into n8n using GET https://siteadresim.com/api/users/, but it always returns an empty list. My API key is correct, and adding pagination parameters (page=1, per_page=25) still yields no results. Help...
  6. LeoTR

    XF 2.3 XenForo API Pagination Issue in n8n HTTP Request

    So I need to create more than one HTTP Request node, am I correct?
  7. LeoTR

    XF 2.3 XenForo API Pagination Issue in n8n HTTP Request

    Hello, I'm trying to set up an automation in n8n. My goal is to export specific members from my website to a spreadsheet. However, I'm struggling to understand the pagination logic. I'm only able to retrieve 25 members, and I can't move to the next page. How can I implement pagination using an...
  8. LeoTR

    Shopier Payment Module [Deleted]

    Hello, can we receive monthly automatic payments from the customer for the subscription in this system?
  9. LeoTR

    XF 2.3 Integrating API key into n8n project

    Thank you very much. Unfortunately, I could not get this support even from xenforo.
  10. LeoTR

    XF 2.3 Integrating API key into n8n project

    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...
  11. LeoTR

    XF 2.3 Integrating API key into n8n project

    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...
  12. LeoTR

    XF 1.5 Is it possible to export posts data to CSV, Excel or some other format?

    Is there a way to do this from the admin panel?
  13. LeoTR

    XF 2.3 User whose membership period has expired

    Actually, I would have expected it to be removed from the secondary user group when the membership period expired. However, since it did not remove it automatically, I tried to remove it with promotion, but it did not work. When doing this: User has at least X active promotions: 0 I marked it...
  14. LeoTR

    XF 2.3 User whose membership period has expired

    Unfortunately, when the membership expires, the user group is not removed. I only see the membership expired on this link: admin.php?user-upgrades/expired
  15. LeoTR

    XF 2.3 User whose membership period has expired

    Thank you very much for your detailed explanation. At first, I defined paid membership as the primary user group. However, I am now using the secondary user group for paid subscription. However, despite this, the membership of the member whose membership period has expired is not dropped. I...
Back
Top Bottom