Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 691 Bytes

This helper allows you to quickly and easily enable/disable SecureWebhook feature or get the public key through Twilio SendGrid.

Dependencies

Quick Start

Run the example (make sure you have set your environment variable to include your SENDGRID_API_KEY).

go run examples/eventwebhook/eventwebhook.go

Usage

Test

go test ./... -v

or

cd helpers/eventwebhook
go test -v