Set the intent's action (event)
Agents
Set the intent's action (event)
Sets (replaces) the single action the intent performs. Pick event_type and provide its fields:
webhook→webhook.url(+ optionalwebhook.auth_token).app→app_uid+action_key(+config). Built-in apps need no connection (omitapp_connection_uuid). External apps requireapp_connection_uuid— an already-connected, active account; the API cannot create/authenticate connections (that’s done in the dashboard). If the app isn’t connected or the connection isn’t active, the call returns 422 telling you to connect it in the dashboard.scenario→flow_uuid.agent→agent_uuid(+ optionalchannelofcall|whatsappandchannel_action_name). References are by uuid/key (never numeric ids). Discover apps/actions via GET /flow/apps and /flow/apps//actions; connections via GET /flow/connections; flows via GET /flows.
PUT
Set the intent's action (event)
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Body
application/json
The body is of type any.
Response
Intent event set (created as draft — call /event/publish to make it live)