Boardsのトリガー設定

Boardsのトリガー設定

お知らせ:当社は、お客様により充実したサポート情報を迅速に提供するため、本ページのコンテンツは機械翻訳を用いて日本語に翻訳しています。正確かつ最新のサポート情報をご覧いただくには、本内容の英語版を参照してください。

Notes

以下のトリガーで Webhook を設定する場合、Webhook を実行する対象のボードを選択する必要があります。API から Webhook を作成する場合、このトリガー種別では 'partitionIds' 属性が必須です。

 

ボードにメンバーが追加されたとき

設定で選択したボードに新しいメンバーが追加されたときに、送信 Webhook をトリガーします。

トリガー種別 : Member_Added_In_Board

 

  1. {
  2. 'データの内容': {
  3. 'id': '1006055504',
  4. '名前': 'alaric',
  5. 'emailId': 'alaric@zylker.com',
  6. 'url': 'https://connect.zoho.com/portal/ourintranet/profile/1006055504',
  7. 'memberType': '4',
  8. 'userStatus': '有効',
  9. 'userProfile': {
  10. 'firstName': 'Carol Clark',
  11. 'lastName': '',
  12. 'timeZone': 'Asia/Kolkata',
  13. 'カスタム項目': {
  14. '12266000000430041': {
  15. '名前': 'カスタム 項目 3',
  16. '種類': '日付'
  17. },
  18. '12266000000430035': {
  19. '名前': 'カスタム 項目 2',
  20. '種類': 'TEXTAREA'
  21. },
  22. '12266000000430029': {
  23. '名前': 'カスタム 項目 1',
  24. '種類': 'TEXT'
  25. },
  26. '12266000000430073': {
  27. '名前': 'カスタム 項目 6',
  28. '種類': 'FILE'
  29. },
  30. '12266000000430047': {
  31. '名前': 'カスタム 項目 4',
  32. '種類': 'SELECTBOX'
  33. },
  34. '12266000000430059': {
  35. '名前': 'カスタム 項目 5',
  36. '種類': 'MULTI_SELECTBOX'
  37. }
  38. }
  39. }
  40. },
  41. 'partition': {
  42. '種類': '5',
  43. 'id': '12266000000016001',
  44. '名前': 'Large Board',
  45. 'url': 'https://connect.zoho.com/portal/ourintranet/board/testing-board'
  46. },
  47. 'triggeredBy': {
  48. '種類': '0',
  49. 'id': '61683612',
  50. '名前': 'Michelle T',
  51. 'emailId': 'michelle@zylker.com',
  52. 'url': 'https://connect.zoho.com/portal/ourintranet/profile/61683612'
  53. },
  54. 'triggerType': 'Member_Added_In_Board',
  55. 'triggeredTime': '17 Nov 2021, 12:38 PM',
  56. 'triggeredTimeInMillis': '1637132933737',
  57. 'scope': {
  58. 'id': '12266000000002002',
  59. '名前': 'Zylker',
  60. 'url': 'https://connect.zoho.com/portal/ourintranet'
  61. }
  62. }

 

ボードからメンバーが削除されたとき

設定で選択したボードからメンバーが削除されたときに、送信 Webhook をトリガーします。
トリガー種別 : Member_Removed_From_Board


  1. {
  2. 'データの内容': {
  3. 'id': '62592875',
  4. '名前': 'Emma Stone',
  5. 'emailId': 'emma@zylker.com',
  6. 'url': 'https://connect.zoho.com/portal/ourintranet/profile/62592875',
  7. 'memberType': '0',
  8. 'userStatus': '有効',
  9. 'userProfile': {
  10. 'firstName': 'Michelle',
  11. 'lastName': '+1',
  12. 'timeZone': 'Asia/Kolkata',
  13. 'カスタム項目': {
  14. '12266000000430035': {
  15. '名前': 'カスタム項目 2',
  16. '種類': 'TEXTAREA',
  17. '値': 'カスタム項目の値'
  18. },
  19. '12266000000430041': {
  20. '名前': 'カスタム項目 3',
  21. '種類': '日付',
  22. '値': '05 Nov 2021'
  23. },
  24. '12266000000430073': {
  25. '名前': 'カスタム項目 6',
  26. '種類': 'FILE',
  27. '値': {
  28. 'fileId': '12266000000491135',
  29. 'size': '89134',
  30. '名前': '画像.png',
  31. 'contentType': 'image/png',
  32. 'downloadUrl': 'https://connect.zoho.com/pulse/api/downloadFile?scopeID=12266000000002002&fileId=12266000000491135',
  33. 'extension': 'png'
  34. }
  35. },
  36. '12266000000430029': {
  37. '名前': 'カスタム項目 1',
  38. '種類': 'TEXT',
  39. '値': 'カスタム項目の値'
  40. },
  41. '12266000000430047': {
  42. '名前': 'カスタム項目 4',
  43. '種類': 'SELECTBOX',
  44. '値': '12266000000430049'
  45. },
  46. '12266000000430059': {
  47. '名前': 'カスタム項目 5',
  48. '種類': 'MULTI_SELECTBOX',
  49. '値': [
  50. {
  51. 'id': '12266000000430061',
  52. '名前': 'オプション 1'
  53. },
  54. {
  55. 'id': '12266000000430063',
  56. '名前': 'オプション 2'
  57. }
  58. ]
  59. }
  60. }
  61. }
  62. },
  63. 'partition': {
  64. '種類': '5',
  65. 'id': '12266000000016001',
  66. '名前': 'Large Board',
  67. 'url': 'https://connect.zoho.com/portal/ourintranet/board/testing-board'
  68. },
  69. 'triggeredBy': {
  70. '種類': '0',
  71. 'id': '61683612',
  72. '名前': 'Michelle T',
  73. 'emailId': 'michelle@zylker.com',
  74. 'url': 'https://connect.zoho.com/portal/ourintranet/profile/61683612'
  75. },
  76. 'triggerType': 'Member_Removed_From_Board',
  77. 'triggeredTime': '17 Nov 2021, 12:38 PM',
  78. 'triggeredTimeInMillis': '1637132923797',
  79. 'scope': {
  80. 'id': '12266000000002002',
  81. '名前': 'Zylker',
  82. 'url': 'https://connect.zoho.com/portal/ourintranet'
  83. }
  84. }

 

送信 Webhook に関する詳細やご質問がある場合は、support@zohoconnect.com までお問い合わせください。

    Zoho CRM 管理者向けトレーニング

    「導入したばかりで基本操作や設定に不安がある」、「短期間で集中的に運用開始できる状態にしたい」、「運用を開始しているが再度学び直したい」 といった課題を抱えられているユーザーさまに向けた少人数制のオンライントレーニングです。

    日々の営業活動を効率的に管理し、導入効果を高めるための方法を学びましょう。

    Zoho CRM Training



              Zoho Campaigns Resources

                Zoho WorkDrive Resources




                  • Desk Community Learning Series


                  • Digest


                  • Functions


                  • Meetups


                  • Kbase


                  • Resources


                  • Glossary


                  • Desk Marketplace


                  • MVP Corner


                  • Word of the Day


                  • Ask the Experts









                                  Resources

                                  Videos

                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                  eBooks

                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                  Webinars

                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                  CRM Tips

                                  Make the most of Zoho CRM with these useful tips.