NAiOS IconNAiOS Logo
Volver al catálogo

Facebook

facebook

Facebook is a social media and advertising platform used by individuals and businesses to connect, share content, and promote products or services. Only supports Facebook Pages, not Facebook Personal accounts.

Acciones
41
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 (41)

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.

Add Photos to AlbumFACEBOOK_ADD_PHOTOS_TO_ALBUMAcción

Adds photos to an existing facebook album. note: currently adds one photo at a time. for true batch upload, use facebook's batch api endpoint directly.

Parámetros de entrada

  • photosobject[]

    List of local photo files to add (alternative to 'photo_urls')

  • album_idstringObligatorio

    The ID of the album to add photos to

  • publishedboolean

    Whether to publish the photos immediately

  • photo_urlsstring[]

    List of photo URLs to add to the album (alternative to 'photos')

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

Add ReactionFACEBOOK_ADD_REACTIONAcción

Adds a specific reaction (like, love, wow, etc.) to a facebook post or comment.

Parámetros de entrada

  • typestring

    Reaction type: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL

  • object_idstringObligatorio

    The ID of the post or comment to react 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

Assign Page TaskFACEBOOK_ASSIGN_PAGE_TASKAcción

Assigns tasks/roles to a user for a specific facebook page.

Parámetros de entrada

  • userstringObligatorio

    The ID or username of the user to assign tasks to

  • tasksstring[]Obligatorio

    List of tasks to assign (e.g., ['MANAGE', 'CREATE_CONTENT', 'MODERATE'])

  • page_idstringObligatorio

    The ID of the Facebook Page

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 CommentFACEBOOK_CREATE_COMMENTAcción

Creates a comment on a facebook post or replies to an existing comment.

Parámetros de entrada

  • messagestringObligatorio

    The text content of the comment

  • object_idstringObligatorio

    The ID of the post or comment to comment on

  • attachment_idstring

    ID of an unpublished photo to attach to the comment

  • attachment_urlstring

    URL of a photo to attach to the comment

  • attachment_share_urlstring

    URL of a GIF to attach to the comment

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 Photo AlbumFACEBOOK_CREATE_PHOTO_ALBUMAcción

Creates a new photo album on a facebook page.

Parámetros de entrada

  • namestringObligatorio

    Name of the photo album

  • messagestring

    Description of the album

  • page_idstringObligatorio

    The ID of the Facebook Page

  • privacyobject

    Privacy settings for the album

  • locationstring

    Location associated with the album

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 Photo PostFACEBOOK_CREATE_PHOTO_POSTAcción

Creates a photo post on a facebook page.

Parámetros de entrada

  • urlstring

    URL of the photo to upload (alternative to 'photo')

  • photoobject

    Local photo file to upload (alternative to 'url')

  • messagestring

    Caption text for the photo

  • page_idstringObligatorio

    The ID of the Facebook Page to post to

  • publishedboolean

    Set to true to publish immediately, false to save as unpublished

  • backdated_timeinteger

    Unix timestamp to backdate the post

  • scheduled_publish_timeinteger

    Unix timestamp for scheduled posts (required if published=false)

  • backdated_time_granularitystring

    Granularity of backdated time: year, month, day, hour, or min

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 PostFACEBOOK_CREATE_POSTAcción

Creates a new post on a facebook page.

Parámetros de entrada

  • linkstring

    URL to include in the post

  • messagestringObligatorio

    The text content of the post

  • page_idstringObligatorio

    The ID of the Facebook Page to post to

  • publishedboolean

    Set to true to publish immediately, false to save as draft or schedule

  • targetingobject

    Audience targeting specifications

  • scheduled_publish_timeinteger

    Unix timestamp for scheduled posts (required if published=false)

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 Video PostFACEBOOK_CREATE_VIDEO_POSTAcción

Creates a video post on a facebook page.

Parámetros de entrada

  • titlestring

    Title of the video

  • videoobject

    Local video file to upload (alternative to 'file_url')

  • page_idstringObligatorio

    The ID of the Facebook Page

  • file_urlstring

    URL of the video file to upload (alternative to 'video')

  • publishedboolean

    Whether to publish immediately

  • targetingobject

    Audience targeting specifications

  • descriptionstring

    Description of the video

  • scheduled_publish_timeinteger

    Unix timestamp to schedule the video post

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

