0.4.5 • Published 17 days ago

@openfn/language-mailgun v0.4.5

Weekly downloads
-
License
LGPLv3
Repository
github
Last release
17 days ago

Language Mailgun

Language Pack for building expressions and operations for working with the mailgun API.

mailgun-js on npm

Documentation

Configuration

View all the required and optional properties for state.configuration in the official configuration-schema definition.

send

send(
  fields(
    field('from', 'from_email'),
    field('to', 'to_email'),
    field('subject', 'Your Subject'),
    field('text', 'Your message goes here')
  )
);

Development

Clone the adaptors monorepo. Follow the Getting Started guide inside to get set up.

Run tests using pnpm run test or pnpm run test:watch

Build the project using pnpm build.

To just build the docs run pnpm build docs

0.4.5

17 days ago

0.4.4

2 months ago

0.4.3

9 months ago

0.4.2

9 months ago

0.4.1

11 months ago

0.3.4

1 year ago

0.3.2

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

3 years ago