message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?thread_ts=1709081535.497109&cid=C04RER4PH09) on how they can grade a coding assignment in or out of CE.
- [X] Q2 finished by second week of March to give us enough time to plan/react --> Q3 - let's focus on getting these out by end of March --> Q4 - End of April
- [X] StopItSolutions, change button destination depending on property. Code block below is how you'd run it after page load and where the custom property lives.
- [X] As Katlin from G2 to explain how she got her metrics.
- [X] 'Since joining Gainsight we have a mandate to scale our community. You guys are doing it well. How do you do XF work? How did you get those numbers? How did you tie it to retention?'
- [X] Internal change management. They don't need to reference Northpass. You've mastered it, we'd love for you to do a session with our customers.
- [X] Emerging markets outreach - $50k+ goes to Easton. Under that goes to Kat. Be sparing with Kellie - C-level and brand name/SaaS/Good Logo. CC Kat on *all* check ins. Send reminder to #ce-cs.
- [X] Reach out to Chris and ask for executive sponsor. If they ask why, we say this is standard procedure and we actually recommend the same to our customers. Direct line of contact to our executive team.
- [X] Add TL tl;dr notes for Artera, Williams-Sonoma
- [X] Clone courses into sandbox and remove templates for Big Ideas
- [X] Walmart - we *must* get screenshots to them. Discuss with Rob & Allyson
## 03-27-2024
- [ ] Walmart - Ask if they can expose storage in Azure.
SPS - Note to product team re: HMAC hashes not aligning.
```text
Team - this is for and and all Ruby experts! I have a client that is having trouble verifying Northpass webhooks in their system. They are using python, if it matters, but I think both python and ruby use unicode for their encoding. So they have correctly written the function to verify the hash, but if there is a special character in the payload (accent over an é or chinese/pinyin character), the hashes don't match. From what I can read, as long as both languages are using unicode, it should have the same hash. Does anyone know if ruby does something different with encoding special characters that they should account for in their python function?
They have confirmed with me that the hashes do match if there are no special characters in the data. This seems to only happen with payloads with special characters.