Improve Pavlok setup docs

This commit is contained in:
2026-08-24 21:43:59 -04:00
parent 8f361389dc
commit 5783996f98
+5 -1
View File
@@ -1,8 +1,12 @@
# Pavlok Integration Steps # Pavlok Integration Steps
1. Head [here](https://pavlok.readme.io/reference/stimulus_create_api_v5_stimulus_send_post) and log in using the button at the top right. 1. Head [here](https://pavlok.readme.io/reference/stimulus_create_api_v5_stimulus_send_post) and log in w/your Pavlok account.
- If on mobile, the `Log In` button is hidden behind the hamburger menu on the top left.
- If on desktop, the button will be visible on the top right.
- For some reason, my Pavlok password will not log me into this page, so I have to use the password-less login option. YMMV. - For some reason, my Pavlok password will not log me into this page, so I have to use the password-less login option. YMMV.
2. Find the `CREDENTIALS` section and click the lock icon in the `Header` bar. You need to copy all the text AFTER `Bearer`. 2. Find the `CREDENTIALS` section and click the lock icon in the `Header` bar. You need to copy all the text AFTER `Bearer`.
- This is your JWT token/API key and should begin with `ey`. - This is your JWT token/API key and should begin with `ey`.
- This can be difficult to copy on mobile browsers - the string is very long and in a short text box. Be sure to get it all!
- If you're having trouble copying it from here, you can make a test API request by filling out `Body Params` and pressing `Try It!`. When you get a response, expand the `Headers` and your token will be visible as the `REQUEST` `Authorization` header.
3. Open Trigalarm's phone-side settings, enable Pavlok integration, and paste the copied key into the `API Key` box. 3. Open Trigalarm's phone-side settings, enable Pavlok integration, and paste the copied key into the `API Key` box.
4. Make sure the Pavlok app is open in the background & press the `TEST API KEY W/BEEP` button to verify it is working. 4. Make sure the Pavlok app is open in the background & press the `TEST API KEY W/BEEP` button to verify it is working.
- If all is well, your Pavlok should audibly beep. You're good to go! - If all is well, your Pavlok should audibly beep. You're good to go!