facebookFacebook 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 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ónAdds 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.
FACEBOOK_ADD_PHOTOS_TO_ALBUMAcciónAdds 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_idstringObligatorioThe ID of the album to add photos to
publishedbooleanWhether to publish the photos immediately
photo_urlsstring[]List of photo URLs to add to the album (alternative to 'photos')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add ReactionFACEBOOK_ADD_REACTIONAcciónAdds a specific reaction (like, love, wow, etc.) to a facebook post or comment.
FACEBOOK_ADD_REACTIONAcciónAdds a specific reaction (like, love, wow, etc.) to a facebook post or comment.
Parámetros de entrada
typestringReaction type: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL
object_idstringObligatorioThe ID of the post or comment to react to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Assign Page TaskFACEBOOK_ASSIGN_PAGE_TASKAcciónAssigns tasks/roles to a user for a specific facebook page.
FACEBOOK_ASSIGN_PAGE_TASKAcciónAssigns tasks/roles to a user for a specific facebook page.
Parámetros de entrada
userstringObligatorioThe ID or username of the user to assign tasks to
tasksstring[]ObligatorioList of tasks to assign (e.g., ['MANAGE', 'CREATE_CONTENT', 'MODERATE'])
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CommentFACEBOOK_CREATE_COMMENTAcciónCreates a comment on a facebook post or replies to an existing comment.
FACEBOOK_CREATE_COMMENTAcciónCreates a comment on a facebook post or replies to an existing comment.
Parámetros de entrada
messagestringObligatorioThe text content of the comment
object_idstringObligatorioThe ID of the post or comment to comment on
attachment_idstringID of an unpublished photo to attach to the comment
attachment_urlstringURL of a photo to attach to the comment
attachment_share_urlstringURL of a GIF to attach to the comment
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Photo AlbumFACEBOOK_CREATE_PHOTO_ALBUMAcciónCreates a new photo album on a facebook page.
FACEBOOK_CREATE_PHOTO_ALBUMAcciónCreates a new photo album on a facebook page.
Parámetros de entrada
namestringObligatorioName of the photo album
messagestringDescription of the album
page_idstringObligatorioThe ID of the Facebook Page
privacyobjectPrivacy settings for the album
locationstringLocation associated with the album
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Photo PostFACEBOOK_CREATE_PHOTO_POSTAcciónCreates a photo post on a facebook page.
FACEBOOK_CREATE_PHOTO_POSTAcciónCreates a photo post on a facebook page.
Parámetros de entrada
urlstringURL of the photo to upload (alternative to 'photo')
photoobjectLocal photo file to upload (alternative to 'url')
messagestringCaption text for the photo
page_idstringObligatorioThe ID of the Facebook Page to post to
publishedbooleanSet to true to publish immediately, false to save as unpublished
backdated_timeintegerUnix timestamp to backdate the post
scheduled_publish_timeintegerUnix timestamp for scheduled posts (required if published=false)
backdated_time_granularitystringGranularity of backdated time: year, month, day, hour, or min
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PostFACEBOOK_CREATE_POSTAcciónCreates a new post on a facebook page.
FACEBOOK_CREATE_POSTAcciónCreates a new post on a facebook page.
Parámetros de entrada
linkstringURL to include in the post
messagestringObligatorioThe text content of the post
page_idstringObligatorioThe ID of the Facebook Page to post to
publishedbooleanSet to true to publish immediately, false to save as draft or schedule
targetingobjectAudience targeting specifications
scheduled_publish_timeintegerUnix timestamp for scheduled posts (required if published=false)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Video PostFACEBOOK_CREATE_VIDEO_POSTAcciónCreates a video post on a facebook page.
FACEBOOK_CREATE_VIDEO_POSTAcciónCreates a video post on a facebook page.
Parámetros de entrada
titlestringTitle of the video
videoobjectLocal video file to upload (alternative to 'file_url')
page_idstringObligatorioThe ID of the Facebook Page
file_urlstringURL of the video file to upload (alternative to 'video')
publishedbooleanWhether to publish immediately
targetingobjectAudience targeting specifications
descriptionstringDescription of the video
scheduled_publish_timeintegerUnix timestamp to schedule the video post
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CommentFACEBOOK_DELETE_COMMENTAcciónDeletes a facebook comment.
FACEBOOK_DELETE_COMMENTAcciónDeletes a facebook comment.
Parámetros de entrada
comment_idstringObligatorioThe ID of the comment to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete PostFACEBOOK_DELETE_POSTAcciónDeletes a facebook page post.
FACEBOOK_DELETE_POSTAcciónDeletes a facebook page post.
Parámetros de entrada
post_idstringObligatorioThe ID of the post to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CommentFACEBOOK_GET_COMMENTAcciónRetrieves details of a specific facebook comment.
FACEBOOK_GET_COMMENTAcciónRetrieves details of a specific facebook comment.
Parámetros de entrada
fieldsstringComma-separated list of fields to return
comment_idstringObligatorioThe ID of the comment to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CommentsFACEBOOK_GET_COMMENTSAcciónRetrieves comments from a facebook post or comment (for replies).
FACEBOOK_GET_COMMENTSAcciónRetrieves comments from a facebook post or comment (for replies).
Parámetros de entrada
limitintegerNumber of comments to return (max 100)
orderstringOrder of comments: chronological (oldest first) or reverse_chronological (newest first)
fieldsstringComma-separated list of fields to return for each comment
filterstringFilter comments by type: stream (default) or toplevel
object_idstringObligatorioThe ID of the post or comment to get comments from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conversation MessagesFACEBOOK_GET_CONVERSATION_MESSAGESAcciónRetrieves messages from a specific conversation.
FACEBOOK_GET_CONVERSATION_MESSAGESAcciónRetrieves messages from a specific conversation.
Parámetros de entrada
limitintegerNumber of messages to return (max 25)
fieldsstringFields to return for messages in the conversation
conversation_idstringObligatorioThe ID of the conversation
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Message DetailsFACEBOOK_GET_MESSAGE_DETAILSAcciónRetrieves details of a specific message sent or received by the page.
FACEBOOK_GET_MESSAGE_DETAILSAcciónRetrieves details of a specific message sent or received by the page.
Parámetros de entrada
fieldsstringComma-separated list of fields to return
message_idstringObligatorioThe ID of the message to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page ConversationsFACEBOOK_GET_PAGE_CONVERSATIONSAcciónRetrieves a list of conversations between users and the page.
FACEBOOK_GET_PAGE_CONVERSATIONSAcciónRetrieves a list of conversations between users and the page.
Parámetros de entrada
limitintegerNumber of conversations to return (max 25)
fieldsstringComma-separated list of fields to return for each conversation
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page DetailsFACEBOOK_GET_PAGE_DETAILSAcciónFetches details about a specific facebook page.
FACEBOOK_GET_PAGE_DETAILSAcciónFetches details about a specific facebook page.
Parámetros de entrada
fieldsstringComma-separated list of fields to return
page_idstringObligatorioThe ID of the Facebook Page to get details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page InsightsFACEBOOK_GET_PAGE_INSIGHTSAcciónRetrieves analytics and insights for a facebook page.
FACEBOOK_GET_PAGE_INSIGHTSAcciónRetrieves analytics and insights for a facebook page.
Parámetros de entrada
sincestringUnix timestamp or strtotime date for the start of the range
untilstringUnix timestamp or strtotime date for the end of the range
periodstringPeriod for the metrics: day, week, days_28, month, lifetime
metricsstringComma-separated list of metrics to retrieve
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page PhotosFACEBOOK_GET_PAGE_PHOTOSAcciónRetrieves photos from a facebook page.
FACEBOOK_GET_PAGE_PHOTOSAcciónRetrieves photos from a facebook page.
Parámetros de entrada
typestringFilter by photo type: uploaded, tagged
limitintegerNumber of photos to return (max 100)
fieldsstringComma-separated list of fields to return for each photo
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page PostsFACEBOOK_GET_PAGE_POSTSAcciónRetrieves posts from a facebook page.
FACEBOOK_GET_PAGE_POSTSAcciónRetrieves posts from a facebook page.
Parámetros de entrada
limitintegerNumber of posts to return (max 100)
sincestringUnix timestamp or strtotime data value to filter posts created after this time
untilstringUnix timestamp or strtotime data value to filter posts created before this time
fieldsstringComma-separated list of fields to return for each post
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page RolesFACEBOOK_GET_PAGE_ROLESAcciónRetrieves a list of people and their tasks/roles on a facebook page.
FACEBOOK_GET_PAGE_ROLESAcciónRetrieves a list of people and their tasks/roles on a facebook page.
Parámetros de entrada
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Page VideosFACEBOOK_GET_PAGE_VIDEOSAcciónRetrieves videos from a facebook page.
FACEBOOK_GET_PAGE_VIDEOSAcciónRetrieves videos from a facebook page.
Parámetros de entrada
typestringFilter by video type: uploaded, tagged
limitintegerNumber of videos to return (max 100)
fieldsstringComma-separated list of fields to return for each video
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PostFACEBOOK_GET_POSTAcciónRetrieves details of a specific facebook post.
FACEBOOK_GET_POSTAcciónRetrieves details of a specific facebook post.
Parámetros de entrada
fieldsstringComma-separated list of fields to return
post_idstringObligatorioThe ID of the post to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Post InsightsFACEBOOK_GET_POST_INSIGHTSAcciónRetrieves analytics and insights for a specific facebook post.
FACEBOOK_GET_POST_INSIGHTSAcciónRetrieves analytics and insights for a specific facebook post.
Parámetros de entrada
periodstringPeriod for the metrics (only applicable for some metrics): lifetime
metricsstringComma-separated list of metrics to retrieve
post_idstringObligatorioThe ID of the post to get insights for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Post ReactionsFACEBOOK_GET_POST_REACTIONSAcciónRetrieves reactions (like, love, wow, etc.) for a facebook post.
FACEBOOK_GET_POST_REACTIONSAcciónRetrieves reactions (like, love, wow, etc.) for a facebook post.
Parámetros de entrada
typestringFilter by reaction type: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL
limitintegerNumber of reactions to return (max 100)
post_idstringObligatorioThe ID of the post to get reactions for
summarybooleanInclude summary with total count per reaction type
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Scheduled PostsFACEBOOK_GET_SCHEDULED_POSTSAcciónRetrieves scheduled and unpublished posts for a facebook page.
FACEBOOK_GET_SCHEDULED_POSTSAcciónRetrieves scheduled and unpublished posts for a facebook page.
Parámetros de entrada
limitintegerNumber of posts to return (max 100)
fieldsstringComma-separated list of fields to return for each post
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User PagesFACEBOOK_GET_USER_PAGESAcciónRetrieves a list of pages the user manages, including tasks and access tokens.
FACEBOOK_GET_USER_PAGESAcciónRetrieves a list of pages the user manages, including tasks and access tokens.
Parámetros de entrada
fieldsstringComma-separated list of fields to return for each page.
user_idstringThe ID of the user whose pages to retrieve. Defaults to 'me' for current user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Like Post or CommentFACEBOOK_LIKE_POST_OR_COMMENTAcciónLikes a facebook post or comment.
FACEBOOK_LIKE_POST_OR_COMMENTAcciónLikes a facebook post or comment.
Parámetros de entrada
object_idstringObligatorioThe ID of the post or comment to like
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark Message SeenFACEBOOK_MARK_MESSAGE_SEENAcciónMarks a user's message as seen by the page.
FACEBOOK_MARK_MESSAGE_SEENAcciónMarks a user's message as seen by the page.
Parámetros de entrada
page_idstringObligatorioThe ID of the Facebook Page
recipient_idstringObligatorioThe ID of the user whose message to mark as seen
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Scheduled PostFACEBOOK_PUBLISH_SCHEDULED_POSTAcciónPublishes a previously scheduled or unpublished facebook post immediately.
FACEBOOK_PUBLISH_SCHEDULED_POSTAcciónPublishes a previously scheduled or unpublished facebook post immediately.
Parámetros de entrada
post_idstringObligatorioThe ID of the scheduled/unpublished post to publish
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove Page TaskFACEBOOK_REMOVE_PAGE_TASKAcciónRemoves a user's tasks/access from a specific facebook page.
FACEBOOK_REMOVE_PAGE_TASKAcciónRemoves a user's tasks/access from a specific facebook page.
Parámetros de entrada
userstringObligatorioThe ID or username of the user to remove
page_idstringObligatorioThe ID of the Facebook Page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reschedule PostFACEBOOK_RESCHEDULE_POSTAcciónChanges the scheduled publish time of an unpublished facebook post.
FACEBOOK_RESCHEDULE_POSTAcciónChanges the scheduled publish time of an unpublished facebook post.
Parámetros de entrada
post_idstringObligatorioThe ID of the scheduled post to reschedule
scheduled_publish_timeintegerObligatorioNew Unix timestamp for when to publish the post
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Media MessageFACEBOOK_SEND_MEDIA_MESSAGEAcciónSends a media message (image, video, audio, or file) from the page to a user.
FACEBOOK_SEND_MEDIA_MESSAGEAcciónSends a media message (image, video, audio, or file) from the page to a user.
Parámetros de entrada
page_idstringObligatorioThe ID of the Facebook Page sending the message
media_urlstringObligatorioURL of the media to send
media_typestringObligatorioType of media: image, video, audio, or file
is_reusablebooleanWhether the attachment is reusable
recipient_idstringObligatorioThe ID of the message recipient (user ID or PSID)
messaging_typestringThe messaging type - RESPONSE, UPDATE, or MESSAGE_TAG
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send MessageFACEBOOK_SEND_MESSAGEAcciónSends a text message from the page to a user via messenger.
FACEBOOK_SEND_MESSAGEAcciónSends a text message from the page to a user via messenger.
Parámetros de entrada
page_idstringObligatorioThe ID of the Facebook Page sending the message
message_textstringObligatorioThe text content of the message to send
recipient_idstringObligatorioThe ID of the message recipient (user ID or PSID)
messaging_typestringThe messaging type - RESPONSE, UPDATE, or MESSAGE_TAG
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Toggle Typing IndicatorFACEBOOK_TOGGLE_TYPING_INDICATORAcciónShows or hides the typing indicator for a user in messenger.
FACEBOOK_TOGGLE_TYPING_INDICATORAcciónShows or hides the typing indicator for a user in messenger.
Parámetros de entrada
page_idstringObligatorioThe ID of the Facebook Page
typing_onbooleanObligatorioTrue to show typing indicator, False to hide it
recipient_idstringObligatorioThe ID of the user to show/hide typing indicator for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unlike Post or CommentFACEBOOK_UNLIKE_POST_OR_COMMENTAcciónRemoves a like from a facebook post or comment.
FACEBOOK_UNLIKE_POST_OR_COMMENTAcciónRemoves a like from a facebook post or comment.
Parámetros de entrada
object_idstringObligatorioThe ID of the post or comment to unlike
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CommentFACEBOOK_UPDATE_COMMENTAcciónUpdates an existing facebook comment.
FACEBOOK_UPDATE_COMMENTAcciónUpdates an existing facebook comment.
Parámetros de entrada
messagestringObligatorioThe new text content of the comment
is_hiddenbooleanWhether to hide or unhide the comment
comment_idstringObligatorioThe ID of the comment to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Page SettingsFACEBOOK_UPDATE_PAGE_SETTINGSAcciónUpdates settings for a specific facebook page.
FACEBOOK_UPDATE_PAGE_SETTINGSAcciónUpdates settings for a specific facebook page.
Parámetros de entrada
aboutstringUpdated about section for the page
phonestringUpdated phone number
emailsstring[]Updated email addresses
page_idstringObligatorioThe ID of the Facebook Page to update
websitestringUpdated website URL
descriptionstringUpdated description for the page
general_infostringUpdated general information
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update PostFACEBOOK_UPDATE_POSTAcciónUpdates an existing facebook page post.
FACEBOOK_UPDATE_POSTAcciónUpdates an existing facebook page post.
Parámetros de entrada
messagestringUpdated text content of the post
post_idstringObligatorioThe ID of the post to update
og_phrasestringOpen Graph phrase
og_icon_idstringOpen Graph icon ID
og_object_idstringOpen Graph object ID
og_action_type_idstringOpen Graph action type ID
og_suggestion_mechanismstringOpen Graph suggestion mechanism
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload PhotoFACEBOOK_UPLOAD_PHOTOAcciónUploads a photo file directly to a facebook page. supports local file upload up to 10mb.
FACEBOOK_UPLOAD_PHOTOAcciónUploads a photo file directly to a facebook page. supports local file upload up to 10mb.
Parámetros de entrada
urlstringPublic URL of the photo. Alternative to 'photo'
tagsobject[]List of user tags with format [{'tag_uid': 'USER_ID', 'x': 50, 'y': 50}]
photoobjectPhoto file to upload (max 10MB). Alternative to 'url'
captionstringCaption for the photo
page_idstringObligatorioThe ID of the Facebook Page
publishedbooleanWhether to publish the photo immediately
targetingobjectAudience targeting specifications
scheduled_publish_timeintegerUnix timestamp to schedule the post
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Photos BatchFACEBOOK_UPLOAD_PHOTOS_BATCHAcciónUploads 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.
FACEBOOK_UPLOAD_PHOTOS_BATCHAcciónUploads 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_idstringObligatorioThe ID of the Facebook Page
album_idstringID of album to add photos to. If not provided, photos will be uploaded to timeline
publishedbooleanWhether to publish the photos immediately
photo_urlsstring[]List of photo URLs to upload (alternative to 'photos')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload VideoFACEBOOK_UPLOAD_VIDEOAcciónUploads a video file directly to a facebook page. supports local file upload. for large videos (>100mb), uses resumable upload.
FACEBOOK_UPLOAD_VIDEOAcciónUploads a video file directly to a facebook page. supports local file upload. for large videos (>100mb), uses resumable upload.
Parámetros de entrada
titlestringTitle of the video
videoobjectObligatorioVideo file to upload (max 10GB, recommended under 1GB)
page_idstringObligatorioThe ID of the Facebook Page
publishedbooleanWhether to publish immediately
targetingobjectAudience targeting specifications
descriptionstringDescription of the video
content_tagsstring[]List of content tags
custom_labelsstring[]Custom labels for the video
scheduled_publish_timeintegerUnix timestamp to schedule the video post
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not