diff --git a/_docs/_partners/data_and_infrastructure_agility.md b/_docs/_partners/data_and_infrastructure_agility.md
index b236f5412d2..e258d887e5c 100644
--- a/_docs/_partners/data_and_infrastructure_agility.md
+++ b/_docs/_partners/data_and_infrastructure_agility.md
@@ -133,4 +133,6 @@ valid_partner_list:
url: /docs/partners/data_and_infrastructure_agility/cohort_import/treasuredata/
- name: LiveRamp
url: /docs/partners/data_and_infrastructure_agility/advertising/liveramp/
+- name: Inbox Monster
+ url: /docs/partners/data_and_infrastructure_agility/analytics/inbox_monster/
---
diff --git a/_docs/_partners/data_and_infrastructure_agility/analytics.md b/_docs/_partners/data_and_infrastructure_agility/analytics.md
index 78583ef3211..1879ae59f28 100644
--- a/_docs/_partners/data_and_infrastructure_agility/analytics.md
+++ b/_docs/_partners/data_and_infrastructure_agility/analytics.md
@@ -42,4 +42,6 @@ valid_partner_list:
url: /docs/partners/data_and_infrastructure_agility/analytics/saleswings/
- name: Scuba
url: /docs/partners/data_and_infrastructure_agility/analytics/scuba/
+- name: Inbox Monster
+ url: /docs/partners/data_and_infrastructure_agility/analytics/inbox_monster/
---
diff --git a/_docs/_partners/data_and_infrastructure_agility/analytics/inbox_monster.md b/_docs/_partners/data_and_infrastructure_agility/analytics/inbox_monster.md
new file mode 100644
index 00000000000..15637480690
--- /dev/null
+++ b/_docs/_partners/data_and_infrastructure_agility/analytics/inbox_monster.md
@@ -0,0 +1,33 @@
+---
+nav_title: Inbox Monster
+article_title: Inbox Monster
+alias: /partners/inbox_monster/
+description: "This reference article outlines the partnership between Braze and Inbox Monster, an online email marketing tool that allows Braze customers to unlock powerful deliverability insights and creative analysis to supercharge inbox performance."
+page_type: partner
+search_tag: Partner
+
+---
+
+# Inbox Monster
+
+> [Inbox Monster](https://inboxmonster.com//) is an inbox signals platform that helps enterprise brands land every send. It's an integrated suite of solutions for deliverability, creative rendering, and SMS monitoring, that empowers modern customer relationship managment (CRM) teams and ends the sending scaries.
+
+The Braze and Inbox Monster integration allows you to eliminate manual seedlist testing, automate the creation of powerful and actionable inbox placement signals, simplify the process of reviewing and approving email creative assets, and obtain valuable deliverability insights. You can also seamlessly import email templates for creative diagnostics and device previews.
+
+## Prerequisites
+
+| Requirement | Description |
+|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Inbox Monster platform account | An Inbox Monster platform account is required to take advantage of this partnership. |
+| Braze REST API key | A Braze REST API key with the following permissions:
- `messages.send`
- `templates.email.create`
- `templates.email.update`
- `templates.email.info`
- `templates.email.list`
And with the following whitelisted ips:
- `3.136.16.19`
- `3.140.233.31`
- `18.220.127.138`
This can be created in the Braze dashboard from **Settings** > **APIs and Identifiers** in the **API Keys** tab |
+| Braze app identifier | A Braze app identifier.
This can be found in the Braze dashboard from **Settings** > **APIs and Identifiers** in the **App Identifiers** tab. |
+| Braze endpoint | [Your Braze endpoint]({{site.baseurl}}/api/basics/#endpoints) aligns with your Braze dashboard URL.
For example, if your dashboard URL is `https://dashboard-03.braze.com`, your endpoint will be `dashboard-03`. |
+{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}
+
+## Integration
+
+To integrate Inbox Monster, follow the steps in [Integrating with Inbox Monster](https://intercom.help/inbox-monster/en/articles/9518204-scheduled-placement-tests-with-braze#h_80147afaf3).
+
+## Usage
+
+To learn how to send schedule inbox placement tests through Inbox Monster, refer to [Scheduled Inbox Placement Tests](https://intercom.help/inbox-monster/en/articles/9518204-scheduled-placement-tests-with-braze#h_7e74bc474e).
\ No newline at end of file
diff --git a/_docs/_partners/home.md b/_docs/_partners/home.md
index 0111d4ddb6e..e0bb13ac33e 100644
--- a/_docs/_partners/home.md
+++ b/_docs/_partners/home.md
@@ -300,4 +300,6 @@ valid_partner_list:
url: /docs/partners/data_and_infrastructure_agility/cohort_import/treasuredata/
- name: LiveRamp
url: /docs/partners/data_and_infrastructure_agility/advertising/liveramp/
+- name: Inbox Monster
+ url: /docs/partners/data_and_infrastructure_agility/analytics/inbox_monster/
---