Can Tweetbot manually pass an x-success parameter back to Drafts 5 using callback_url? The app doesn’t fully support x-callback-url so attempting to more or less fake the correct response.
Working of an action that sends multiple tweets through Tweetbot, but it keeps timing out after the first one when using CallbackURL.create().
The callback URL step requires x-callback-url support. Tweetbot has it’s own callback parameter, but it does not support x-callback-url…so this isn’t possible, at least in a way that the action waits for a response.
Is there a reason you want to use Tweetbot for this rather than the built-in Twitter action step?