NAiOS IconNAiOS Logo
Volver al catálogo

Instagram

instagram

Instagram is a social media platform for sharing photos, videos, and stories. Only supports Instagram Business and Creator accounts, not Instagram Personal accounts.

Acciones
16
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (16)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Carousel ContainerINSTAGRAM_CREATE_CAROUSEL_CONTAINERAcción

Create a draft carousel post with multiple images/videos before publishing.

Parámetros de entrada

  • captionstring
  • childrenstring[]Obligatorio

    List of child creation_ids (image/video items)

  • ig_user_idstringObligatorio

    Instagram Business Account ID

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Media ContainerINSTAGRAM_CREATE_MEDIA_CONTAINERAcción

Create a draft media container for photos/videos/reels before publishing.

Parámetros de entrada

  • captionstring

    Post caption

  • cover_urlstring

    Optional cover image URL for reels/videos

  • image_urlstring

    Public URL of the image

  • video_urlstring

    Public URL of the video

  • ig_user_idstringObligatorio

    Instagram Business Account ID

  • media_typestring

    Explicit media type override, e.g., REELS or CAROUSEL.

  • content_typestringenum

    What you want to post: 'photo', 'video', 'reel', or 'carousel_item' (for carousel drafts)

    photovideoreelcarousel_item
  • is_carousel_itemboolean
  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create PostINSTAGRAM_CREATE_POSTAcción

Publish a draft media container to instagram (final publishing step).

Parámetros de entrada

  • ig_user_idstringObligatorio

    Instagram Business Account ID

  • creation_idstringObligatorio

    Draft ID returned from create actions

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ConversationINSTAGRAM_GET_CONVERSATIONAcción

Get details about a specific instagram dm conversation (participants, etc).

Parámetros de entrada

  • conversation_idstringObligatorio

    Conversation ID

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Post CommentsINSTAGRAM_GET_POST_COMMENTSAcción

Get comments on an instagram post.

Parámetros de entrada

  • afterstring

    Cursor for pagination - get comments after this cursor

  • limitinteger

    Number of comments to return (max 100)

  • ig_post_idstringObligatorio

    Instagram Post ID

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • summaryobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Post InsightsINSTAGRAM_GET_POST_INSIGHTSAcción

Get instagram post insights/analytics (impressions, reach, engagement, etc.).

Parámetros de entrada

  • metricstring[]

    Metrics to retrieve for the media

  • ig_post_idstringObligatorio

    Instagram Post ID

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Post StatusINSTAGRAM_GET_POST_STATUSAcción

Check the processing status of a draft post container.

Parámetros de entrada

  • creation_idstringObligatorio

    Post container creation id

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User InfoINSTAGRAM_GET_USER_INFOAcción

Get instagram user info including profile details and statistics.

Parámetros de entrada

  • ig_user_idstring

    Instagram Business Account ID (optional, defaults to current user)

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User InsightsINSTAGRAM_GET_USER_INSIGHTSAcción

Get instagram account-level insights/analytics (profile views, reach, impressions, etc.).

Parámetros de entrada

  • sincestring

    Start date for insights (YYYY-MM-DD format)

  • untilstring

    End date for insights (YYYY-MM-DD format)

  • metricstring[]

    Metrics to retrieve for the user account

  • periodstring

    Time period for insights (day, week, days_28)

  • ig_user_idstring

    Instagram Business Account ID (optional, defaults to current user)

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User MediaINSTAGRAM_GET_USER_MEDIAAcción

Get instagram user's media (posts, photos, videos).

Parámetros de entrada

  • afterstring

    Cursor for pagination - get media after this cursor

  • limitinteger

    Number of media items to return (max 100)

  • ig_user_idstring

    Instagram Business Account ID (optional, defaults to current user)

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All ConversationsINSTAGRAM_LIST_ALL_CONVERSATIONSAcción

List all instagram dm conversations for the authenticated user.

Parámetros de entrada

  • afterstring

    Cursor for pagination

  • limitinteger
  • ig_user_idstring

    Instagram Business Account ID (optional for /me/conversations)

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All MessagesINSTAGRAM_LIST_ALL_MESSAGESAcción

List all messages from a specific instagram dm conversation.

Parámetros de entrada

  • afterstring

    Cursor for pagination

  • limitinteger
  • conversation_idstringObligatorio

    Conversation ID

  • graph_api_versionstring

Parámetros de salida

  • dataobject[]
  • errorstring

    Error if any occurred during the execution of the action

  • pagingobject
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Mark SeenINSTAGRAM_MARK_SEENAcción

Mark instagram dm messages as read/seen for a specific user.

Parámetros de entrada

  • recipient_idstringObligatorio

    Recipient PSID

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reply To CommentINSTAGRAM_REPLY_TO_COMMENTAcción

Reply to a comment on instagram media.

Parámetros de entrada

  • messagestringObligatorio

    Reply message text

  • ig_comment_idstringObligatorio

    Instagram Comment ID to reply to

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send ImageINSTAGRAM_SEND_IMAGEAcción

Send an image via instagram dm to a specific user.

Parámetros de entrada

  • captionstring
  • image_urlstringObligatorio

    Publicly accessible image URL

  • recipient_idstringObligatorio

    Recipient PSID

  • graph_api_versionstring

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Text MessageINSTAGRAM_SEND_TEXT_MESSAGEAcción

Send a text message to an instagram user via dm.

Parámetros de entrada

  • textstringObligatorio

    Message text to send

  • ig_user_idstring

    Instagram Business Account ID (optional when using /me/messages)

  • recipient_idstringObligatorio

    Recipient PSID (Instagram-scoped ID)

  • graph_api_versionstring

    Instagram Graph API version

  • reply_to_message_idstring

    Optional message ID to reply to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not