Fixed

Webhooks when customers text keywords

When a customer texts a configured keyword like STOP or HELP, your webhook should fire so downstream systems can update consent or run the next step. Those keyword webhooks were failing to deliver; they reach your endpoint again when handling completes.

  • Your integrations can react from webhook payloads instead of polling message history to learn whether a keyword run finished.