Create Create
Create Certified

yaml
type: "io.kestra.plugin.meta.facebook.posts.Create"
yaml
id: facebook_create_post
namespace: company.team

tasks:
  - id: create_post
    type: io.kestra.plugin.meta.facebook.posts.Create
    pageId: "{{ secret('FACEBOOK_PAGE_ID') }}"
    accessToken: "{{ secret('FACEBOOK_ACCESS_TOKEN') }}"
    message: "Hello from Kestra! This is an automated post."

yaml
id: "create"
type: "io.kestra.plugin.meta.facebook.posts.Create"
- id: create_post_with_link
  type: io.kestra.plugin.meta.facebook.posts.Create
  pageId: "{{ secret('FACEBOOK_PAGE_ID') }}"
  accessToken: "{{ secret('FACEBOOK_ACCESS_TOKEN') }}"
  message: "Check out this amazing automation platform!"
  link: "https://kestra.io"
Properties
Defaulthttps://graph.facebook.com
Defaultv24.0