Rebelgrowth Documentation

Welcome. This guide covers setup, integrations, publishing, and troubleshooting.

Getting started

  1. Create a project from the Onboarding flow (or via Settings).
  2. Connect an integration (WordPress recommended).
  3. Configure publishing settings and schedule content.

WordPress plugin (recommended)

  1. Download the plugin: Rebelgrowth Plugin (.zip)
  2. In WP Admin → Plugins → Add New → Upload Plugin → select the .zip → Install → Activate.
  3. Open WP Admin → Rebelgrowth, copy your Integration Key.
  4. In Rebelgrowth → Integrations → WordPress → enter Site URL and Integration Key, then Connect.

Notes:

  • Draft vs Publish behavior is controlled from the WP plugin settings.
  • The plugin exposes secure endpoints under /wp-json/rebelgrowth/v1/.

WordPress (App Password fallback)

We now default to the plugin. If you still need App Password:

  1. Create an Application Password for your WP user (Users → Profile).
  2. In Rebelgrowth → Integrations → WordPress → enter Site URL, Username, and App Password.

This path remains supported for backward compatibility.

API Webhook

Use a custom webhook to receive article payloads from Rebelgrowth.

  • Provide a reachable HTTPS POST endpoint and an access token.
  • Click “Test Your Webhook” to validate a 2xx response.

Troubleshooting

  • WordPress 403/401: Verify Integration Key (plugin) or App Password (fallback).
  • Plugin not detected: Ensure the plugin is activated and the Integration Key is saved.
  • Draft URL: Draft posts show ?p=ID links until published—this is normal.

Security

  • Token-based publishing (plugin) is preferred over Basic Auth.
  • We recommend rotating plugin Integration Keys periodically.
  • Hide system errors from users and show friendly messages.

Changelog (highlights)

  • 1.0.0: Initial public plugin release; token-based publishing; docs page added.