π§ Configuration
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
- Log in to your Drupal admin panel.
- Go to Extend β search for JSON:API and Basic Auth.
- Enable both modules.
- JSON:API allows external systems (like SearchAtlas) to publish content.
- Basic Auth lets us authenticate using a username and password.
Step 2: Create an API User
- Go to People β Add user.
- Create a new user (for example,
api_user). - Assign a role such as API Access.
- Give that role permissions to:
- Create and edit Article content.
- Create and edit Basic Page content.
- 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.