Import LinkedIn Post Engagers
Import people who engaged with a specific LinkedIn post into SalesTouch.
Import people who engaged with a specific LinkedIn post into SalesTouch.
When to use
Use this when a post has already attracted the right audience and you want to turn its engagers into a prospecting list.
Risk notes
- This command imports and creates leads, so it is approval-gated.
Output notes
- Responses default to `full` mode through the public API and CLI.
- Use `compact` only when token savings matter more than prospecting quality. It can noticeably reduce prospecting quality.
- Commands marked with `approval` risk currently execute directly. `approval_output_schema` is retained for compatibility.
Output schema
{
"type": "object",
"properties": {
"import_id": {
"type": "string"
},
"import_type": {
"type": "string"
},
"import_name": {
"type": "string"
},
"created_count": {
"type": "integer"
},
"skipped_count": {
"type": "integer"
},
"invalid_count": {
"type": "integer"
},
"updated_count": {
"type": "integer"
},
"updated_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"already_exists": {
"type": "boolean"
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"mission": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"additionalProperties": false
},
"post": {
"anyOf": [
{
"type": "object",
"properties": {
"id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"author": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"author_headline": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"author_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"author_avatar_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"text": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"url_source": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"comment_counter": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"impressions_counter": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"reaction_counter": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"repost_counter": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"permalink": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"comments_count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"reactions_count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"likes_count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"id",
"author",
"author_headline",
"author_url",
"author_avatar_url",
"date",
"text",
"url_source",
"comment_counter",
"impressions_counter",
"reaction_counter",
"repost_counter",
"permalink",
"comments_count",
"reactions_count",
"likes_count"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"import_id",
"import_type",
"import_name",
"created_count",
"skipped_count",
"invalid_count",
"updated_count",
"updated_ids",
"already_exists",
"message",
"mission",
"post"
],
"additionalProperties": false
}
Approval output schema
{
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"approval_required": {
"const": true
}
},
"required": [
"account_id",
"approval_required"
],
"additionalProperties": false
}
CLI
salestouch commands run import.linkedin.post-engagers --input-json '{"url":"<string>"}' --json
Payload
{
"url": "<string>"
}
Runtime Command
import.linkedin.post-engagers is exposed through the shared SalesTouch runtime and stays available across API, CLI and MCP.
HTTP Reference
Use Authorization: Bearer <salestouch_api_key>.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://www.salestouch.io/api/v1/commands/string" \ -H "Content-Type: application/json" \ -d '{}'{
"ok": true,
"status": 0,
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"approval_required": true,
"approval_request_id": "string",
"command_hash": "string",
"warnings": [
"string"
]
}
}{
"ok": true,
"status": 0,
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"approval_required": true,
"approval_request_id": "string",
"command_hash": "string",
"warnings": [
"string"
]
}
}{
"error": {
"message": "string",
"code": "string"
}
}{
"error": {
"message": "string",
"code": "string"
}
}{
"ok": true,
"status": 0,
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"approval_required": true,
"approval_request_id": "string",
"command_hash": "string",
"warnings": [
"string"
]
}
}{
"ok": true,
"status": 0,
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"approval_required": true,
"approval_request_id": "string",
"command_hash": "string",
"warnings": [
"string"
]
}
}{
"ok": true,
"status": 0,
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"approval_required": true,
"approval_request_id": "string",
"command_hash": "string",
"warnings": [
"string"
]
}
}Schema Reference
Use Authorization: Bearer <salestouch_api_key>.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://www.salestouch.io/api/v1/commands/string/schema"{
"data": {
"command": {
"command_id": "string",
"title": "string",
"description": "string",
"summary": "string",
"visibility": "public",
"risk": "read",
"category": "linkedin",
"default_permission": "allow",
"when_to_use": "string",
"risk_notes": [
"string"
],
"output_notes": [
"string"
],
"related_commands": [
"string"
],
"related_resources": [
"string"
],
"examples": [
{
"title": "string",
"language": "string",
"code": "string"
}
],
"input_schema": {},
"output_schema": {},
"approval_output_schema": {}
}
}
}{
"error": {
"message": "string",
"code": "string"
}
}{
"error": {
"message": "string",
"code": "string"
}
}{
"error": {
"message": "string",
"code": "string"
}
}