Make sure you have a publicly available HTTP API that you want to send your
messages to. If you don’t, you can use something like
requestcatcher.com or
webhook.site to try it out.
A message can be any shape or form: json, xml, binary, anything, that can be
transmitted in the http request body. We do not impose any restrictions other
than a size limit of 1 MB (which can be customized at your request).In addition to the request body itself, you can also send HTTP headers. Learn
more about this in the message publishing section.