Skip to main content
POST
/
external
/
personnel
/
generate-outreach-message
Generate outreach messages
curl --request POST \
  --url https://platform.lensmor.com/external/personnel/generate-outreach-message \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "personnel_ids": [
    "<string>"
  ],
  "event_id": "<string>",
  "channels": [],
  "outreach_purpose": "<string>"
}
'
{
  "items": [
    {
      "personnel_id": "<string>",
      "success": true,
      "taskId": "<string>",
      "error": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
personnel_ids
string[]
required
Maximum array length: 50
event_id
string
required
channels
enum<string>[]
required
Available options:
email,
linkedin_message
outreach_purpose
string

Response

Outreach message generation accepted

items
object[]
required