Settings - Partner
Elements that can be shared among more than one endpoint definition.
Updates New Relic partner settings.
PATCH /v3/partner_settings/new_relic
Base url: https://api.sendgrid.com
This endpoint allows you to update or change your New Relic partner settings.
Our partner settings allow you to integrate your SendGrid account with our partners to increase your SendGrid experience and functionality. For more information about our partners, and how you can begin integrating with them, please visit our Partners documentation.
By integrating with New Relic, you can send your SendGrid email statistics to your New Relic Dashboard. If you enable this setting, your stats will be sent to New Relic every 5 minutes. You will need your New Relic License Key to enable this setting. For more information, please see our SendGrid for New Relic documentation.
Authentication
- API Key
Headers
Request Body
The license key for your New Relic account.
Indicates if this partner setting is enabled.
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
{
"license_key": "",
"enabled": true,
"enable_subuser_statistics": true
}
Responses
Indicates if your subuser statistics will be sent to your New Relic Dashboard.
Indicates if this setting is enabled.
The license key provided with your New Relic account.
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.