v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-0520621.8 MB

Log email reply signals

Track when users reply to emails. This endpoint logs reply signals for analytics purposes. Does not consume credits. Requires RAW service.

post/users/best-email/signal/reply

Request body

githubIdsstring[] required

Array of GitHub node IDs for users who replied (1-100)

emailReplyBodystring

The body content of the user's reply email

Example request

{
  "githubIds": [
    "MDQ6VXNlcjU4MzIzMQ=="
  ]
}

Response

Reply signals logged successfully

successboolean required

Whether the signal was logged successfully

countnumber required

Number of reply signals logged

Example response

{
  "count": 1
}