Commit 0b960b80 authored by BH18294's avatar BH18294

Added README.md

parent 975fafcb
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
* Now whenever the message is published on the topic from App Script the Cloud function will execute and as per the Environment (QA,DEV,PERF,PROD) email will be received by the relevant approver. * Now whenever the message is published on the topic from App Script the Cloud function will execute and as per the Environment (QA,DEV,PERF,PROD) email will be received by the relevant approver.
* From the same email the approver can go to the Artifact approval form to get it approved. * From the same email the approver can go to the Artifact approval form to get it approved.
# Sample Email Template:
![Email Template Diagram](Email-Template.png?raw=true "Email Template Diagram")
# Pre-Requisites: # Pre-Requisites:
...@@ -74,8 +77,8 @@ ...@@ -74,8 +77,8 @@
## Obtain a SendGrid Email API key ## Obtain a SendGrid Email API key
Click Manage API keys on SendGrid website. A new tab opens for the SendGrid website. Manage API keys * Click Manage API keys on SendGrid website. A new tab opens for the SendGrid website. Manage API keys
![Create Functions Diagram](Create-Functions.png?raw=true "Create Functions Diagram")
* Complete the form or sign in, if prompted. Then, click Get Started! * Complete the form or sign in, if prompted. Then, click Get Started!
* In the menu panel, expand Settings and click API Keys. * In the menu panel, expand Settings and click API Keys.
...@@ -84,6 +87,8 @@ ...@@ -84,6 +87,8 @@
* Under API Key Name, enter "Email Notifications," select Full Access, and then click the Create & View button.[Text Wrapping Break][Text Wrapping Break]API key name * Under API Key Name, enter "Email Notifications," select Full Access, and then click the Create & View button.[Text Wrapping Break][Text Wrapping Break]API key name
![Create API Key Diagram](Create-API-Key.png?raw=true "Create API Key Diagram")
* You are shown the API key. Record the value. You need it in the next section. * You are shown the API key. Record the value. You need it in the next section.
* Click Done. You are shown the current set of API keys. Close the tab and return to the Google Cloud console. * Click Done. You are shown the current set of API keys. Close the tab and return to the Google Cloud console.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment