provider Reverse DNS POST /whitelabel/ips
@utdk/sendgrid /whitelabel/ips
Set up reverse DNS
**This endpoint allows you to set up reverse DNS.**
on-behalf-of header
string

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postWhitelabelIps
POST/whitelabel/ips
**This endpoint allows you to set up reverse DNS.**

Input

required

The root, or sending, domain that will be used to send message from the IP address.

required

The IP address for which you want to set up reverse DNS.

The subdomain that will be used to send emails from the IP address. This should be the same as the subdomain used to set up an authenticated domain.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.postWhitelabelIps({
  "on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})