You will need:
- Igloohome padlock
- Blippa account with administrative login.
- Blippa Igloohome subscription.
Steps:
- Download the Igloohome app.
- In the app, create an account.
- Pair the padlock.
- Goto BlippaCom
- In the Settings-Integrations menu, select Igloohome.
- Choose Connect (leave the Client XX not selected).
- Login with the Igloohome account that you created.
- Goto Settings-Data Sources.
- Add Igloohome as a data source. Name it something like ”Igloohome Locks”.
- In a Function block or an Object, add a variable with the name ”Igloo Lock” and type ”Datasource”. Select the ”Igloohome Locks” datasource.
- Now, you can select the lock in the variable (to connect the lock to a specific object).
To use a form to generate unlock codes for the lock, do the following:
- Create a Form.
- Configure payments (covered in a future post).
- In the form-Actions, add Form Submit, choose Igloohome Algopin.
- Select the lock variable
- Enter the appropriate Pincode options, such as Valid for XX or One-Time.
- The generated pincode will then be available through the variable $var:blip-algoPin$ after the form is successfully submitted.
(This variable is unfortunately not selectable through the Variable Picker and has to be entered manually for the time being) - Use the variable in SendTo’s like SMS/Email, in the forms confirmation text or transfer it to a Created Object using the Action ‘Set Variable’

