@blebson I got the contacts working. Turns out I had a contact that only had a last name and a phone number. This was making the “contact” input take forever to display. Not timeout after 20s, not even after 40s, just wait indefinitely. When I opened Joe it said he was missing the first name (whoaaaat?) as Joe appeared to be the last name (Doe was gone). I also had to pick phone type and country. After that I was able to use the “contact” input. @slagle
I also found out that the contacts are saved in a list of Contact wrappers, meaning any attempt to save those to state failed silently. Error displaying page in the UI, no error in the logs. Same happens if you try to save an event or a device in the state. Fixed that too and now I am able to select contacts. I can’t really find out how to enable Push for those, like it shows in the documentation. Seems to allow SMS only, and I can’t find see the SMS and Push checkboxes like in the documentation. Also, I confirm the [event: false] not working.