Skip to main content
POST
/
public
/
emails
/
set-interested
cURL
curl --request POST \
  --url https://api.example.com/public/emails/set-interested \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "subject": "<string>",
  "disposition": "<string>"
}
'

Body

email
string
required
subject
string | null
required
disposition
string | null

Response

OK. The "interested" field is now TRUE.