PublishFlow vendor integration
PublishFlow Laravel Receiver Kit
Install this small protected receiver on a customer Laravel site so PublishFlow can send posts, devotions, news, or custom content through a secure endpoint.
Download / copy files
README Route snippet Controller template ENV example Payload mapping
Endpoint
POST /api/publishflow/v1/posts Header: X-PublishFlow-Token: customer-private-token
Install summary
1. Add the route snippet to
routes/api.php.2. Add the controller template to
app/Http/Controllers.3. Add
PUBLISHFLOW_API_TOKEN to Laravel .env.4. Test from PublishFlow before publishing live content.
Important
This kit is generic and vendor-safe. It does not include any BibleCombo, BibleAlert, customer token, or private database credential.