bedrock-identity

Bedrock identity


Keywords
bedrock
License
ICU
Install
npm install bedrock-identity@5.0.1

Documentation

bedrock-identity

Bedrock Node.js CI

Bedrock identity

Requirements

  • npm v3+

TODO

Mail Triggers

getIdentity

Set identity in mail event details.

// send email
bedrock.events.emitLater({
  type: 'myModule.myEvent',
  details: {
    triggers: ['getIdentity'],
    // other event data
    ...
  }
});