Skip to main content
POST
/
smart-faq
/
answered-followup
Follow up on answered FAQs
curl --request POST \
  --url https://api.closebot.com/smart-faq/answered-followup \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "faqId": "<string>",
  "leadIds": [
    "<string>"
  ]
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Body

The request containing a list of lead IDs.

faqId
string | null

The answered FAQ.

leadIds
string[] | null

The leads to follow with.

Response

200

Success