Skip to Content
API ReferenceIntegration with Make.com

Integration with Make.com

Make.com is a popular automation platform that works seamlessly with Dialora webhooks.

Setting Up Make.com Integration:

  • Create a New Scenario: Start a new automation scenario in Make.com
  • Add Your Trigger: Choose your trigger app (Google Forms, WordPress, CRM, etc.)
  • Add HTTP Module: Search for “HTTP” and select “Make a request”
  • URL: Your Dialora webhook URL
  • Method: POST
  • Headers: Content-Type: application/json
  • Body: Map your form fields to the required JSON structure

Make.com JSON Mapping Example:

{ "name": "{{1.name}}", "phone": "{{1.phone}}", "email": "{{1.email}}", "company": "{{1.company}}", "notes": "Lead from {{1.source}} - {{1.message}}" }