How to programatically send a forum post?

How to programatically send a forum post?

by wz z -
Number of replies: 2

I have not found relevant API in https://docs.moodle.org/dev/Main_Page

Average of ratings: -
In reply to wz z

Re: How to programatically send a forum post?

by Mark Johnson -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

When you say "send a forum post", do you mean from an external system? You can use the mod_forum_add_discussion and/or mod_forum_add_discussion_post functions to achieve this via web services: https://docs.moodle.org/dev/Web_service_API_functions

In reply to Mark Johnson

Re: How to programatically send a forum post?

by wz z -
Yes, that's it. Thank you!