Skip to main content
DialNexa integration functions are catalog actions that can run from workflows or eligible agent tools. Each execution stores provider, adapter, action, source context, redacted payloads, missing fields, provider message id, error details, and latency. DialNexa Google Calendar Supported Functions modal showing function search and available actions such as Create Event and Find free slots.
Integration invocation data is where vague action failures become specific enough to fix.

Function Types Users Will See

Invocation Evidence

Use Invocation Data To Decide The Fix

Missing fields

Fix variable mapping, call attribute extraction, or static config.

Credential failure

Reconnect or validate the provider connection.

Provider error

Check provider rules, template approval, sender identity, or rate limits.

High latency

Move the action later in the flow, add failure handling, or avoid blocking live speech.

Function Design Rules

1

Name the business action

Use the action that matches the desired outcome, not the closest-looking logo.
2

Map every required input

Required fields should come from lead variables, call attributes, dynamic variables, or static configuration.
3

Plan the failure path

Provider errors, missing fields, and rate limits should have a clear workflow path.
4

Review one invocation

Before scaling, inspect the redacted request, response, latency, and message id.

Integration Function Questions

Sensitive values should not be exposed in routine debugging views. Redaction lets teams debug structure without exposing secrets.
Check invocation status, missing fields, provider response, and whether the node output is wired to success.
Only expose an action when it has a clear caller-facing purpose and the agent function description explains exactly when to call it.
If an action blocks a live response, slow provider latency becomes awkward caller silence. Place slow actions after the call when possible.

Using Integrations In Agents

Expose actions to agents.

Using Integrations In Workflows

Run actions in Application nodes.

WhatsApp With Wati

Send WhatsApp messages.

Email With Resend

Send email messages.