Autocalls Call Ended Trigger icon

Autocalls Call Ended Trigger

Trigger workflows when an Autocalls phone call ends. **Note:** You must manually register this webhook URL in your Autocalls dashboard. Go to your assistant settings in Autocalls, add the webhook URL generated by n8n, and save. n8n does not register the webhook automatically.

Overview

This node is a trigger that activates workflows when a phone call ends in the Autocalls platform. It listens for webhook events indicating the completion of a call associated with a specific assistant configured in Autocalls. Users must manually register the webhook URL generated by n8n in their Autocalls dashboard under the assistant settings to enable this functionality.

Common scenarios where this node is beneficial include:

  • Automating follow-up actions after a call ends, such as sending summary emails or updating CRM records.
  • Triggering analytics workflows to process call data immediately after calls conclude.
  • Integrating call end events with other systems for real-time notifications or logging.

Example: After a sales call finishes, this trigger can start a workflow that logs call details into a database and sends a thank-you email to the customer.

Properties

Name Meaning
Assistant Name or ID Select an assistant from the list or specify its ID using an expression. This determines which assistant's call end events will trigger the workflow.

Output

The node outputs the JSON payload received from the Autocalls webhook when a call ends. This JSON contains detailed information about the ended call, such as call metadata and status. The output is available on the json field of the first output item.

No binary data is produced by this node.

Dependencies

  • Requires an API key credential for the Autocalls service to load the list of assistants.
  • The user must manually configure the webhook URL in the Autocalls dashboard under the chosen assistant’s settings.
  • Internet access to receive webhook POST requests from Autocalls.

Troubleshooting

  • Webhook not triggering: Ensure the webhook URL from n8n is correctly registered in the Autocalls assistant settings. The node does not register the webhook automatically.
  • No assistants found: If the assistant dropdown is empty, verify that the API key credential is valid and has access to the Autocalls account with existing assistants.
  • Invalid response format error: This indicates unexpected data returned from the Autocalls API when loading assistants; check network connectivity and API key validity.
  • Permission errors: Confirm that the API key used has sufficient permissions to access assistant data.

Links and References

Discussion