provider Fin Agent POST /fin/reply
@utdk/intercom /fin/reply
Reply to Fin
Once Fin has returned a response to a user's message, its status will be `awaiting_user_reply`. If a user replies, use this endpoint to send this response to Fin. {% admonition type="warning" %} Please reach out to your accounts team to discuss access. {% /admonition %}
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
replytofin
POST/fin/reply
Once Fin has returned a response to a user's message, its status will be `awaiting_user_reply`. If a user replies, use this endpoint to send this response to Fin. {% admonition type="warning" %} Please reach out to your accounts team to discuss access. {% /admonition %}

Input

required

The ID of the conversation.

required

A message exchanged within a Fin Agent conversation.

required

A user object representing the user in a Fin Agent conversation.

An array of attachments to include with the message. Maximum of 10 attachments.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.replytofin({
  "Intercom-Version": "2.14"
})