Setting up a sample callback to use in your subscriptions
-
If you need to setup a sample callback for your subscriptions you can add this service to your docker-compose file
subscription: container_name: webhookie-subscription-sample image: hookiesolutions/webhookie-subscription-sample:1 ports: - "9000:9000" networks: webhookie:
and then you can POST to http://subscription:9000/whatever
Hope this helps!