n8n, Make, or Zapier from a generic webhook
Point Notifyer at a Make hook, Zapier catch hook, or n8n webhook URL with outgoing enabled. Filter on incoming_message and send_by to react when the owner types on their phone.
Outcome: The same payload as the native nodes, without waiting on a node update.
Custom backend or Lovable Edge Function
Your server receives POST JSON, stores direction and send_by, and triggers CRM or AI logic. Agent Skills can create the webhook with --incoming --outgoing.
Outcome: Full conversation capture in your own database, including human phone-app replies.
Team accountability
When send_by is a teammate name, was_message_by_human is true. When send_by is WhatsApp App, the reply was typed on the phone. Automations set was_message_by_human to false.
Outcome: You can see which system and which person sent each outgoing message.