I have logged in and verified my reddit connection and it all seems to show up in reddit settings too
Even if I don’t try to complicate things and I make my “Submit a Post” Module not use any images or links, and it’s just plain text to multiple subreddits it always comes back with
The operation failed with an error. [400] Bad Request
I have got somewhere, where if I dont use a “flair” in a subreddit that doesn’t require it, test posts seem to work
However, if a subreddit requires a flair, when I use one (I check the subreddit for spelling) - it will fail with the 400 error - with the flair spelt the same, or left blank - so both
This will grab a json dump with a bunch of posts in. If you copy-paste that output into a json parser, you can find all the link_flair_template_id values in there (or at least, the ones most used in posts).
It’s not the most efficient way, but it’s the best one I’ve found.
Ofc you can get Make to loop over this and find those template_id’s for you.
I meant to update this, but you are correct, a friend helped and it is infact an ID value that goes here, maybe the module should be updated to say this in brackets so people don’t enter text, but it’s only a minor issue
Yes finding the ID is a pain, my friend had another method too which took a little longer, I will attempt this now just so I understand it, but thanks for the solution and help, I do appreciate it