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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import intercom from '@utdk/intercom';
await intercom.replytofin({
"Intercom-Version": "2.14"
})