Instagram

INSTAGRAM_SEND_TEXT_MESSAGE

Send a text message to an Instagram user via DM.

Remote instagram

Other tools also called INSTAGRAM_SEND_TEXT_MESSAGE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "title": "Text",
      "description": "Message text to send"
    },
    "ig_user_id": {
      "type": "string",
      "title": "Ig User Id",
      "default": null,
      "nullable": true,
      "description": "Instagram Business Account ID (optional when using /me/messages)"
    },
    "recipient_id": {
      "type": "string",
      "title": "Recipient Id",
      "description": "Recipient PSID (Instagram-scoped ID)"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true,
      "description": "Instagram Graph API version"
    },
    "reply_to_message_id": {
      "type": "string",
      "title": "Reply To Message Id",
      "default": null,
      "nullable": true,
      "description": "Optional message ID to reply to"
    }
  }
}