.NET client: ItemService.AddNewItem(AppId, newItem) does not fire webhook

Answered

Comments

2 comments

  • Ajmal v Hassainar

    Hi,

    I have tested this now with the following code, and inspected the hook url with ngrok

    Code:

    var newItem = new Item();
    var textFieldExternalId = ConfigurationManager.AppSettings["fieldName"];
    var textItemField = newItem.Field<TextItemField>(textFieldExternalId);
    textItemField.Value = "This is a test";
    podioClient.ItemService.AddNewItem(9886486, newItem);

    Nrok inspection result: http://goo.gl/R4BhHs

    Ps: I have several Podio integration's built on .NET library with this kind of workflow, those are working good as well.

    0
    Comment actions Permalink
  • Slav Ben Ari

    Yeah, so do I and the only time the hook is not fired is when I create an item programmatically, exactly like you do. This is weird.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk