Cloudkibo / WhatsApp

0 stars 0 forks source link

Webhook endpoint to receive Message Payload #113

Closed Assadbintahir closed 5 years ago

Assadbintahir commented 5 years ago

Webhook endpoint at whatsapp server to receive Message Payload from docker client / simulator which will then be added to messages table of DB. A socket IO notification containing message ID will also be sent to UI client.

dayemsiddiqui commented 5 years ago

I have completed work on this issue. Assigning this to @Assadbintahir for testing

Assadbintahir commented 5 years ago

I have tested this. It is working fine.

jekram commented 5 years ago

@Assadbintahir @dayemsiddiqui Thanks