Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for sendMail #806

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Conversation

dblythy
Copy link
Member

@dblythy dblythy commented Dec 26, 2020

Content

Adds documentation for new feature Parse.Cloud.sendEmail().

Related to: parse-community/parse-server#7096

TODO before merge:

_includes/cloudcode/cloud-code-advanced.md Outdated Show resolved Hide resolved
_includes/cloudcode/cloud-code-advanced.md Outdated Show resolved Hide resolved
_includes/cloudcode/cloud-code-advanced.md Outdated Show resolved Hide resolved
Copy link
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the docs!

@mtrezza mtrezza requested a review from TomWFox December 27, 2020 11:52
Copy link
Contributor

@TomWFox TomWFox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a little nit, otherwise LGTM 👍

_includes/cloudcode/cloud-code-advanced.md Outdated Show resolved Hide resolved
@TomWFox TomWFox added the state:awaiting-release To be merged once a release has been made in the corresponding repo. label Dec 31, 2020
Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
@dblythy
Copy link
Member Author

dblythy commented Mar 17, 2022

Ready for merge @mtrezza

@@ -583,6 +583,18 @@ Here's an example of the JSON data that would be sent in the request to this web

After setting up your webhook in the Dashboard UI, you'll be acurately decrementing comment counts!

# Sending Emails
If your Parse Server configuration specifies an `emailAdapter`, you can send email via cloud code using `Parse.Cloud.sendEmail`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this also needs the >=5.0 version tag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:awaiting-release To be merged once a release has been made in the corresponding repo.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants