Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/getting-started/getting-started-sparkpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Here are migration guides for other popular Email Services:

## Sending Email

If you'd like to dive right in, you can read the [API reference documentation](https://developers.sparkpost.com/api/) and we have a [collection](https://www.postman.com/run-collection/81ee1dd2790d7952b76a) for [Postman](https://www.postman.com/) to help you experiment with manual API calls.
If you'd like to dive right in, you can read the [API reference documentation](https://developers.sparkpost.com/api/) and we have a [collection](https://god.postman.co/run-collection/ee44dcd644445e8bd864?action=collection%2Fimport) for [Postman](https://www.postman.com/) to help you experiment with manual API calls.

In case you need it, SparkPost also supports [SMTP-based email delivery](#header-SMTP) with a few modern twists.

Expand Down
4 changes: 2 additions & 2 deletions content/docs/tech-resources/inbound-email-relay-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Best practice recommendations for use of a relay webhook are simple and short. 
Before you start you will need the following:

* A Relay Webhook consumer: This is code that you write and host. This is what will process inbound emails relayed through SparkPost. You will need to have this ready before you set up your Relay Webhook. For testing, you could use a service like requestbin.com (https://requestbin.com) to set up a temporary consumer.
* An API key with "Inbound Domains: Read/Write" and "Relay Webhooks: Read/Write" permissions. You're going to make some API calls, so you might want to download [Postman](https://www.postman.com) and get the free [SparkPost Postman collection](https://www.postman.com/run-collection/81ee1dd2790d7952b76a) to make this easier.
* An API key with "Inbound Domains: Read/Write" and "Relay Webhooks: Read/Write" permissions. You're going to make some API calls, so you might want to download [Postman](https://www.postman.com) and get the free [SparkPost Postman collection](https://god.postman.co/run-collection/ee44dcd644445e8bd864?action=collection%2Fimport) to make this easier.

Once you have these, there are three steps to setting up your Relay Webhook:

Expand Down Expand Up @@ -79,7 +79,7 @@ You can check your MX record propagation [here](https://www.whatsmydns.net/#MX)

## Create an Inbound Domain

This is the domain that users will send email to. You can send a POST request to https:<span></span>//api.sparkpost.com/api/v1/inbound-domains or use our [Postman collection](https://www.postman.com/run-collection/81ee1dd2790d7952b76a) to create your [Inbound Domain](https://developers.sparkpost.com/api/inbound-domains.html). Make sure to set your API key as the Authorization header under the "headers" tab and to set your domain under the "body" tab.
This is the domain that users will send email to. You can send a POST request to https:<span></span>//api.sparkpost.com/api/v1/inbound-domains or use our [Postman collection](https://god.postman.co/run-collection/ee44dcd644445e8bd864?action=collection%2Fimport) to create your [Inbound Domain](https://developers.sparkpost.com/api/inbound-domains.html). Make sure to set your API key as the Authorization header under the "headers" tab and to set your domain under the "body" tab.

## Create a Relay Webhook

Expand Down