schedules[] row: postId, providerId, scheduledTime (ISO-8601), optional automation (e.g. Twitter thread delay).providerId values must be integration **id**s from POST /api/integrations/filter-integrations.curl --location 'https://app.highperformr.ai/api/v1/posts/bulk-schedule' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"posts": [
{
"postId": "AYG7R0Vz134CcPlEr27R",
"schedules": [
{
"providerId": "mQQqMeclDHmvr40TbhIU",
"scheduledTime": "2024-02-16T04:28:37.695Z",
"automation": {
"threadDelay": {
"enabled": true,
"scheduleInSecs": 10
}
}
}
]
}
]
}'{
"message": "Posts scheduled successfully"
}