1.0.0 • Published 6 years ago

@bladedancer/api-builder-plugin-gm-gmailutils v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

api-builder-plugin-gm-gmailutils

About

This module installs the Gmail Utils flow-node to be used within Axway API Builder's flow editor.

The Gmail Utils flow-node provides methods to assist in message creation when interacting with the Gmail API.

formatMessage

The formatMessage method creates a body that can be consumed by gmail.users.messages.send.

ParamTypeRequiredDescription
tostringnThe to recipient.
ccstringnThe cc recipient.
bccstringnThe bcc recipient.
subjectstringnThe message subject.
bodystringnThe message body.

Install

After creating your API Builder project (npx @axway/api-builder init project), you can install this flow-node handler using npm:

npm install api-builder-plugin-gm-gmailutils

The "Gmail Utils" flow-node will then be available in the tools panel when creating or editing Flows.