Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

85 total results found

Integrate third-party services

Mixpost Enterprise Configuration

After the installation of Mixpost Enterprise, the integration of third-party services is required. Integrate Social Platforms: Follow the integration instructions for each social platform Integrate Payment Platforms: Follow the integration instructions for...

In your Standalone or Laravel app

Mixpost Enterprise Update Guide

Updating Mixpost is a simple task that can be executed in a few steps. This guide will provide you with the necessary steps to update Mixpost. composer update inovector/mixpost-enterprise inovector/mixpost-pro-team After the update is complete, clear the cac...

Update with Docker

Mixpost Enterprise Update Guide

Updating Mixpost with Docker is straightforward, you just make sure to preserve the mounted volume. Just pull the latest image, stop and remove the current container, and then start a new one. Navigate to your folder where you have the docker-compose.yml. # ...

Create Subscription Plans

Mixpost Enterprise Configuration

With Mixpost Enterprise, setting up your own subscription plans is super easy. You can easily pick and choose which features to offer and even set limits for different plan levels. It's all about giving you the flexibility to create the perfect plan for your c...

How to change URL prefix "/mixpost"?

FAQ - Mixpost

In Laravel application: Add in the .env file this: MIXPOST_CORE_PATH=my-prefix In Docker: Add to the environment list in the docker-compose.yml file: environment: LICENSE_KEY: 'example_license_key' APP_URL: https://your-domain.co...

Using Docker Image

Mixpost Pro Installation

Docker Installation (Guide)Have a VPS? Install Docker Engine Desktop? Docker Install documentation Docker-Compose Install documentation Just create a docker-compose.yml file on your server, and change the values (which start with the example_*) with real ...

Integrate third-party services

Mixpost Pro Configuration

After the installation of Mixpost Pro, the integration of third-party services is required. Integrate Social Platforms: Follow the integration instructions for each social platform

System Settings

Mixpost Enterprise Configuration

Allow users to create multiple workspaces A workspace is the primary entity for billing. In other words, all charges, payments, and subscriptions are tied to the workspace, rather than the individual user. By default, the user can own only one workspace. You...

Billing Settings

Mixpost Enterprise Configuration

Mixpost Enterprise allows you to configure the system according to the specifics of your business: Go to "Enterprise Console" (left-bottom user menu) Click on "Settings" (left sidebar) Here you will see the "Billing" tab item. Click on it. Made the changes...

Onboarding Settings

Mixpost Enterprise Configuration

Mixpost Enterprise allows you to configure the register Onboarding process according to the specifics of your business: Go to "Enterprise Console" (left-bottom user menu) Click on "Settings" (left sidebar) Here you will see the "Onboarding" tab item. Click ...

Scripts Settings

Mixpost Enterprise Configuration

In SaaS, it is normal to have a live chat for support, and there are many online solutions like this. The integration is very simple, it is necessary to place the "JS" or "HTML" script offered by these tools. The live chat tools we recommend: LiveChat - 10% ...

Integrate with Sentry - Error Reporting

Mixpost Enterprise Configuration

Sentry is a popular error and application performance monitoring platform that can be easily integrated into your Mixpost Enterprise instance to help you identify and fix performance issues quickly. With Sentry, you can capture errors, crashes, and performance...

Upgrading from Pro to Enterprise

Mixpost Enterprise Upgrade Guide

Theoretically, this upgrade should go smoothly and without data loss. But before upgrading, we recommend that you back up your storage and MySQL volume in case something goes wrong. Docker Navigate to your folder where you have the docker-compose.yml. Repla...

My standalone app has stopped working

FAQ - Mixpost

If your standalone application no longer works after you have made an update/upgrade or for other reasons, you could try to do the following: Caching Configuration php artisan config:cache Caching Routes php artisan route:cache Clear views php artisan vi...

Paystack

Mixpost Enterprise Payment Platforms

Paystack is a modern payment platform for Africa. Here's a step-by-step guide to help you integrate Paystack with Mixpost Enterprise and get started with processing payments: 1. Sign up for a Paystack Account If you haven't already, head to Paystack's websit...

Posts

API Reference

[GET] List postsMethod: GETEndpoint: /{yourCorePath}/api/{workspaceUuid}/posts?page=1Authorization: BearerResponse: { "data": [ { "id: 3, "uuid": "8eb4e98d-2b93-44bd-a664-7a6438eff67b", "status": "draft", "accounts": [], ...

Create Access Token

API Reference

Creating an access token is a straightforward process that grants applications or scripts the ability to interact with your account. Here's a step-by-step guide to creating an access token: Locate the User Menu: Begin by navigating to the...

Accounts

API Reference

[GET] List accountsMethod: GETEndpoint: /{yourCorePath}/api/{workspaceUuid}/accountsAuthorization: BearerResponse: { "data": [ { "id": 6, "uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "Dima Botezatu", "username": ...

Tags

API Reference

[GET] List tagsMethod: GETEndpoint: /{yourCorePath}/api/{workspaceUuid}/tagsAuthorization: BearerResponse: { "data": [ { "id": 3, "uuid": "a09367a5-dfc1-43d7-9557-70eb93e01e01", "name": "news", ...

Media Files

API Reference

[GET] List media filesMethod: GETEndpoint: /{yourCorePath}/api/{workspaceUuid}/media?page=1Authorization: BearerResponse: { "data": [ { "id": "2", "uuid": "161b8c2d-c424-3a6a-b554-be277418ff08", "name": "tea-reduced-...