DeepSmith Connector lets the DeepSmith SaaS platform push content directly to your WordPress site. Install the plugin, enter your secret key, and DeepSmith will create posts with featured images automatically. Posts default to draft status unless the SaaS explicitly requests publishing.
DeepSmith is a product of OneJam CloudTech Private Limited.
Features:
- Secure REST API endpoint with secret key authentication
- Post creation with configurable status (draft or publish)
- Featured image download and attachment
- Activity logging with admin dashboard widget
- Rate limiting to prevent abuse
- SSRF protection for image downloads
- Configurable settings in WordPress admin
- Idempotent content updates (avoid duplicates)
Requirements:
- WordPress 6.2 or higher
- PHP 7.4 or higher
- DeepSmith account and secret key
Privacy:
This plugin does not collect, store, or transmit any personal data. It receives content from DeepSmith SaaS via authenticated API requests and stores it as WordPress posts in your database.
External Services
This plugin connects to the DeepSmith SaaS platform to receive content via REST API.
When does communication occur?
- When DeepSmith sends content to your WordPress site via the REST API endpoints under /wp-json/deepsmith/v1/
- When featured images are downloaded from allowed CDN domains (cdn.deepsmith.app, cdn.deepsmith.ai)
What data is involved?
- Incoming: Post titles, post content (HTML), image URLs, post status, category assignments
- Outgoing: Post IDs, success/failure status, plugin version, WordPress version (via /health endpoint)
- No personal user data is collected, stored, or transmitted
Relevant links:
- DeepSmith Privacy Policy: https://deepsmith.ai/legal/privacy-policy
- DeepSmith Terms of Service: https://deepsmith.ai/legal/terms-of-service