Contact field notification sent (or not) based upon category field value

Comments

7 comments

  • Casper Fabricius

    It's correct that users will always get a notification when added as contacts on an item through the Podio interface.

    It sounds like you are on the right track, and the good news is that you can in fact mute notifications when you create an item. If you set "silent" to true when creating the item no notification will be generated (see https://developers.podio.com/doc/items/add-new-item-22362). The same goes for a number of other operations that support the "silent" option.

    Webforms could be an easier approach for you, but there you don't have the option to mute notifications.

    0
    Comment actions Permalink
  • Adrien BLAISE

    Many thanks for your input Casper.

    One very newbie question if I may: I get a general idea of how I could use the API using a webform as input (e.g. using PHP), but how would I use it within the Podio interface itself?

    TIA.

    0
    Comment actions Permalink
  • Adrien BLAISE

    PS : On the link you sent, I see that if set to “Silent”, both stream event and notification will be disabled upon item creation.

    Regarding this option itself, is there a way I can still have a stream event posted without notification?

    0
    Comment actions Permalink
  • Casper Fabricius

    I don't really understand your first question. How would you use what within the Podio interface itself? You may already know this, but just make it clear:

    • Podio's interface and the mobile apps are based on the API. Anything you can do on Podio, you can do through the API. Anything you do through the API will show up on Podio.
    • We have a feature at Podio we refer to as webforms, where you make it possible to enter data into an app via a public or by embedding a form on your own page. This feature is not related to the API as such.
    • Where you to create items through the API, you would have to build your own html form in your PHP app and make sure the values entered by the user is appropriately submitted to the API.

    As for your second question, no there is only the silent option, if you skip notifications you also don't see it in the stream.

    0
    Comment actions Permalink
  • Adrien BLAISE

    As I understand things,

    1. either I use an external input form (which I called webform, not referring to the Podio feature, but as opposed to the Podio form) pointing to a PHP script that will handle the whole item creation process, making relevant ones silent,
    2. or I mute the app altogether in Advanced settings, and use a webhook to send a notification for relevant items only.

    So basically, can option 2 work, or am I bound to use an external form for this?

    0
    Comment actions Permalink
  • Casper Fabricius

    Option 2 should work, and sounds like a lot less work than option 1. However, bear in mind that you can't create notifications via the API, they are always triggered by user actions, and once you have chosen to mute notifications in the settings for app, there is no way you can send the notification later.

    Instead, I'd recommend that you create a task via API for the user to check out the item with the missed call. You also consider just letting the receptionist add the task manually, since she will be adding the call item manually in any case.

    0
    Comment actions Permalink
  • Adrien BLAISE

    AH. Thanks! A task can do too of course.

    And thanks for bringing up the manual task option too. I'll see what's best in this case.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk