How to send messages with the python client
You can send messages through OpenReview using the python client post_message function. You will first need to install and setup the python client.
To send an email you need:
subject: Subject line of the email
message: Text of the email
recipients: List of OpenReview profile IDs, email addresses, or OpenReview group IDs.
invitation: An invitation that allows you to send an email to your recipients (this is usually the meta invitation invitation for venue organizers).
Below are some examples of common cases for sending emails.
Sending a message to all of your venue's authors
If you wanted to include a link to each author's paper in the email, you could instead iterate through each submission and send an email with the papers' authorids fields as recipients:
Sending an email to the reviewers of submission 123
PreviousHow to customize emails sent through OpenReviewNextHow to Send Decision Notifications Using the UI
Last updated