Stamped + Digioh

  • Updated

Stamped's integration with Digioh lets you capture more customers with behaviour-based triggers – Exit, Post Checkout, Entrance, and Timer with pop-up forms, lightboxes, surveys, and quizzes. Follow this guide to learn more!


In this guide


Integration requirements

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

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

  • apiKeyPublic
  • apiKeyPrivate
  • Store Hash

All of these parameters are listed on Stamped's API Settings page: https://go.stamped.io/#/settings/api 


Steps to integrate 

  1. In the Digioh dashboard, click Add a New Integration
  2. Set a name in the Friendly Name field
  3. Set API Form Post in the Integrations Dropdown
  4. Enter the Form Post URL

    https://stamped.io/api/v2/{{storeHash}}/dashboard/customers/add

    Note: Replace the {{storeHash}} with the Store Hash value that we copied from the Stamped API settings page

  5. Select FORM in the Post Type Dropdown

  6. Select Box

  7. Click Create Integration, then you will see the Integration Advanced settings page

  8. Configure the advanced integration settings:
    Set the HTTP method to POST
    Add apiKeyPublic in Basic Auth Username:
    Add apiKeyPrivate in Basic Auth Password:
    Add the following JSON in Raw Data to Send (merge variables will be replaced) field; edit the JSON as needed
{
  "email": "[EMAIL]",
  "firstName":"[FIRST_NAME]",
  "lastName":"[LAST_NAME]",
  "tags":"",
  "dateBirthday": "1987-12-24"
}

If you have questions about this integration or need assistance, please contact the Digioh team: https://help.digioh.com/contact-us/ 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request