最近の検索


最近の検索はありません

Rachel Briggs's Avatar

Rachel Briggs

参加日2022年6月20日

·

前回のアクティビティ2024年6月24日

フォロー中

0

フォロワー

0

合計アクティビティ

5

投票

2

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Rachel Briggs

Rachel Briggsさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

EDIT: here is the correct trigger there is no coma after []

 

{
   "ticket": {
       "follower_ids": []
   }

コメントを表示 · 投稿日時:2022年8月10日 · Rachel Briggs

0

フォロワー

0

投票

0

コメント


Rachel Briggsさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Hi All,

I set up this webhook using the following:

{
   "ticket": {
       "follower_ids": [],
   }
 
I do not want the CC's to be deleted only followers; which is why I didnt include "email_cc_ids": [] or  "collaborator_ids": []  in my trigger. We use followers internally and CC's externally. However the above webhook does not work for removing followers at all. If I include "email_cc_ids": [] or  "collaborator_ids": [] it DOES remove the follower perfectly however it also removes the CC which will cause issues for us. Has anybody experienced this? Our goal is to streamline our processes and automate the removal of followers on ticket update however I cannot seem to find a solution that works without causing other issues (removing CC's). My knowledge on webhooks and API calls is very limited so I am wondering if the answer is staring at me in the face and I just am not connecting the dots. Any help would be greatly appreciated thank you!

コメントを表示 · 投稿日時:2022年8月10日 · Rachel Briggs

0

フォロワー

0

投票

0

コメント