WhatsApp Flow [MOMO-21]
Budget: $750 – $1,500 USD
We are looking to build a WhatsApp flow, so a WhatsApp number can send and receive messages and store the responses in a database table. When a user connects to the WhatsApp Bot, they must go through a set of questions to gauge responses on a compliance questionnaire form. This will assist in understanding the level of knowledge of the student.
Requirements
Use the table of Form and Fields for showing Questions, one at a time.
WhatsApp Message Templates to Send Questions
WhatsApp Message Webhook to collect answers and send new Questions.
When a person is new, they need to be registered as a “person” and this must be with the WhatsApp Numbers coreId. Table ”core_thirdparty”.
Database Requirements
I can do the form and questions layout in the tables:
form
form_field_groups
form_fields
Please use 2 tables for the saving of data.
forms_transaction (a now form is answered)
form_transaction_results (answers for the form)
Also save aggregated data per user for forms here
form_summary
Save a log of the outbound messages, in the notifications tables.
Requirements
Use the table of Form and Fields for showing Questions, one at a time.
WhatsApp Message Templates to Send Questions
WhatsApp Message Webhook to collect answers and send new Questions.
When a person is new, they need to be registered as a “person” and this must be with the WhatsApp Numbers coreId. Table ”core_thirdparty”.
Database Requirements
I can do the form and questions layout in the tables:
form
form_field_groups
form_fields
Please use 2 tables for the saving of data.
forms_transaction (a now form is answered)
form_transaction_results (answers for the form)
Also save aggregated data per user for forms here
form_summary
Save a log of the outbound messages, in the notifications tables.