Explore Plans
Mobile menu Close menu
ThreadsThreads

Create a carousel (multiple media) post

This action will create a carousel (multiple media) post on Threads. At least two items are required in the carousel.

Developer info

API endpoint slug
threads.post_carousel
Filter code method
Threads.postCarousel.skip(string?: reason)
Runtime method
runAction("threads.post_carousel", {})

Action fields

Text Text input > Short text

Label
Text
Helper text
An optional text content you want to post with your carousel.
Slug
text
Required
false
Can have default value
true
Filter code method
Threads.postCarousel.setText(string: text)

Media type 1 Dropdown list

Label
First Media Type
Helper text
Select the type of first item in the carousel.
Slug
media_type_1
Required
true
Can have default value
true
Filter code method
Threads.postCarousel.setMediaType1(string: mediaType1)

Media URL 1 Text input > File

Label
First Media URL
Helper text
URL to the first media you want to post. Only MP4 and MOV videos & JPG and PNG images are allowed.
Slug
media_url_1
Required
true
Can have default value
true
Filter code method
Threads.postCarousel.setMediaUrl1(string: mediaUrl1)

Media type 2 Dropdown list

Label
Second Media Type
Helper text
Select the type of second item in the carousel.
Slug
media_type_2
Required
true
Can have default value
true
Filter code method
Threads.postCarousel.setMediaType2(string: mediaType2)

Media URL 2 Text input > File

Label
Second Media URL
Helper text
URL to the second media you want to post. Only MP4 and MOV videos & JPG and PNG images are allowed.
Slug
media_url_2
Required
true
Can have default value
true
Filter code method
Threads.postCarousel.setMediaUrl2(string: mediaUrl2)

Media type 3 Dropdown list

Label
Third Media Type (OPTIONAL)
Helper text
Select the type of third item in the carousel.
Slug
media_type_3
Required
false
Can have default value
true
Filter code method
Threads.postCarousel.setMediaType3(string: mediaType3)

Media URL 3 Text input > File

Label
Third Media URL (OPTIONAL)
Helper text
URL to the third media you want to post. Only MP4 and MOV videos & JPG and PNG images are allowed.
Slug
media_url_3
Required
false
Can have default value
true
Filter code method
Threads.postCarousel.setMediaUrl3(string: mediaUrl3)

Media type 4 Dropdown list

Label
Fourth Media Type (OPTIONAL)
Helper text
Select the type of fourth item in the carousel.
Slug
media_type_4
Required
false
Can have default value
true
Filter code method
Threads.postCarousel.setMediaType4(string: mediaType4)

Media URL 4 Text input > File

Label
Fourth Media URL (OPTIONAL)
Helper text
URL to the fourth media you want to post. Only MP4 and MOV videos & JPG and PNG images are allowed.
Slug
media_url_4
Required
false
Can have default value
true
Filter code method
Threads.postCarousel.setMediaUrl4(string: mediaUrl4)