メモ: このプログラムの拡張子は、環境によって異なります。Linux では「TractionPublish」ですが(拡張子なし)、Windowsでは「TractionPublish.exe」、Mac OSX では「TractionPublish.command」です。
# TeamPageのURLを指定します。
# URLの末尾に /rpc が必要です。
my $url="https://sandbox.teampage.jp/rpc";
# ユーザー名とパスワード
my $userpw="username:password";
# 記事タイトル
my $title="Test by using perl";
# 記事の本文
my $body="This is the body of this test article.";
# 投稿先スペースの名前
my $project="Sales";
# 投稿時に記事に付けるタグ
my $labels="FAQ";
traction_publish_in_server.png
console.png
post_example.png
publish.pl