Explore Plans
Mobile menu Close menu
Threads

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. Text is limited to 500 characters.
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.setMedia Type 1(string: media_type_1)

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.setMedia Url 1(string: media_url_1)

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.setMedia Type 2(string: media_type_2)

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.setMedia Url 2(string: media_url_2)

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.setMedia Type 3(string: media_type_3)

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.setMedia Url 3(string: media_url_3)

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.setMedia Type 4(string: media_type_4)

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.setMedia Url 4(string: media_url_4)