I am trying to setup two things:
- When a user signs up on ghost - send them a discord invite
- If a user successfully subscripes and the stripe transaction goes through, add a role to them (I have a VIP role for paying members)
I have tried this with both Ghost and Stripe, so I think it’s a discord error. But I get the error
“Unable to load choices
We’re having trouble loading 'User' data (Cannot read property 'username' of undefined)”
On the action setting of the flow. So I tried instead of clicking “Users” clicking “Custom” and selecting “customer email” from the stripe side (thinking it would pass it through as a value) and I get the following:
{"user_id": "Value \"oxxxxx.xxxxxx@gmail.com\" is not snowflake."]}
This post has been edited by a moderator to remove sensitive information. Please remember to obfuscate any personally identifiable information prior to posting as this is a public forum.
Any ideas on why this is incorrect? I gave discord all permissions when I connected it, but it looks like it can’t access what it needs to.