HubSpot Presta Shop Integration
Our B2C and B2B Presta Shops constantly send data into HubSpot and create deals and contacts out of them.
| Prestashop Customer Object Property | Prestashop Example Value | Modification / Note | Hubspot Property Variable | Hubspot Property Name | Send to Hubspot Example Value | Example Value displayed as |
|---|---|---|---|---|---|---|
| id | 123 | id_customer | Customer Id | 123 | 123 | |
| id_lang | 2 | Int -> String | hs_language | Preferred language | en-us | English - United States |
| id_lang | 2 | Int -> String | language | Language | English (English) | English (English) |
| id_gender | 2 | Int -> String | gender | Gender | Ms. | Ms. |
| id_default_group | 1 | Int -> String | customer_group | Default Customer Group/User role | Ospite | Ospite |
| petra_mueller@example.com | petra_mueller@example.com | petra_mueller@example.com | ||||
| lastname | Müller | lastname | Last name | Müller | Müller | |
| firstname | Petra | firstname | First name | Petra | Petra | |
| passwd | test123 | Not transmitted, required by PS | ||||
| newsletter_date_add | 1.1.1970 02:00:00 | Iso Time -> Unix Timestamp | newsletter_date_add | Newsletter Subscription Date | 3600000 | 01.01.1970 02:00 GMT+1 |
| newsletter | 1 | Sign up for our newsletter | yes | Yes | ||
| ip_registration_newsletter | 127.0.0.1 | ip_registration_newsletter | Newsletter Suscription IP Address | 127.0.0.1 | 127.0.0.1 | |
| optin | 1 | Boolean -> String | optin | Receive offers from our partners | yes | Yes |
| website | www.example.com | website | Website URL | www.example.com | http://www.example.com | |
| company | ACME Inc. | company | Company name | ACME Inc. | ACME Inc. | |
| note | Some free string | note | Note | Some free string | Some free string | |
| birthday | 1900-10-20 | String -> String | date_of_birth | Date of birth | 20.10.1900 | |
| getGroups() | [1,4] | Array(1,2,3) -> Sting( “1;2;3” ) | customer_groups | Customer's Groups | 1;4 | Default, Test_Environment |
| Prestashop Address Object Property | Prestashop Example Value | Modification / Note | Hubspot Property Variable | Hubspot Property Name | Send to Hubspot Example Value | Example Value displayed as |
|---|---|---|---|---|---|---|
| id_country | 19 | Int -> String | country | Country/Region | Switzerland | Switzerland |
| id_state | 72 | Int -> String | state | State/Region | Michoacán | Michoacán |
| alias | Home address | Not transmitted, required by PS | ||||
| lastname | John | Not transmitted, required by PS | ||||
| firstname | Doe | Not transmitted, required by PS | ||||
| address1 | Glockengasse 5 | address | Street address | Glockengasse 5 | Glockengasse 5 | |
| address2 | Hinterhaus | “address1, address2” if present | address | Street address | Glockengasse 5, Hinterhaus | Glockengasse 5, Hinterhaus |
| city | Springfield | city | City | Springfield | Springfield | |
| postcode | 1234 | zip | 1234 | 1234 | ||
| phone_mobile | +44123456789 | phone | Phone number | +44123456789 | +44 123 456 789 | |
| phone | +4412345 | only if phone_mobile missing | phone | Phone number | +4412345 | +44 123 456 |