node.jsintercomintercom.js

Uploading image with Intercom API


I am trying to send an image to Intercom using the user reply API. User Reply API doc

There is an option to provide the image urls as attachments to the user reply, but is there a method to upload an image from the file system directly as an attachment?


Solution

  • Right now the Intercom API does only support attaching file URLs, rather than the file itself.