reev-create / twilio-whatsapp

Composes and sends automated WhatsApp messages to your users based on the contents of a document written to a specified Cloud Firestore collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reev technologies

powered by reev technologies

Contact us    LinkedIn    Facebook    Instagram


Here's a basic example document write that would trigger this extension:

admin.firestore().collection('messages').add({
  to: '+1234567890',
  message: "Hello from Firebase!",
})

About

Composes and sends automated WhatsApp messages to your users based on the contents of a document written to a specified Cloud Firestore collection.


Languages

Language:JavaScript 100.0%