BlueSky: Create Post¶
Available since: unknown
Create a Post object to send to BlueSky.
Fields¶
Message
-
The message that will be displayed on the post.
Name of response token
-
The response value will be loaded into this specified token. You can access [token_name:body] raw response, [token_name:json] when return is valid json, [token_name:headers], [token_name:status], [token_name:client_error] > 0 when has problem. Please provide the token name only, without brackets.