Skip to content

Pass preferred language in registration flow to Iterable

What does this MR do and why?

We want to pass preferred_language as a new/additional `property with what we already pass to Iterable at signup.

Related to #424946

How to set up and validate locally

  1. Setup to simulate SaaS and restart GDK
  2. Register new user.
  3. On the welcome page select Just me and Join a project.
  4. Submit the form. Go to /admin/sidekiq.
  5. You can see the updated params in CreateIterableWorker failed job, sometimes you may need to restart GDK to see the failed jobs.
  6. Screenshot_2023-10-04_at_4.36.09_PM

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Roy Liu

Merge request reports