Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WhatsApp integration [C19-11] #16

Open
holgerthorup opened this issue Mar 20, 2020 · 2 comments
Open

Add WhatsApp integration [C19-11] #16

holgerthorup opened this issue Mar 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@holgerthorup
Copy link
Member

Many places around the world adoption of WhatsApp is much higher and is a lower cost channel to push the surveys.

@holgerthorup holgerthorup added the enhancement New feature or request label Mar 20, 2020
@louislva
Copy link
Member

Database changes:

ALTER TABLE public.person ADD whatsapp boolean DEFAULT false  NOT NULL;
CREATE INDEX person_whatsapp_index ON public.person (whatsapp);

@holgerthorup holgerthorup changed the title Add WhatsApp integration Add WhatsApp integration [C19-11] Mar 22, 2020
@louislva
Copy link
Member

#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants