Changelog
Patch details and release notes
The hosted user preference age now uses brands from the tenant when a notification is sent using `tenant_id`.
[Create a tenant](https://www.courier.com/docs/reference/tenants/create-replace/) using API and attach a `brand_id`:
```{
name: "ACME Inc",
brand_id: "acme_brand_new",
properties: {
ceo: "Person",
}
}```
When you send a notification using the above tenant, the host user preference page links generated by Courier will have appropriate `acme_brand_new` instead of default brand.
Backed by