Documentation Index
Fetch the complete documentation index at: https://partner-integrations.voyado.com/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Sitoo is a cloud-native mobile point of sale (mPOS) and omnichannel platform for global retailers, empowering retailers to sell everywhere and fulfil anywhere.
- Register your customers in Sitoo and sync them to Engage in real-time
- Identify customers directly in Sitoo, regardless if they were registered in store or online.
- Sync purchases and returns from Sitoo to Engage
- Assign personal discounts based on segments in Engage connected to campaigns in Sitoo.
- Reward customers with vouchers generated in Engage and enable them in Sitoo.
- Enable self check-out and let customers identify themselves and redeem their offers and vouchers.
- Build offline campaigns with labels assigned through the marketing automation platform in Engage.
Requirements
- An active Engage CXP and Omni license
- An active Sitoo license
Configuration in Engage
Here is what your Engage team needs to do:- In the client’s tenant, create an API-key user for the Sitoo integration.
- Send the API key and the tenant’s base URL for API access to Sitoo.
- If the client has stores in the US, enable the feature toggle “SkipReceiptTotalGrossPriceValidation“ since the US uses a sales tax applied to the totalGrossPrice and not to each line item.
- If the store is not in a country using the defined group currency, then the currency needs to be retrieved using an exchange rate. This needs to be set up in Engage using a fixed exchange rate.
Configuration in Sitoo
The API docs for Sitoo can be found here:See the Sitoo API docs

Connection and country settings
Underhandler in the YAML is where you set base URL, API key and the country settings:
Attributes used to search for contacts
Undersearch_types and client_settings you’ll define the attributes used to search for a contact in Engage:
Contact lookup (Dun & Bradstreet)
Here you can configure the personal attribute used to enrich your contact’s profiles through a vendor like Dun & Bradstreet. Under “client_settings” you can definelookup_type as either “personal_id” (for their personal identity number) or “mobile” (for their mobile number):
Attributes for creating contacts
In theclient_settings section under fields_add is where you add the fields from Engage that will be accessible in Sitoo when adding a contact. These can either be “editable” or “readonly”.
Attributes for editing contacts
These are the attributes available in the POS when updating an already existing contact. These are added to theclient_settings section under fields_edit. The attributes that you want to be editable are listed as “editable”. If they are not to be editable, make them “readonly”.
Custom attributes
Undersections you can choose which custom attributes to display in the POS. You can add different subject lines and then the attributes connected to that subject line.
Here, attribute is the field name in Engage and title is the text displayed in POS.
display_false and display_true values contain the texts displayed if the field has data (display_true) or if it doesn’t (display_false).
Default discounts and vouchers
These are general member discounts which are applied in Sitoo when a contact is identified. The discounts and vouchers are created in Sitoo and do not have to be connected to a promotion in Engage.Discounts and vouchers connected to labels
These are discounts automatically applied when a contact with a certain label is identified. The voucher is created in Sitoo and in the configuration you can define which discount or voucher is triggered by which label.Returning item purchased with voucher
If such an item is returned, the voucher used to buy it will not be automatically reactivated. This needs to be manually done in Engage.Engage API endpoints
Sitoo needs to access several Engage API endpoints to allow this integration to work.Retrieving a contact
Get contact's full data
Get all labels for contact
Creating / updating a contact
Creating a contact
Updating a specific contact
Working with contacts in Engage API v2
Fetching consents
See all consents in Engage
See consents which are true for specific contact
Fetching from Dun & Bradstreet
Get contact's enhanced data using personal identity number or mobile phone number
Fetching transactions for a contact
Get transactions for a contact (results are paged)
Creating a transaction
Add transaction using contactId as match key
Redeeming a promotion
Redeeming a promotion
Redeeming a reward voucher
Redeeming reward voucher