Send the final results of your workflow to an external system or application via an HTTP POST request.
Webhook out
block acts as an Output for your workflow. It allows you to automatically send the final, collected data from your workflow to a specified URL. This enables you to integrate Jsonify’s results directly into your own applications, databases, or other automation platforms like Make.
This block is typically placed at the very end of a workflow, after all data has been collected and structured.
Webhook out
block to:
Screenshot: Webhook out block configuration panel
Extract Data
or Merge data
block), the Webhook out
block is executed.Webhook out
.results
data from the Jsonify webhook payload to the appropriate fields in your CRM module.results
key to get your data.Authorization
header. If your endpoint requires security, you should use a hard-to-guess “secret” URL provided by your receiving service.Webhook out
block is the key to pushing your collected data out of Jsonify and integrating it into your other tools and systems.