action ijenko_place_notifications { label: "List Notifications" description: "Get the list of *Notifications* available in this *Place*." provider: ijenko method: GET path: "/places/{placeId}/notifications" encoding: json output: { type: "object" additionalProperties: true } }