Delete CommentFACEBOOK_DELETE_COMMENTAcción

Deletes a facebook comment.

Parámetros de entrada

  • comment_idstringObligatorio

    The ID of the comment to delete

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

Delete PostFACEBOOK_DELETE_POSTAcción

Deletes a facebook page post.

Parámetros de entrada

  • post_idstringObligatorio

    The ID of the post to delete

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 CommentFACEBOOK_GET_COMMENTAcción

Retrieves details of a specific facebook comment.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of fields to return

  • comment_idstringObligatorio

    The ID of the comment to retrieve

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 CommentsFACEBOOK_GET_COMMENTSAcción

Retrieves comments from a facebook post or comment (for replies).

Parámetros de entrada

  • limitinteger

    Number of comments to return (max 100)

  • orderstring

    Order of comments: chronological (oldest first) or reverse_chronological (newest first)

  • fieldsstring

    Comma-separated list of fields to return for each comment

  • filterstring

    Filter comments by type: stream (default) or toplevel

  • object_idstringObligatorio

    The ID of the post or comment to get comments from

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 Conversation MessagesFACEBOOK_GET_CONVERSATION_MESSAGESAcción

Retrieves messages from a specific conversation.

Parámetros de entrada

  • limitinteger

    Number of messages to return (max 25)

  • fieldsstring

    Fields to return for messages in the conversation

  • conversation_idstringObligatorio

    The ID of the conversation

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 Message DetailsFACEBOOK_GET_MESSAGE_DETAILSAcción

Retrieves details of a specific message sent or received by the page.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of fields to return

  • message_idstringObligatorio

    The ID of the message to retrieve details for

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 Page ConversationsFACEBOOK_GET_PAGE_CONVERSATIONSAcción

Retrieves a list of conversations between users and the page.

Parámetros de entrada

  • limitinteger

    Number of conversations to return (max 25)

  • fieldsstring

    Comma-separated list of fields to return for each conversation

  • page_idstringObligatorio

    The ID of the Facebook Page

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 Page DetailsFACEBOOK_GET_PAGE_DETAILSAcción

Fetches details about a specific facebook page.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of fields to return

  • page_idstringObligatorio

    The ID of the Facebook Page to get details for

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 Page InsightsFACEBOOK_GET_PAGE_INSIGHTSAcción

Retrieves analytics and insights for a facebook page.

Parámetros de entrada

  • sincestring

    Unix timestamp or strtotime date for the start of the range

  • untilstring

    Unix timestamp or strtotime date for the end of the range

  • periodstring

    Period for the metrics: day, week, days_28, month, lifetime

  • metricsstring

    Comma-separated list of metrics to retrieve

  • page_idstringObligatorio

    The ID of the Facebook Page

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 Page PhotosFACEBOOK_GET_PAGE_PHOTOSAcción

Retrieves photos from a facebook page.

Parámetros de entrada

  • typestring

    Filter by photo type: uploaded, tagged

  • limitinteger

    Number of photos to return (max 100)

  • fieldsstring

    Comma-separated list of fields to return for each photo

  • page_idstringObligatorio

    The ID of the Facebook Page

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 Page PostsFACEBOOK_GET_PAGE_POSTSAcción

Retrieves posts from a facebook page.

Parámetros de entrada

  • limitinteger

    Number of posts to return (max 100)

  • sincestring

    Unix timestamp or strtotime data value to filter posts created after this time

  • untilstring

    Unix timestamp or strtotime data value to filter posts created before this time

  • fieldsstring

    Comma-separated list of fields to return for each post

  • page_idstringObligatorio

    The ID of the Facebook Page

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 Page RolesFACEBOOK_GET_PAGE_ROLESAcción

Retrieves a list of people and their tasks/roles on a facebook page.

Parámetros de entrada

  • page_idstringObligatorio

    The ID of the Facebook Page

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 Page VideosFACEBOOK_GET_PAGE_VIDEOSAcción

Retrieves videos from a facebook page.

