Hello everyone! ![]()
I have a problem and I can not really figure out how to solve it!
I am using the Reddit module to submit link posts to reddit. So far so good, and it’s working.
but the reply notifications are always turned off. I would have to manually enable them for each post again, and this is not doable. Reddit has an API call for that (sendreplies). But I haven’t figured out how to set it up.
I can make a connection with the reddit module to my own app, but since the reddit module itself does not let me sent extra API calls apart from submit, I really don’t even know why the extra scopes are listed here. Or am I missing something? Is there a way to use that connection later as well in a HTTP module to make an API call?
Here is the link to the instructions: Link
I have set up a Reddit app (as a web app), and have the Client ID and Secret.
I have followed Reddit’s API guidelines, but I cannot really figure out how to set up the connection.
If someone could point me in the right direction, that would be really appreciated. @LeftyLuke seems to have figured this out here, but following those instructions I get an error message.
If I want to set up an OAuth2 connection, I get to the redirect uri where I can give the app the permission for my reddit account, but then I get:
{"message":"The request failed due to failure of a previous request.","code":"SC424","suberrors":[{"message":"401","name":"Error"}]}
What is different now to those instructions is that I can directly provide my Client ID and Secret:
Thanks a lot, I will update with further screenshots of the errors and what I am entering in my workflow. ![]()

