KlickTipp
Use KlickTipp Listbuilding API to create, update, tag, untag, and unsubscribe contacts from external forms and automations.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "KLICKTIPP_API_SUBSCRIBER_SIGNIN", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("KLICKTIPP_API_SUBSCRIBER_SIGNIN", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute KLICKTIPP_API_SUBSCRIBER_SIGNIN --data '{ }'Tool 目录
可用 Tools
3 个可调用操作
SigninKLICKTIPP_API_SUBSCRIBER_SIGNINCreates or updates a contact and associates the tag linked to the API key. **Notice:** On success, the endpoint returns a system-generated redirect URL depending on the opt-in configuration in KlickTipp. For Double Opt-in, the URL points to a pending page indicating that email confirmation is required. For Single Opt-in, the URL points to a final thank-you page. The client may use this URL for optional redirection; the API itself does not perform any redirect.需要连接
Creates or updates a contact and associates the tag linked to the API key. **Notice:** On success, the endpoint returns a system-generated redirect URL depending on the opt-in configuration in KlickTipp. For Double Opt-in, the URL points to a pending page indicating that email confirmation is required. For Single Opt-in, the URL points to a final thank-you page. The client may use this URL for optional redirection; the API itself does not perform any redirect.
认证
需要 Connected AccountTags
SignoffKLICKTIPP_API_SUBSCRIBER_SIGNOFFUnsubscribes a contact via the API key and prevents further communication.需要连接
Unsubscribes a contact via the API key and prevents further communication.
认证
需要 Connected AccountTags
SignoutKLICKTIPP_API_SUBSCRIBER_SIGNOUTRemoves the tag of a contact associated with the API key.需要连接
Removes the tag of a contact associated with the API key.
认证
需要 Connected AccountTags