• Hakucho Nin
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi all,

I want to make a small program by python. This program can insert text data to chatter automaticall. I found that there is no object I could insert text data directly. Is there any solution for me to make a robot program to insert text data to specific chatter group?
chatterに投稿する業務プロセスを自動化にしたいです。今考えている方法は二つがあります。
一つ目は、SOQLを使って、collaborationgroupfeedにテキストを挿入する方法です。(資料からみると、直接に挿入できないと判断し、あきらめました)。
二つ目は、pythonとseleniumでテキストデータを書き込む方法です。今は、chatterのHTMLが複雑で見えないようにされているみたいです。テキスト入力のelementが検索できなく、テキストを書き込むことができません。
いい方法がありましたら、教えてください。
ありがとうございます。
Hi all,

I want to make a small program by python. This program can insert text data to chatter automaticall. I found that there is no object I could insert text data directly. Is there any solution for me to make a robot program to insert text data to specific chatter group?