?
makeDotComRunScenario
Trigger a Make.com (formerly Integromat) scenario via webhook and return the response.
mindstudio.makeDotComRunScenario({ webhookUrl, input }) → Result
Trigger a Make.com (formerly Integromat) scenario via webhook and return the response.
Parameters
webhookUrl
string
RequiredMake.com webhook URL for the scenario
input
object
RequiredKey-value pairs to send as the JSON POST body
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.makeDotComRunScenario({ webhookUrl: /* ... */, input: /* ... */ });