Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Relay Webhooks #121

Merged
merged 4 commits into from
Mar 28, 2016
Merged

Added support for Relay Webhooks #121

merged 4 commits into from
Mar 28, 2016

Conversation

aydrian
Copy link
Contributor

@aydrian aydrian commented Mar 21, 2016

Updated examples and docs.

Closes #117

@aydrian aydrian added this to the 1.3.0 Release milestone Mar 21, 2016
var key = 'YOURAPIKEY'
, SparkPost = require('sparkpost')
, client = new SparkPost(key)
, webhookId = '123456789';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's call this relayWebhookId so that we don't cause confusion with regular webhooks :) (same for the other example files)

@colestrode
Copy link
Contributor

I missed this for Inbound Domains, but we need links on the README to both inbound domains and relay webhooks docs and examples.

@colestrode
Copy link
Contributor

:shipit:

@aydrian aydrian merged commit 4f4bff2 into SparkPost:master Mar 28, 2016
@aydrian aydrian deleted the issue-117 branch March 28, 2016 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants