You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to run a service which is able to register a webhook, which creates a record in a db and causes the bot registry server to subscribe to streams and forward events to that webhook.
This is similar to the notification service, except instead of registering for a notification, we register for webhook calls; instead of a token it takes a url; and instead of apns.push it calls the webhook with the payload.
The text was updated successfully, but these errors were encountered:
Description
We want to run a service which is able to register a webhook, which creates a record in a db and causes the bot registry server to subscribe to streams and forward events to that webhook.
This is similar to the notification service, except instead of registering for a notification, we register for webhook calls; instead of a token it takes a url; and instead of apns.push it calls the webhook with the payload.
The text was updated successfully, but these errors were encountered: