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

add some text to readme #2

Merged
merged 1 commit into from
Oct 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions email-cloud-function-action/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# IBM Cloud Functions Action for custom mail provider for App ID


With IBM Cloud App ID’s Cloud Directory feature, you can add sign-up and sign-in to your mobile or web apps and create a user registry to manage users. Cloud Directory supports sending email messages to your users to verify their email address, allows them to reset their password, and more. By default, App ID takes care of delivering the email messages for you but you can define a custom extension point that will be invoked when an email needs to be sent.


This is an implementation of an [IBM Cloud Functions](https://console.bluemix.net/openwhisk) action that can be used with [App ID](https://console.bluemix.net/catalog/services/app-id).
This example uses SendGrid an an email provider, you will need to provide your SendGrid API key.

Expand Down