For Agents
An agent can run end-to-end CleverReach email marketing across two v3 surfaces: sync and segment receivers in groups, upsert subscribers in bulk, release or stop mailings, validate addresses against the blacklist, manage sign-up forms, and read advanced group statistics plus client plan and contingent data.
CleverReach is a German-hosted email marketing platform, making it a common choice for teams that need European data residency for their subscriber lists and campaigns. Its v3 surface pairs core list and mailing control with group-level segmentation filters, sign-up form management, and advanced per-group statistics.
2 APIs across 1 product group. All share one credential.
| I want to... | Use |
|---|---|
| Full email marketing operations including segmentation, forms, and analytics | CleverReach REST API |
| Core list, mailing, and hygiene operations only | CleverReach API |
| Bulk subscriber upsert into a group | CleverReach API |
| Building and reading segmentation filters | CleverReach REST API |
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the CleverReach APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fcleverreach.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fcleverreach.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
Once connected, ask your agent something like: “automate cleverreach email marketing”.
What agents get from Jentic-routed access to this vendor.
Setup
Wiring CleverReach by hand means running its OAuth 2.0 flow and threading group, filter, mailing, and receiver ids through calls to rest.cleverreach.com across two specs. With Jentic you install once, add CleverReach from the Jentic API Directory, store the credential once, and your agent calls either surface.
Permission scoping
CleverReach puts group id, pool id, and mailing id in the URL path, so your own rules can pin an agent to a single group and a specific set of operations. Reading a group's stats can be allowed while writing to the blacklist or releasing a mailing stays out unless you add it.
Credential isolation
Your CleverReach OAuth credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search the Jentic directory by intent such as 'segment cleverreach receivers' or 'release a cleverreach mailing', and Jentic returns the matching operation with its input schema, so the agent picks the right endpoint across both specs without browsing the reference docs.
Specific to using CleverReach APIs through Jentic.
What is the difference between the two CleverReach APIs in this directory?
The main REST API is the full v3 surface with 120 endpoints, covering segmentation filters, sign-up forms, per-receiver order and event history, and advanced statistics. The cleverreach-api spec is a slim 19-endpoint subset focused on the common lifecycle: bulk receiver upsert, mailing release and stop, blacklist validation, and client contingent checks. Use the slim spec when you only need core operations and the full spec when you need segmentation, forms, or analytics.
Do both CleverReach APIs share the same credential?
Yes. Both authenticate with OAuth 2.0 against rest.cleverreach.com, so one CleverReach OAuth credential works across both surfaces. You do not need separate credentials for the slim and full specs.
Why does Jentic publish the CleverReach specs?
CleverReach does not publish an OpenAPI specification for either surface. Jentic generates and maintains both specs so that agents and developers can call CleverReach through structured tooling. They are validated against the live API and kept up to date.
Can an agent segment a list and send a campaign end to end?
Yes. An agent can build a segment with the main API's group-level filters, confirm the matched receiver count, and then release the mailing through either surface. This lets a single agent handle the full flow from audience building to campaign send.
Is CleverReach suitable for European data residency needs?
CleverReach is a German-hosted email marketing platform, which is a common reason teams choose it over US-hosted alternatives when subscriber data needs to stay in Europe. Both APIs operate against the same European-hosted infrastructure.
What email operations are out of scope for these APIs?
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.
Use for: Managing CleverReach email marketing: group and receiver sync, segmentation filters, mailing release and stop, blacklist validation, sign-up forms, and campaign statistics.
Not supported: SMS messaging, push notifications, transactional email delivery, landing page hosting
Credentials: Both APIs authenticate with OAuth 2.0 against rest.cleverreach.com, so a single CleverReach OAuth credential covers every operation across both surfaces.
Across 2 CleverReach APIs: 1 vendor-official, 1 Jentic-generated, all indexed by Jentic and kept validated and agent-ready.
CleverReach is a European-hosted email marketing platform. Its APIs let you manage recipient groups and receivers, build segmentation filters, upsert and clean subscriber lists, release or stop mailings, validate addresses against the blacklist, manage sign-up forms, and read client-level plan, contingent, and campaign statistics. Jentic publishes and maintains the OpenAPI specifications for both CleverReach surfaces so agents can drive list, segmentation, and mailing operations through structured tooling.
Each workflow spans multiple CleverReach APIs. Jentic routes each operation to the right API automatically.
Segment on the full API, send on the slim API
Build a targeted audience with the main API's group-level filters, confirm the matched receiver count, then release the campaign through the slim API's mailing control endpoints. This splits the richer segmentation surface from the leaner send-and-stop path used in an automated pipeline.
Create a filter on group_id 1234 with the main API, read its receiver count, then release the prepared mailing with the cleverreach-api release endpoint
CleverReach REST API + CleverReach API
Sync and clean a list, then read campaign results
Upsert subscribers in bulk and validate them against the blacklist through the slim API, then pull advanced per-group statistics from the main API after the campaign runs. This covers the full loop from list hygiene to post-send analytics.
Validate addresses and upsert receivers into a group with cleverreach-api, then read /v3/groups/{group_id}/advancedstats with the main API
CleverReach API + CleverReach REST API
Enrich receiver records, then trigger lifecycle sends
Read per-receiver order and event history and configure custom group attributes with the main API, then trigger a re-engagement mailing through the slim API's release endpoint. This links behavioural data on the full surface to campaign control on the lean one.
Fetch a receiver's orders and events via the main API, then release a matching mailing with the cleverreach-api release endpoint
CleverReach REST API + CleverReach API
These APIs handle marketing list, segmentation, and mailing operations. They do not cover SMS messaging, push notifications, or transactional email delivery, which would need a separate provider paired alongside CleverReach.
All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.