
CreateVideo
CreateVideo
yaml
type: "io.kestra.plugin.meta.instagram.media.CreateVideo"Examples
yaml
id: instagram_create_video_post
namespace: company.team
tasks:
- id: create_video_post
type: io.kestra.plugin.meta.instagram.media.CreateVideo
igId: "{{ secret('INSTAGRAM_ACCOUNT_ID') }}"
accessToken: "{{ secret('INSTAGRAM_ACCESS_TOKEN') }}"
videoUrl: "https://example.com/video.mp4"
caption: "Check out this amazing video!"
VideoType: REELS
Properties
accessToken*Requiredstring
igId*Requiredstring
videoUrl*Requiredstring
apiVersionstring
Default
v24.0captionstring
hoststring
Default
https://graph.facebook.comvideoTypestring
Default
VIDEOPossible Values
VIDEOREELSSTORIES