Parámetros de entrada

  • typestring

    Filter by video type: uploaded, tagged

  • limitinteger

    Number of videos to return (max 100)

  • fieldsstring

    Comma-separated list of fields to return for each video

  • page_idstringObligatorio

    The ID of the Facebook Page

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 PostFACEBOOK_GET_POSTAcción

Retrieves details of a specific facebook post.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of fields to return

  • post_idstringObligatorio

    The ID of the post to retrieve

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 InsightsFACEBOOK_GET_POST_INSIGHTSAcción

Retrieves analytics and insights for a specific facebook post.

Parámetros de entrada

  • periodstring

    Period for the metrics (only applicable for some metrics): lifetime

  • metricsstring

    Comma-separated list of metrics to retrieve

  • post_idstringObligatorio

    The ID of the post to get insights for

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 ReactionsFACEBOOK_GET_POST_REACTIONSAcción

Retrieves reactions (like, love, wow, etc.) for a facebook post.

Parámetros de entrada

  • typestring

    Filter by reaction type: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL

  • limitinteger

    Number of reactions to return (max 100)

  • post_idstringObligatorio

    The ID of the post to get reactions for

  • summaryboolean

    Include summary with total count per reaction type

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 Scheduled PostsFACEBOOK_GET_SCHEDULED_POSTSAcción

Retrieves scheduled and unpublished posts for a facebook page.

Parámetros de entrada

  • limitinteger

    Number of posts to return (max 100)

  • fieldsstring

    Comma-separated list of fields to return for each post

  • page_idstringObligatorio

    The ID of the Facebook Page

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 PagesFACEBOOK_GET_USER_PAGESAcción

Retrieves a list of pages the user manages, including tasks and access tokens.

Parámetros de entrada

  • fieldsstring

    Comma-separated list of fields to return for each page.

  • user_idstring

    The ID of the user whose pages to retrieve. Defaults to 'me' for current user.

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

Like Post or CommentFACEBOOK_LIKE_POST_OR_COMMENTAcción

Likes a facebook post or comment.

Parámetros de entrada

  • object_idstringObligatorio

    The ID of the post or comment to like

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

Mark Message SeenFACEBOOK_MARK_MESSAGE_SEENAcción

Marks a user's message as seen by the page.

Parámetros de entrada

  • page_idstringObligatorio

    The ID of the Facebook Page

  • recipient_idstringObligatorio

    The ID of the user whose message to mark as seen

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

Publish Scheduled PostFACEBOOK_PUBLISH_SCHEDULED_POSTAcción

Publishes a previously scheduled or unpublished facebook post immediately.

Parámetros de entrada

  • post_idstringObligatorio

    The ID of the scheduled/unpublished post to publish

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

Remove Page TaskFACEBOOK_REMOVE_PAGE_TASKAcción

Removes a user's tasks/access from a specific facebook page.

Parámetros de entrada

  • userstringObligatorio

    The ID or username of the user to remove

  • page_idstringObligatorio

    The ID of the Facebook Page

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

Reschedule PostFACEBOOK_RESCHEDULE_POSTAcción

Changes the scheduled publish time of an unpublished facebook post.

Parámetros de entrada

  • post_idstringObligatorio

    The ID of the scheduled post to reschedule

  • scheduled_publish_timeintegerObligatorio

    New Unix timestamp for when to publish the post

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 Media MessageFACEBOOK_SEND_MEDIA_MESSAGEAcción

Sends a media message (image, video, audio, or file) from the page to a user.

Parámetros de entrada

  • page_idstringObligatorio

    The ID of the Facebook Page sending the message

  • media_urlstringObligatorio

    URL of the media to send

  • media_typestringObligatorio

    Type of media: image, video, audio, or file

  • is_reusableboolean

    Whether the attachment is reusable

  • recipient_idstringObligatorio

    The ID of the message recipient (user ID or PSID)

  • messaging_typestring

    The messaging type - RESPONSE, UPDATE, or MESSAGE_TAG

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 MessageFACEBOOK_SEND_MESSAGEAcción

Sends a text message from the page to a user via messenger.

Parámetros de entrada

  • page_idstringObligatorio

    The ID of the Facebook Page sending the message

  • message_textstringObligatorio

    The text content of the message to send

  • recipient_idstringObligatorio

    The ID of the message recipient (user ID or PSID)

  • messaging_typestring

    The messaging type - RESPONSE, UPDATE, or MESSAGE_TAG

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

