Build cycle for sending message and image with whatsapp to multiple mobile numbers

I have 3 tables.

  1. CUSTOMERS: [Customer ID], […], [Mobile Number]

  2. MESSAGE: [Message Id], [Message Text], [Image Field]

  3. MESSAGE ROWS: [Message Row Id], [Message Id], [Customer Id], [Selection (yes / no)]

With a click I would like to copy all the [Customer Id] and only the active [Message Id] in the MESSAGE LINES table and then check only some customers in [select] to send [Message Text] and [Image Field]

Could you help me understand how to do it.

Ps.
I know how to write the WhatsApp API to open the app which receives a txt string

Thanks

0 2 150
2 REPLIES 2
Top Labels in this Space