Laravel Inbox Pattern - ShipSaaS
GitHubShipSaaS
  • Laravel Inbox Pattern - ShipSaaS
  • Installation
  • Usage
    • Glossary
    • Configuration
    • Receive Webhook Requests
    • Inbox Processor / Handler
    • Run The Inbox Process
  • Use cases for Inbox
  • Architechture Notes
  • Best Practices
  • Database Info
Powered by GitBook
On this page
  • inbox_messages
  • running_inboxes

Database Info

Information about the tables, so you know everything 😎

inbox_messages

The table that stores every inbox message. The unique combination: UNIQUE(topic, external_id)

Feel free to build your own dashboard or everything to skyrocket your workflows 🚀

running_inboxes

The minimalism locking ensures only 1 topic is being run.

PreviousBest Practices

Last updated 1 year ago