When opening a new account, we use webhook creating a note. Such note holds an amount of benefit (we sell minutes of some processing). I’m looking for a way to create a solution for ‘special users’. When creating an account for such a ‘special user’ the amount of benefit will be 2-3 times bigger. The ‘special users’ will come from some partner’s site. So, I either customize the existing login.liquid code to check what URL a new user landed from or create a special page that will be pointed out from a partner’s site and not visible by ‘common users’. Thanks
Topic summary
A user is implementing a webhook-based system that creates customer notes containing benefit amounts (processing minutes) when new accounts are created.
Challenge:
Need to differentiate ‘special users’ referred from partner sites who should receive 2-3x larger benefit amounts compared to regular users.
Proposed Solutions:
- Modify the existing
login.liquidcode to detect the referral URL and adjust benefits accordingly - Create a dedicated registration page accessible only via partner links, hidden from regular users
The discussion remains open, seeking technical guidance on the best implementation approach for this partner referral system in Shopify.