Skip to main content

Writesonic source

Introduction

The Writesonic source connector lets you connect to the Writesonic API using an API key.

This connector is currently in development. Authentication (credential validation) is implemented, but data extraction is not yet available.

Setup

Prerequisites

  • A Writesonic account
  • A Writesonic API key
  • A website URL to use with the Writesonic endpoint (must be a valid https:// URL)

Get your Writesonic API key

In Writesonic, generate or copy an API key and keep it available for the connector configuration.

Authentication

This connector authenticates to Writesonic using an API key sent in the X-API-Key request header.

During connection testing, the connector validates credentials by calling:

GET https://api.writesonic.com/v2/geo/presence/business/export/actionable/content-optimize/pages

with query parameters:

  • url: your configured website URL
  • page=1
  • size=1

Configuration

FieldTypeRequiredDescription
api_keystringYour Writesonic API key.
website_urlstringThe website URL to query in Writesonic. Must be a valid URL, use https, and include a host (for example, https://example.com).

Streams

No streams are currently available. The connector’s extraction logic is still in development, so syncs will not return data yet.