Set reply intent

PATCH/api/v1/unibox/{enrollmentId}

Classify a conversation: interested, meeting booked, won, not interested, and so on.

unibox:writeSet the reply intent on a conversation.

Notes

Body: { "reply_intent": "interested" }. One of: no_reply, interested, meeting_booked, meeting_completed, won, out_of_office, not_interested, unsubscribed, replied.
This is the only writable field on an enrollment. It feeds the intent split on the inbox summary and on campaign metrics.

Parameters

Name In Type Default Description
enrollmentId path string Enrollment id. Required.

Example

curl "https://resources.ashwanth.dev/api/v1/unibox/YOUR_ENROLLMENTID" \
  -H "Authorization: Bearer $LEADMAGNET_API_KEY"
Try it
API key
Held in this page only, never saved or sent anywhere but this API. If you are signed in, you can leave it blank.
Parameters
enrollmentId *
Request
PATCH /api/v1/unibox/{enrollmentId}
Fill the required path parameter first.