Push (create) a Notification via the .NET API, is it possible ?
I'd like to know if it's possible to create a notification to a user via the .NET API ?
If yes, is it possible to add a custom hyperlink (outside of PODIO) inside this notification ?
-
Hi Erik
We cannot create a notification in Podio via API. If you refer this API documentation you can can see API does not support that. Notifications are automatically created when some events occur on Podio, for example: A comment is added to an item you are subscribed to.
You can use Conversation API methods (https://developers.podio.com/doc/conversations) to send a message to the user or a group of users, then a notification will get created for them. This is possible via Podio .NET API client. (https://github.com/podio/podio-dotnet/blob/master/Podio%20.NET/Services/ConversationService.cs)
Please sign in to leave a comment.
Comments
2 comments