Create
Create
yaml
type: "io.kestra.plugin.meta.facebook.posts.Create"Examples
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
accessToken *Requiredstring
message *Requiredstring
pageId *Requiredstring
apiBaseUrl string
Default
https://graph.facebook.comapiVersion string
Default
v24.0