0.5.6 • Published 10 months ago

@openfn/language-mailgun v0.5.6

Weekly downloads
-
License
LGPLv3
Repository
github
Last release
10 months 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.5.6

10 months ago

0.5.5

10 months ago

0.5.4

10 months ago

0.5.3

11 months ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.3.4

2 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.2

4 years ago