mogy-google-site-verification

Google Site Verification activities for Mogy

Usage no npm install needed!

<script type="module">
  import mogyGoogleSiteVerification from 'https://cdn.skypack.dev/mogy-google-site-verification';
</script>

README

mogy-google-site-verification

Google Site Verification API activities for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-google-site-verification --save

To register the activities to Amazon Simple Workflow :

$ mogy register

Config

In your mogy environment config file, under the activities key, add :

"google-site-verification": {
    "clientEmail": "xxx@developer.gserviceaccount.com",
    "key": "...content of your pem file..."
}

And specify your Pushover appToken.

Sample Decider Usage

activity({
    name: 'my-task',
    activity: 'google-site-verification_list',
    input: {}
})