Plataformas
Configuraciones de plataforma
Opciones de configuracion especificas de cada plataforma para publicaciones personalizadas
Cada plataforma tiene caracteristicas y configuraciones unicas. Utilice los objetos de configuracion a continuacion al crear publicaciones para personalizar el comportamiento por plataforma.
TikTok
| Parametro | Tipo | Descripcion |
|---|---|---|
title | string | Titulo del video |
caption | string | Texto de descripcion del video |
privacyLevelOBLIGATORIO | string | PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY |
allowComments | boolean | Permitir comentarios en el video |
allowDuet | boolean | Permitir duetos |
allowStitch | boolean | Permitir stitches |
sendAsDraft | boolean | Enviar como borrador a la aplicacion de TikTok |
aiGenerated | boolean | Marcar como contenido generado por IA |
autoAddMusic | boolean | Automatically add music to the video |
brandedContent | boolean | Mark as branded content |
brandedContentOwnBrand | boolean | Mark as promoting own brand |
Ejemplo
{
"tiktokConfigs": [{
"connectionId": "conn_tiktok_001",
"title": "Product Demo",
"privacyLevel": "PUBLIC_TO_EVERYONE",
"allowComments": true,
"allowDuet": false,
"aiGenerated": false
}]
}YouTube
| Parametro | Tipo | Descripcion |
|---|---|---|
postType | string | VIDEO or SHORTS |
videoTitle | string | Titulo del video |
tags | string[] | Etiquetas del video para descubrimiento |
privacyStatus | string | public, unlisted o private |
categoryId | string | ID de categoria de YouTube |
playlistId | string | Agregar a lista de reproduccion despues de subir |
notifySubscribers | boolean | Notificar a suscriptores (predeterminado: true) |
allowEmbedding | boolean | Permitir incrustacion en otros sitios |
madeForKids | boolean | Marcar como contenido para ninos |
license | string | youtube o creativeCommon |
Ejemplo
{
"youtubeConfigs": [{
"connectionId": "conn_yt_001",
"postType": "VIDEO",
"videoTitle": "Weekly Product Update",
"tags": ["product", "update", "tech"],
"privacyStatus": "PUBLIC",
"notifySubscribers": true,
"allowEmbedding": true,
"madeForKids": false
}]
}| Parametro | Tipo | Descripcion |
|---|---|---|
boardIdOBLIGATORIO | string | ID del tablero de Pinterest donde fijar |
title | string | Titulo del pin |
link | string | URL de destino al hacer clic en el pin |
Ejemplo
{
"pinterestConfigs": [{
"connectionId": "conn_pin_001",
"boardId": "board_123",
"title": "Summer Collection 2026",
"link": "https://example.com/summer-collection"
}]
}| Parametro | Tipo | Descripcion |
|---|---|---|
postType | string | FEED, STORY o REEL |
| Parametro | Tipo | Descripcion |
|---|---|---|
postType | string | FEED o REEL |
videoTitle | string | Titulo para publicaciones de video |