문서가 업데이트되었습니다.
한국어로 번역이 아직 완료되지 않았습니다.
영어 업데이트됨: 4월 23일
한국어 업데이트됨: 4월 12일

Instagram Messaging with the Messenger Platform

The Messenger Platform allows you to build messaging solutions for Instagram Professional accounts at scale.

Instagram Messaging is available for the following accounts:

  • Any Instagram Professional account for a business
  • Any Instagram Professional account for a Creator

You can check the eligibility for accounts that you manage using the Conversations API . A 36103 error code will be returned if the messaging is not yet available.

Common Uses

  • Get messages that have been sent to your Instagram Professional Inbox from customers
  • Receive and respond to customer messages with text, media, stories, and more
  • Send a private reply to a person who published a public post on your Instagram
  • Send a private reply to a person who published a comment on your Instagram post

How It Works

The Messenger Platform allows you to have conversations with people interested in your business or creations. The Facebook Page linked to your Instagram Professional account facilitates these conversations using the Messenger Platform. When a person sends your Instagram a message, the message will be delivered to your Instagram Inbox and a webhook notification will be sent to your server. Your messaging app has 24 hours to respond to this message. If more time is needed to allow a human agent to respond, you can add a tag to your response to send the message outside the standard 24 hour messaging window.

Instagram Messaging offers a wide variety of conversation entry points for people to start a conversation and message types for your messaging app to respond with.

Instagram Inbox

An Instagram Professional account has a messaging inbox that allows you to control notifications and organize messages. By default notifications are off. You can turn notifications on in the Inbox Settings. The inbox is organized into different categories, Primary, General, and Requests. By default, all new conversations from followers will appear in the Primary folder. Conversations that existed before you implemented Instagram Messaging will be in the folders you have placed them within.

Messages that you receive from people who are not followers of your account are in Requests folder. You can choose to accept or deny these requests, and request messages aren’t marked as Seen until you accept them. Once a request is accepted you can move the conversation to the Primary or General folder. All message requests that you answer using a third-party app will be moved to the General folder.

Inbox Limitations

  • If you reply to a message using a third-party app, the conversation will be moved to the General folder regardless of your Setting configuration
  • Inbox folders are not supported and messages delivered by the Messenger Platform do not include folder information that is shown in the Instagram from Meta app inbox folder
  • Webhooks notifications or messages delivered via the API will not be considered as Read in the Instagram app inbox. Only after a reply is sent will a message be considered Read.

Business Login for Instagram

Beginning November 9, 2022, we are introducing Business Login for Instagram. This login flow allows a person to convert their Instagram account to an Instagram Professional account, create a Facebook Page for their business, and to connect that Page to their Instagram Professional account within the login flow.

Requirements

This guide assumes that you have read the Messenger Platform Overview and implemented the needed components for sending messages and receiving messages and notifications.

  • The Instagram Graph API – This API allows businesses and Creators to manage their presence on Instagram using your app
  • The following permissions:
    • instagram_basic
    • instagram_manage_messages
    • pages_manage_metadata
    • pages_showlist
    • business_management
  • Delete messages when you receive a webhooks notification to do so

Automated Experiences

You can provide an escalation path for automated messaging experiences using one of the following:

  • A Single App – You can create a custom inbox to receive or reply to messages from a person. This custom inbox is powered by the same messaging app that also provides the automated experience
  • Multiple AppsHandover Protocol allows you pass the conversation from one app or inbox to another. For example, one app would handle the conversation with an automated experience and, when needed, would pass the conversation to another app to continue the conversation with a human agent.

자동 채팅 환경에 대해 사용자에게 알리기

관련법에 의해 요구되는 경우 자동 채팅 환경에서 사용자에게 자동화된 서비스와 상호 작용하고 있음을 알려야 하는 상황은 다음과 같습니다.

  • 대화 또는 메시지 스레드를 시작할 때
  • 상당한 시간이 지난 후
  • 채팅이 인간과의 상호 작용에서 자동 환경으로 전환될 때

다음 집단에 제공되는 자동 채팅 환경에서는 이 요구 사항에 특별히 주의를 기울여야 합니다.

  • 캘리포니아 시장 또는 캘리포니아 사용자
  • 독일 시장 또는 독일 사용자

고지 내용은 다음을 포함하되 이에 국한되지 않습니다. "저는 [페이지 이름] 봇입니다", "회원님은 자동 채팅 환경과 상호 작용하고 있습니다", "회원님은 봇과 이야기하는 중입니다" 또는 "저는 자동 챗봇입니다."

법적으로 요구되지 않는 경우에도, 사용자가 자동 채팅과 상호 작용할 때 사용자에게 알리는 것이 좋습니다. 이렇게 하면 메시지 환경과의 상호 작용에 대한 사용자의 기대를 관리할 수 있습니다.

자세한 내용은 개발자 정책을 참조하세요.

Human Agent Only

You can provide an escalation path for human agent only messaging experiences with a custom inbox. Your messaging app must be able to:

  • receive messages sent by people and render them correctly in the custom inbox
  • reply to messages via the custom inbox and ensure people successfully received them

Limitations

  • An Instagram Professional account can only converse with one customer per conversation. Group messaging is not supported
  • Conversations in the Requests folder that have not been active for 30 days will not be returned in API calls
  • Only the URL for the shared media or post is included in the webhooks notification when a customer sends a message with a share
  • An Instagram Professional account for a Creator must send an API request using the Instagram Conversations API before the account can receive webhooks

Testing Limitations

  • Apps with Standard Access can only interact people who have a role on the app
  • Some features may not work properly until your app has been granted Advanced Access
  • People testing your app must have a role on your app, grant access to all the required permissions, and have a role on the Instagram Professional account

Next Steps

See Also