Skip to content

Facebook Tasks

Fresh

All Facebook automation endpoints use POST and follow the standard RPA task pattern with name, remark, scheduleAt, and id (cloud phone ID) as common parameters.

Facebook Auto Login

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookLogin

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time (timestamp)
idYesstringCloud phone ID
accountYesstringAccount
passwordYesstringPassword

Facebook Auto Comment

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookComment

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time
idYesstringCloud phone ID
postLinkYesstringPost URL to comment on
commentYesstringComment content

Facebook Post Content

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookPost

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time
idYesstringCloud phone ID
contentYesstringPost content
imagesNoarray[string]Image URLs

Facebook Maintenance (Warmup)

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookMaintenance

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time
idYesstringCloud phone ID
durationYesintegerDuration in minutes

Facebook Publish Reels Video

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookReels

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time
idYesstringCloud phone ID
videoYesstringVideo URL
videoDescNostringDescription
pageNostringFacebook page name

Facebook Send DM

URL: https://openapi.geelark.com/open/v1/rpa/task/facebookDM

ParameterRequiredTypeDescription
scheduleAtYesintScheduled time
idYesstringCloud phone ID
targetUserYesstringTarget username
messageYesstringMessage content

GEELark API Documentation - Built with VitePress