Instagram

INSTAGRAM_SEND_IMAGE

Send an image via Instagram DM to a specific user.

Remote instagram

Other tools also called INSTAGRAM_SEND_IMAGE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "caption": {
      "type": "string",
      "title": "Caption",
      "default": null,
      "nullable": true
    },
    "image_url": {
      "type": "string",
      "title": "Image Url",
      "description": "Publicly accessible image URL"
    },
    "recipient_id": {
      "type": "string",
      "title": "Recipient Id",
      "description": "Recipient PSID"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}