Raphael Serafim

Results 16 issues of Raphael Serafim

Saving the Webhook Database

List contacts

**Describe the bug** contacts.upsert Events no longer work. ```JS socket.ev.on("contacts.upsert", async (contacts: Contact[]) => { console.log("contacts", contacts) }); ```

bug

Does anyone have an example of how to receive events when someone likes or comments on a post?

question
unconfirmed