GET /api/v1/follow-up/templates/providers endpointcurl "https://blacktwist.app/api/v1/follow-up/templates?userProviderId=clx...." \
-H "Authorization: Bearer bt_api_..."{
"templates": [
{
"id": "tmpl_abc123",
"name": "Default Promo",
"text": "If you enjoyed this, check out my newsletter!",
"images": [],
"isDefault": true,
"isEnabled": true,
"delayTimeMinutes": 60,
"delayTimeMinutesEnabled": true,
"numberOfLikes": 10,
"numberOfLikesEnabled": true,
"numberOfReplies": 5,
"numberOfRepliesEnabled": false,
"numberOfReposts": 3,
"numberOfRepostsEnabled": false,
"media": []
}
],
"count": 1
}GET /api/v1/posts/:threadId/follow-upnull if none is set.curl https://blacktwist.app/api/v1/posts/abc123xyz/follow-up \
-H "Authorization: Bearer bt_api_..."{
"autoPlug": {
"id": "ap_xyz789",
"threadId": "abc123xyz",
"isEnabled": true,
"text": "Check out my newsletter!",
"images": [],
"delayTimeMinutes": 60,
"delayTimeMinutesEnabled": true,
"numberOfLikes": 10,
"numberOfLikesEnabled": true,
"numberOfReplies": 5,
"numberOfRepliesEnabled": false,
"numberOfReposts": 3,
"numberOfRepostsEnabled": false,
"autoPlugMedia": []
}
}PUT /api/v1/posts/:threadId/follow-up{ url, altText? } objectscurl -X PUT https://blacktwist.app/api/v1/posts/abc123xyz/follow-up \
-H "Authorization: Bearer bt_api_..." \
-H "Content-Type: application/json" \
-d '{
"isEnabled": true,
"text": "Thanks for reading! Follow me for more.",
"delayTimeMinutes": 120,
"delayTimeMinutesEnabled": true,
"numberOfLikes": 20,
"numberOfLikesEnabled": true
}'{
"autoPlugId": "ap_xyz789",
"threadId": "abc123xyz",
"isEnabled": true
}BlackTwist
Give your social a twist.
© Copyright 2026 BlackTwist. All rights reserved.