Kms Member

Comments

  • Thanks @NemishTambatkasar. I have one last question on how I can ensure that the incoming webhook request originates from Domo using the secret. I understand the purpose of it, but even after passing the secret, I am receiving the message as it is in the webhook receiver service without performing any authentication step.…
  • Just to add in my previous question, is there any way I can get the card_id value in webhook body of the alert? I am able to get the name of the card on which alert is applied, but did not find any API to get card_id.
  • @GrantSmith I was able to access "api/social/v4/alerts?cardId=CARD_ID", It seems /series was not applicable. However, I am not able to get all the metric details, like RuleColumncurrentValue, RuleColumnPreviousValue, RuleColumnChangeInValue, etc.. which I was able to set in the webhook description. Is there any way I can…
  • Thanks @GrantSmith I was able to call API - /api/content/v3/cards/kpi/definition with a full authentication token. However, I am not able to call Https://INSTANCE.domo.com/api/social/v4/alerts/series?cardId=CARD_ID Can you please help me with which authentication token should be passed? Also, is there any documentation…