You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the implementation of an integration for Facebook Pages in Elsa Workflows. The module should allow workflows to interact with Facebook Pages, supporting content creation, management, and monitoring activities.
Tasks
Create a new module: Elsa.Integrations.FacebookPages
Implement Workflow Activities:
CreateComment - Creates a comment.
CreatePost - Creates a post.
CreatePostWithPhotos - Creates a multi-photo post.
DeleteComment - Deletes a comment.
DeletePhoto - Deletes a photo.
DeletePost - Deletes a post.
DeleteVideo - Deletes a video.
GetPostReactions - Returns the number of reactions for a post.
GetComment - Retrieves information about a comment.
GetPage - Retrieves details about a page.
GetPhoto - Retrieves information about a photo.
GetPost - Retrieves information about a post.
GetVideo - Retrieves information about a video.
LikePost - Likes a post.
ListComments - Retrieves comments for a post.
ListPhotos - Retrieves photos.
ListPosts - Retrieves posts.
ListVideos - Retrieves videos.
UnlikePost - Unlikes a post.
UpdateComment - Updates a comment.
UpdatePage - Updates details on a page, such as phone or email.
UpdatePost - Updates a post.
UpdateVideo - Updates a video.
UploadPhoto - Uploads a photo.
UploadVideo - Uploads a video.
WatchComments - Triggers when a new comment is added.
WatchPhotos - Triggers when a new photo is added.
WatchPosts - Triggers when a new post is added.
WatchPostsPublicPage - Triggers when a new post is added to the selected public page.
This issue tracks the implementation of an integration for Facebook Pages in Elsa Workflows. The module should allow workflows to interact with Facebook Pages, supporting content creation, management, and monitoring activities.
Tasks
Create a new module:
Elsa.Integrations.FacebookPages
Implement Workflow Activities:
Add Unit Tests
Add Documentation (
README.md
)References
Notes
Contributor Guidelines
If you're interested in working on this issue:
The text was updated successfully, but these errors were encountered: