How to connect ChatGpt agent with instagram accound to respodond to messages, easyest way?

How can I connect a ChatGPT agent to an Instagram account to automatically respond to messages in the easiest way possible? How can I monitor and evaluate the performance of a ChatGPT agent integrated with Instagram?

3 Likes

I don’t know product focus on this problem, but you may achieve this by coding.

  1. Learn Instagram API docs
  2. Write code to integrate these API for watching messages.
  3. Fetch message and using OpenAI API to generate response and call Instagram API sending back.
  4. Save response for evaluation.
1 Like