This action will create a carousel (multiple media) post on Threads. At least two items are required in the carousel.
- API endpoint slug
- threads.post_carousel
- Filter code method
- Threads.postCarousel.skip(string?: reason)
- Runtime method
- runAction("threads.post_carousel", {})
Action fields
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)