Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sendgrid_contact_persist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendgrid_contact_persist

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sendgrid_contact_persist

A microservice for persisting SendGrid contacts.

Usage

gem install sendgrid_contact_persist

You need to set SENDGRID_API_KEY on your environment for api authorization. Once you have your key set you can call the service.

Service API

You can pass either a single email or a list of emails to persist:

SendgridContactPersist "email@email.com"
SendgridContactPersist ["email1@email.com", "email2@email.com"]

You can also pass custom fields to be applied to all of the emails you are persisting. You must define the custom fields on Sendgrid's Admin Marketing interface before using them here.

SendgridContactPersist "email@email.com", foo: :bar

FAQs

Package last updated on 14 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc