How to send messages with the python client
PreviousHow to customize emails sent through OpenReviewNextHow to Send Decision Notifications Using the UI
Last updated
Was this helpful?
Last updated
Was this helpful?
You can send messages through OpenReview using the python client function. You will first need to .
To send an email you need:
subject: Subject line of the email
message: Text of the email
recipients: List of OpenReview , email addresses, or OpenReview group IDs.
invitation: An invitation that allows you to send an email to your recipients (this is usually the invitation for venue organizers).
Below are some examples of common cases for sending emails.
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: