Registry / messaging / simple-spark

simple-spark

JSON →
library1.0.12rbrubygemsunverified

An alternative to the official SparkPost Ruby gem for sending emails via SparkPost API.

gem install simple_spark
INSTALL
IMPORT
SIG · SIMPLE-SPARK
S
simple-spark
messagingrubyv1.0.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SimpleSpark
require 'simple_spark'

Send an email using the SparkPost API.

require 'simple_spark' client = SimpleSpark::Client.new(api_key: 'your-api-key') response = client.transmissions.create( recipients: [{ address: 'recipient@example.com' }], content: { from: 'sender@example.com', subject: 'Hello', text: 'World' } ) puts response.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.12latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
simple-spark — gem install simple-spark · libregistry