SendGrid Environment Variables
BOX_MODULE_PROVIDER_SENDGRID_API_KEY
BOX_MODULE_PROVIDER_SENDGRID_API_KEY=<api_key>
<api_key> is your SendGrid API key.
BOX_MODULE_PROVIDER_SENDGRID_FROM
BOX_MODULE_PROVIDER_SENDGRID_FROM=<string>
<string> would go into from field. Usually looks like: example@example.com, John Doe <noreply@example.com>.
BOX_MODULE_PROVIDER_SENDGRID_DATARESIDENCY
BOX_MODULE_PROVIDER_SENDGRID_DATARESIDENCY=<region>
<region> specifies the data residency region for the SendGrid API. Set to eu to use the European region. When not set, the default region is used.
Last updated: