Hi @nuzil,I noticed that you are using the
https://io-webhook.herokuapp.com/ as the webhook server. There is a
known bug in this server where it's only able to display payloads when
the content type is application/json.If you created this integration
using developer console, you should be able to view debug traces of the
events flowing.Alternatively, you can use https://webhook.site as the
webhook server, but you'll have to take care of challenge deliveries
manually then.Hope this helps!Thanks, ...