πŸ”§ Configuration

Loading credential fields...
Loading configuration fields...
1 Connect
2 Operation
3 Title & HTML
4 Content

Step 1: Test Connection

Please save your credentials and configuration, then test the connection to proceed.

Step 2: Choose Operation

This is the ID returned when you created the content, or found in the CMS.

Step 3: Title & HTML Content

Enter the title and HTML content for your page or article.

This will be used as the page/article title in the CMS.
The main HTML content for your page or article. You can include HTML tags.

Step 4: Content Details

Loading content form...

πŸ“š Installation Instructions

Drupal Connector Setup Guide

Prerequisites

  • You must have admin access to your Drupal site.
  • Drupal version 8 or higher (with JSON:API core module available).

Step 1: Enable Required Modules

  1. Log in to your Drupal admin panel.
  2. Go to Extend β†’ search for JSON:API and Basic Auth.
  3. Enable both modules.
  4. JSON:API allows external systems (like SearchAtlas) to publish content.
  5. Basic Auth lets us authenticate using a username and password.

Step 2: Create an API User

  1. Go to People β†’ Add user.
  2. Create a new user (for example, api_user).
  3. Assign a role such as API Access.
  4. Give that role permissions to:
  5. Create and edit Article content.
  6. Create and edit Basic Page content.
  7. Access content via JSON:API.

Step 3: Provide Basic Auth Credentials

After creating the user, share the following details with us:

  • Site URL (e.g. https://example.com)
  • Username (e.g. api_user)
  • Password (the one set for the user above)

We’ll use these credentials to publish your content securely through Drupal’s JSON:API endpoint.

Your Drupal site is now ready for publishing through SearchAtlas.