If you want to set up multiple destinations for integrations to send outbound bills for Accounts to your 3rd-party system, then you can use the Account Filter setting on an integration to do this:Documentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
- When you configure the integration, enter an expression for Account Filter that references any of the available Account fields or references custom fields you have added to Accounts.
- The integration will then run for an Account only if the expression is satisfied.
Account Fields for Integration Account Filter Expressions
The following fields on an Account can be referenced by the expression you enter for the Account Filter settings:-
id -
accountName -
accountCode -
addressaddressLine1addressLine2addressLine3addressLine4localityregionpostCodecountry
-
currency -
customFields
Example Setup for Multiple Destinations
Suppose you use Xero as your Accounts Receivable system. When you set up an integration in m3ter for your end customer Account Bills to be sent outbound into your Xero system, you want some Account Bills to go to a Xero US destination and other Account Bills to go to a Xero UK destination. To satisfy this use case, you can set up two separate integrations - call them Xero US and Xero UK - and use an expression on the Account Filter to ensure each integration is run only for the relevant Accounts:-
Xero US Integration. Enter the following expression for the Account Filter setting, which references the
address.countryfield on the Account object:address.country == US
-
Xero UK Integration. Enter the following expression for the Account Filter setting, which references the
address.countryfield on the Account object:address.country == UK