Toggle Typing IndicatorFACEBOOK_TOGGLE_TYPING_INDICATORAcción

Shows or hides the typing indicator for a user in messenger.

Parámetros de entrada

  • page_idstringObligatorio

    The ID of the Facebook Page

  • typing_onbooleanObligatorio

    True to show typing indicator, False to hide it

  • recipient_idstringObligatorio

    The ID of the user to show/hide typing indicator for

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

Unlike Post or CommentFACEBOOK_UNLIKE_POST_OR_COMMENTAcción

Removes a like from a facebook post or comment.

Parámetros de entrada

  • object_idstringObligatorio

    The ID of the post or comment to unlike

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

Update CommentFACEBOOK_UPDATE_COMMENTAcción

Updates an existing facebook comment.

Parámetros de entrada

  • messagestringObligatorio

    The new text content of the comment

  • is_hiddenboolean

    Whether to hide or unhide the comment

  • comment_idstringObligatorio

    The ID of the comment to update

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

Update Page SettingsFACEBOOK_UPDATE_PAGE_SETTINGSAcción

Updates settings for a specific facebook page.

Parámetros de entrada

  • aboutstring

    Updated about section for the page

  • phonestring

    Updated phone number

  • emailsstring[]

    Updated email addresses

  • page_idstringObligatorio

    The ID of the Facebook Page to update

  • websitestring

    Updated website URL

  • descriptionstring

    Updated description for the page

  • general_infostring

    Updated general information

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

Update PostFACEBOOK_UPDATE_POSTAcción

Updates an existing facebook page post.

Parámetros de entrada

  • messagestring

    Updated text content of the post

  • post_idstringObligatorio

    The ID of the post to update

  • og_phrasestring

    Open Graph phrase

  • og_icon_idstring

    Open Graph icon ID

  • og_object_idstring

    Open Graph object ID

  • og_action_type_idstring

    Open Graph action type ID

  • og_suggestion_mechanismstring

    Open Graph suggestion mechanism

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

Upload PhotoFACEBOOK_UPLOAD_PHOTOAcción

Uploads a photo file directly to a facebook page. supports local file upload up to 10mb.

Parámetros de entrada

  • urlstring

    Public URL of the photo. Alternative to 'photo'

  • tagsobject[]

    List of user tags with format [{'tag_uid': 'USER_ID', 'x': 50, 'y': 50}]

  • photoobject

    Photo file to upload (max 10MB). Alternative to 'url'

  • captionstring

    Caption for the photo

  • page_idstringObligatorio

    The ID of the Facebook Page

  • publishedboolean

    Whether to publish the photo immediately

  • targetingobject

    Audience targeting specifications

  • scheduled_publish_timeinteger

    Unix timestamp to schedule the post

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

Upload Photos BatchFACEBOOK_UPLOAD_PHOTOS_BATCHAcción

Uploads multiple photo files in batch to a facebook page or album. uses facebook's batch api for efficient multi-photo upload. maximum 50 photos per batch.

Parámetros de entrada

  • photosobject[]

    List of photo files to upload (max 50 photos)

  • page_idstringObligatorio

    The ID of the Facebook Page

  • album_idstring

    ID of album to add photos to. If not provided, photos will be uploaded to timeline

  • publishedboolean

    Whether to publish the photos immediately

  • photo_urlsstring[]

    List of photo URLs to upload (alternative to 'photos')

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

Upload VideoFACEBOOK_UPLOAD_VIDEOAcción

Uploads a video file directly to a facebook page. supports local file upload. for large videos (>100mb), uses resumable upload.

Parámetros de entrada

  • titlestring

    Title of the video

  • videoobjectObligatorio

    Video file to upload (max 10GB, recommended under 1GB)

  • page_idstringObligatorio

    The ID of the Facebook Page

  • publishedboolean

    Whether to publish immediately

  • targetingobject

    Audience targeting specifications

  • descriptionstring

    Description of the video

  • content_tagsstring[]

    List of content tags

  • custom_labelsstring[]

    Custom labels for the video

  • scheduled_publish_timeinteger

    Unix timestamp to schedule the video post

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