0
Votes
Undo
  1. Roel Pollet
  2. SnapDevelop
  3. Monday, 15 March 2021 16:14 PM UTC

Hello all,

In our PB app, we're already used to setting up REST calls to external parties. But we're getting more and more questions about providing webhooks.

And to be honest, I have no idea where & how to start with webhooks. The idea of a webhook looks simple in theory, but it's hard if you only have PB skills and no .NET or C# capabilities.

Is it possible to set up webhooks with SnapDevelop?

Can someone provide any documentation / tutorials / examples about webhooks?

Any help would be usefull.

Thanks a lot,

Roel

Roel Pollet Accepted Answer Pending Moderation
  1. Friday, 9 April 2021 13:46 PM UTC
  2. SnapDevelop
  3. # 1

Hello all,

Any help on how to create a webhook receiver with SnapDevelop, would be very helpful.

Thanks

Comment
  1. Armeen Mazda @Appeon
  2. Friday, 9 April 2021 13:54 PM UTC
I don’t think many people here are developing Webhooks so you might get better help on Stack Overflow. When asking the question I would just ask how to do it in C# and not mention SnapDevelop. Because no matter you use Visual Studio or SnapDevelop, the way you write C# is same. And this way you get most responses possible.
  1. Helpful 1
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Tuesday, 16 March 2021 07:49 AM UTC
  2. SnapDevelop
  3. # 2

Hi,
webhooks are HTTP POSTs to a URL you choose when a certain event occurs in the system you’re hooked to.
For example sending an email or a push notification when a login happens.
What is your use case?
In few words, you must simply set a callback URL, e.g. you call an API for data update and the API calls a callback URL on your server to notify the update.
Best,
.m

Comment
  1. Miguel Alzate
  2. Monday, 2 October 2023 23:45 PM UTC
Hi, Roel.



Tell me, were you finally able to implement the use of Webhooks in your Appeon applications? If so, could you share your experience in this post?
  1. Helpful 1
  1. Louis Arena
  2. Thursday, 19 October 2023 16:49 PM UTC
Same questions here, looking for guidance.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.