How to Integrate with Ometria

Ometria is a customer data and marketing platform that helps retailers create personalized experiences customers love.

Ometria Integration Requirements

Before setting up your integration, you need the following parameters from Ometria:

If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics.

Follow these instructions to integrate with Ometria.

1. In Digioh, click Add New Integration.

2. Set a name in the Friendly Name field.

add new integration page in Digioh

3. Set API Form Post from the Integration Dropdown.

select API form post in the integration dropdown

4. Enter Form Post URL.

https://api.ometria.com/v2/push

enter form post URL for Ometria integration

5. Select JSON Raw in the Post Type Dropdown.

post type JSON raw

6. Select the Digioh Box you wish to add your integration to.

select the Digioh box you wish to integrate with Ometria

7. Click Create Integration.

After clicking Create Integration, you will see the advanced settings page.

8. Configure the Advanced Integration Settings.

Set the HTTP method to POST.

Header 1: Enter X-Ometria-Auth in Header 1 Key, and enter your Ometria API Key in Header 1 Value.

advanced settings for Ometria integration

Add the following JSON in the

[
     {
          "@type": "contact",
          "@collection": "default",
          "id": "[EMAIL_MD5]",
          "customer_id": "[EMAIL_MD5]",
          "@add_to_lists": [7849], 
          "email":"[EMAIL]",
          "name":"[NAME]",        
          "marketing_optin": true,
           "properties": {
               "custom_1": "[CUSTOM_1]",  
               "digioh_lightbox_name": "[LIGHTBOX_NAME]"
             }
       }
]

Note: This JSON payload passes the default values for collection. It can be configured to your needs.

To create your custom fields in Ometria, see documentation here.

Your Ometria contact object integration with Digioh is ready to go! We can also integrate with other Ometria objects like Order, Products, and custom events.

If you have any questions about setting up your Ometria integration, send us a message, and we’ll be glad to help!