Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<html>
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <style>
   body {
            color: #002E22;
            font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
            font-size: 15px;
            line-height: 1.333;
        }
        p {
            margin: 0;
            padding: 0;
            font-size: 15px;
            color: #002E22;
        }
        h1 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        h2 {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 8px;
            padding: 0;
            color: #002E22;
            font-weight: 700;
        }
        hr {
            background-color: #F8F4F0;
            border: none;
            height: 2px;
            margin-left: 0;
            margin-right: auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        p a {
            color: #0164BF;
        }
        .wrapper {
            font-size: 15px;
            color: #002E22;
            margin-bottom: 16px;
            margin-top: 16px;
        }
        .chat-message {
            font-size: 0;
            padding: 8px 0;
            display: table;
        }
        .chat-message__avatar {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-right: 12px;
        }
        .chat-message__avatar img {
            display: block;
            width: 40px;
            height: 40px;
        }
        .chat-message__comment {
            font-size: 15px;
            display: table-cell;
            vertical-align: top;
            width: 100%;
        }
        .chat-message__comment__sender {
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            height: 20px;
            color: #002E22;
            display: inline-block;
            white-space: nowrap;
        }
        .chat-message__comment_sender__name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: top;
            max-width: 220px;
            height: 20px;
        }
        .chat-message__comment__sender a {
            text-decoration: none;
            pointer-events: none;
            color: #002E22;
        }
        .chat-message__comment__date {
            color: #76847E;
            font-size: 11px;
            text-align: left;
            font-weight: 400;
            display: inline-block;
            max-width: 180px;
        }
        .chat-message__comment__text {
            font-size: 15px;
            line-height: 20px;
        }
        .chat-message__comment__text p {
            margin-bottom: 16px;
        }
        .chat-message__comment__text_last p {
            margin-bottom: 0;
        }
        .chat-message__comment__payment_last {
            color: #76847E;
        }
        .chat-message__comment__system_message {
            color: #76847E;
        }
        .chat-message__comment__previewcard {
            background-color: #F8F4F0;
            border-radius: 16px;
            width: 335px;
            margin-top: 4px;
            margin-bottom: 16px;
            overflow: auto;
        }
        .chat-message__comment__previewcard__content {
            padding: 16px;
        }
        .chat-message__comment__previewcard__eyebrow {
            color: #76847E;
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 4px;
        }
        .chat-message__comment__previewcard__amount {
            color: #002E22;
            font-size: 19px;
            line-height: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        .chat-message__comment__previewcard__description {
            color: #76847E;
            font-size: 15px;
            line-height: 20px;
            margin-top: 4px;
        }
        .chat-message__comment__previewcard__receipt {
            width: 100%;
            height: 100%;
            flex: 1;
        }
        .chat-message__comment__previewcard__receipt img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            object-position: top;
        }
        .chat-message__comment__previewcard__receipt__container {
            flex-direction: row;
            border-radius: 12px;
            overflow: hidden;
            height: 140px;
            display: flex;
            margin: 4px 4px 0px 4px;
        }
        .chat-message__comment__previewcard__button-wrapper {
            margin-top: 16px;
            text-decoration: none;
            color: #FCFBF9;
        }
        .chat-message__comment__previewcard__button-wrapper a {
            color: #FCFBF9 !important;
        }
        .chat-message__comment__previewcard__link {
            text-decoration: none;
        }
        .chat-message__comment__previewcard__button {
            background-color: #03D47C;
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #FCFBF9;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message__comment__previewcard__button__grey {
            background-color: #E6E1DA;
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            color: #002E22;
            height: 40px;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            border-radius: 40px;
            width: 100%;
        }
        .chat-message__comment__task__container {
            display: table;
            margin-bottom: 16px;
        }
        .chat-message__comment__task__container_last {
            margin-bottom: 0px;
        }
        .chat-message__comment__task__checkbox {
            height: 16px;
            width: 16px;
            border: 2px solid;
            border-color: #E6E1DA;
            border-radius: 6px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
        }
        .chat-message__comment__task__name {
            display: table-cell;
            vertical-align: middle;
            color: #002E22;
        }
        .checkmark {
            width: 22px;
            height: 22px;
            margin-left: 5px;
        }
        .footer-text p {
            color: #72847D;
            font-size: small;
        }
        .singleExpenseIOUField {
            color: #72847D;
            font-size: small;
        }
        .content-section {
            margin-bottom: 32px;
        }
  </style>
 </head>
 <body style="margin:0; padding:0;">
  <table border="0" cellpadding="0" cellspacing="0" style="color: #002E22; padding: 20px; font-size: 15px; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';" width="100%">
   <tr>
    <td align="center">
     <!-- Main content table -->
     <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 680px;" width="100%">
      <tr>
       <td style="padding: 0px; text-align: left;">
        <!-- Each content section goes here. They will be left-aligned inside the centered table. -->
        <div>
         <img alt="Expensify Logo" height="24px" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-header2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3NzQ0MTkyMTEuMjQ4NDg0OH0:1w5HUh:QvbJQY7fR52OfHvAIWRtdIUJkQRYkFmLt_KtQ82TXfA" width="100px"/>
         <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
          <tr>
           <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
           </td>
          </tr>
         </table>
        </div>
        <div class="content-section">
         <p>
          Hey there,
         </p>
         <br/>
         <p>
          We've recently expanded our partner ecosystem with Uber for Business, American Airlines, Xero, Campfire, TriNet, and others to automate receipt capture and reconciliation globally.
         </p>
         <img alt="Expensify partner integrations" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Fnewsletter%252F2026-03%252Fintegrations-blog.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3NzQ0MTkyMTEuMjQ5MDA0MX0:1w5HUh:OeKjzNLdebyOqOmqK38IaBde8t94F2Iy9Ch2Ruvk53Y" style="width: 100%; max-width: 680px; height: auto; margin-top: 20px; margin-bottom: 20px; display: block; border-radius: 16px"/>
         <div style="text-align: center;">
          <div>
           <div style="margin: 24px 0px; text-decoration: none;">
            <a style="color: #FCFBF9; padding: 0 24px; background-color: #03D47C; display: inline-block; font-size: 13px; font-weight: 700; height: 40px; text-decoration: none; text-align: center; line-height: 40px; border-radius: 40px;">
             Suggest an integration or partnership
            </a>
           </div>
           <span style="padding: 0px; margin: 0px; font-size: 15px;">
           </span>
          </div>
         </div>
        </div>
        <div class="content-section">
         <h2>
          Receipt automation
         </h2>
         <p>
          These new
          <a style="color: #0164BF; text-decoration: none; " target="_blank">
           integrations
          </a>
          sync your receipts to Expensify automatically, eliminating manual uploads entirely and giving finance teams realtime visibility into employee spend.
         </p>
         <ul>
          <li>
           <strong>
            Uber for Business
           </strong>
           - ride and meal receipts flow right into Expensify for automatic categorization and easy approvals.
           <strong>
            Bonus:
           </strong>
           Admins can
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            activate the integration
           </a>
           to get 5% off business rides for their team through June 2026.
          </li>
          <li>
           <strong>
            DoorDash for Business
           </strong>
           - meal receipts sync to Expensify on their own for faster reimbursements and reconciliation.
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            Link your account today
           </a>
           to put DoorDash expenses on autopilot.
          </li>
          <li>
           <strong>
            American Airlines
           </strong>
           - flight receipts land safely in Expensify without any manual work on your part. Just enable the integration from your AAdvantage Business℠ account settings.
          </li>
         </ul>
         <p>
          We'll be adding more receipt integrations soon. In the meantime, you can always forward
          <em>
           any
          </em>
          digital receipts to
          <a style="color: #0164BF; text-decoration: none; " target="_blank">
           receipts@expensify.com
          </a>
          (or text images to 47777) for automatic scanning!
         </p>
        </div>
        <div class="content-section">
         <h2>
          Corporate cards and banking
         </h2>
         <p>
          Our card and bank partnerships are built around the
          <a style="color: #0164BF; text-decoration: none; " target="_blank">
           Bring Your Own Cards
          </a>
          ("BYOC") vision, giving businesses the flexibility to use the financial institutions they already trust, while still benefiting from automated expense management.
         </p>
         <ul>
          <li>
           <strong>
            Kiwibank
           </strong>
           - we've partnered with Kiwibank to help New Zealand businesses get started with smarter expense management. Kiwibank business customers now receive six months of Expensify free, with full access to our Collect or Control plans.
          </li>
          <li>
           <strong>
            ANZ New Zealand
           </strong>
           - we're extending our long-standing partnership with ANZ New Zealand, reinforcing Expensify as a trusted expense management solution for ANZ business customers.
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            Connect your ANZ New Zealand credit card to Expensify
           </a>
           for faster, smarter expense management and get 50% off your first year.
          </li>
         </ul>
         <p>
          ICYMI: Whether your cards are from a global bank or local credit union, Expensify has you covered across 10,000+ financial institutions worldwide.
         </p>
        </div>
        <div class="content-section">
         <h2>
          Accounting &amp; HR partners
         </h2>
         <p>
          Our accounting integrations reconcile expenses to the systems teams rely on to close the books, forecast spend, run payroll, and make better decisions.
         </p>
         <ul>
          <li>
           <strong>
            Xero
           </strong>
           - we've expanded our partnership with Xero to make it even easier for small and mid-sized businesses to connect expenses and accounting with less manual work. Eligible Xero customers receive
           <a style="color: #0164BF; text-decoration: none; " target="_blank">
            50% off Expensify for six months
           </a>
           , and eligible Expensify customers receive free Xero for six months.
          </li>
          <li>
           <strong>
            Campfire
           </strong>
           - we now have a direct integration with Campfire, the AI-native ERP, which can be enabled via Campfire's Connections tab.
          </li>
          <li>
           <strong>
            TriNet
           </strong>
           - we're now part of the TriNet Marketplace, giving SMBs a seamless way to manage expenses alongside TriNet. Eligible TriNet customers receive an exclusive discount on Expensify for six months.
          </li>
         </ul>
         <div style="text-align: center;">
          <div>
           <div style="margin: 24px 0px; text-decoration: none;">
            <a style="color: #FCFBF9; padding: 0 24px; background-color: #03D47C; display: inline-block; font-size: 13px; font-weight: 700; height: 40px; text-decoration: none; text-align: center; line-height: 40px; border-radius: 40px;">
             Suggest an integration or partnership
            </a>
           </div>
           <span style="padding: 0px; margin: 0px; font-size: 15px;">
           </span>
          </div>
         </div>
        </div>
        <div class="content-section">
         <p>
          That's all for this round of partnership updates. Stay tuned for more coming soon!
         </p>
         <p>
          - Concierge
         </p>
        </div>
        <div>
         <div style="margin: 24px 0px; text-decoration: none;">
          <a style="color: #FCFBF9; padding: 0 24px; background-color: #03D47C; display: inline-block; font-size: 13px; font-weight: 700; height: 40px; text-decoration: none; text-align: center; line-height: 40px; border-radius: 40px;">
           Log in to Expensify
          </a>
         </div>
         <span style="padding: 0px; margin: 0px; font-size: 15px;">
         </span>
        </div>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 100% !important; margin: 24px 0;" width="100%">
         <tr>
          <td style="width: 100% !important; background-color: #E6E1DA; height:1px; font-size:0; line-height:0;">
          </td>
         </tr>
        </table>
        <div style="margin-top: 24px;">
         <img alt="Expensify Logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2k5nsl2zxldvw.cloudfront.net%252Fimages%252Femail%252Fexpensify-email-logo-footer2025.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMms1bnNsMnp4bCIsInRpbWUiOjE3NzQ0MTkyMTEuMjQ5MTQxMn0:1w5HUh:6GHXtcsXzEKYm_ERUW7BFWU5nv4AZDQzc9qzdBCGTTE" style="width: 100%; max-width: 80px;"/>
        </div>
        <div style="font-size: 11px; margin-top: 12px; line-height: 14px;">
         <p style="font-size: 11px; margin: 0px 0px 8px 0px; padding: 0px;">
          <a style="color: #76847E; text-decoration: none;">
           548 Market St #61434 • San Francisco, CA 94103
          </a>
         </p>
         <a style="color: #0164BF; text-decoration: none; " target="_blank">
          Unsubscribe
         </a>
        </div>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <!-- Unique hidden ID to prevent trimming -->
  <div style="display: none; font-size: 1px; color: #ffffff;">
   EmailID: 69c37d0a0fcb9
  </div>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Femail.expensify.com%252Fo%252FeJwczTtuAyEQANDTmNKaGT5jCo4QK01qC4ZBRkqWFcvmc_soaV_zaoocAhhNyOwcRkIwzxQYJFZtApJR2RbE3DgAtSpF0JueCCiAJQ8BrYWr2JvHSJ6lgJBzFwf6vet29PZzlfFhZsqFHN9suDg4e1Ot_77SfazeuuTVx_a469fxrmvpPB5_xUue8nydo56y3vaal5rPRL8BAAD__zedN50/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlbWFpbC5leHBlbiIsInRpbWUiOjE3NzQ0MTkyMTEuMjQ5MzAzOH0:1w5HUh:obndV1xDwGJeRy-wR2riqe-K4oK32GQkpP2tjzT__2Y" width="1"/>
 </body>
</html>