Sending emails
Is it possible to send emails with Drimify? It is possible to automatically send emails from Drimify as a direct response to user interaction through an external emailing service. Some examples related to sending emails: Confirm participation Send participant’s result Notify participant of a win For these functions, you must use the Drimify API option to send emails. There are three possible integrations: A Zapier integration (/en/articlFew readersDirect sharing link and HTML embed code samples for tests
Direct link test sample https://go.drimify.com/slotmachine/15/app.html?projectid=1881505005bbf7b03b90ee773577123-5bbf7b03b9148&lang=en HTML integration code test samplePopularHTML embed code (widget) advanced integration
Widget sample codeSome readersAPI & data structure
Our REST API only allows to fetch (GET) the data collected through your data collection form set up in your game. The different API keys available are in bold ID (mandatory) - Unique ID quizzUid (mandatory) - Returned if the game is a quiz. Quiz Unique ID appUid (mandatory) - Returned if the game is anything but a quiz. Application unique ID appType (mandatory) - The application type (quiz, scratch, memory, etc.) idunic - Data collected for the unique ID fPopularZapier integration
How to setup the Zapier integration to get your Drimify DataSome readersCustom Unique ID
You can pass a Custom Unique ID to each Drimify app in order to skip any registration process and keep track of the user session and collected data. The Custom Unique ID variable has to be inserted in the app URL. The Custom Unique ID will then be used as SessionID in the data collection. For direct link Test sample code valid for all games (except the Basketball and Football games). The Custom Unique ID is inserted at the end via &customdrimid=XXX where XXX can be replaced with yourSome readersHTML/ CSS Customisation Field
The HTML/ CSS customisation field is an option available only with the Drimify Premium offer Where can I find the field in my dashboard? You will find the HTML/ CSS field at the bottom of the "design" creation step in the Drimify interface. How do I edit typography and colours in CSS? You can change the typography, colours and other attributes by adding CSS code in the customisation field with the following code:Some readersWhat is the purpose of the "pid" URL variable for tracking?
The pid is a URL variable (URL parameter) which is a way to differentiate and track the same interactive game or module but via different tracked URLs. Examples of use include: If you have multiple outlets, you can add a different pid for each at the end of the URL of your Drimify game to differentiate the source of entries at the data export level. Example: pid=paris, pid=newyork, and pid=tokyo. If you communicate your campaign via different channels (email, social networSome readers