OmniDim Logo

    Post-Call configuration

    Learn how to configure post-call delivery methods in OmniDimension, including Email, Salesforce, Slack, Webhook , Hubspot etc.

    1. Overview

    After each call ends, OmniDimension allows you to deliver structured post-call data to external destinations.

  1. Email
  2. Salesforce
  3. Slack
  4. Webhook
  5. Hubspot
  6. 2. How to Access Post-Call Delivery Settings

  7. Go to your Agent Dashboard on OmniDimension.
  8. Navigate to the Post-Call section.
  9. Under the Delivery Method dropdown, you will see the following options for Email , Salesforce, Slack, Webhook, Hubspot etc.
  10. Post-Call Delivery Guide

    Email Delivery

    Use this method to receive an email with the full call report.

  11. Select Email from the dropdown.
  12. Enter the recipient email address where you’d like the report to be sent.
  13. Configure the include fields like - summary, sentiment, variables, full conversation etc
  14. Email Delivery

    Salesforce Integration

    Push post-call data directly to a specific object in your Salesforce CRM.

  15. Select Salesforce from the dropdown.
  16. Choose the salesforce integration from dropdown. If not available then you can create new integration for salesforce from integrations tab.
  17. Choose the target object: Lead, Contact, Account , Product etc
  18. It will automatically map the extracted variables to salesforce fields.
  19. Salesforce Integration

    HubSpot Integration

    Send call summaries and variable data to HubSpot CRM records.

  20. Select HubSpot from the dropdown.
  21. Choose the hubspot integration from dropdown. If not available then you can create new integration for hubspot from integrations tab.
  22. Choose the target object: Contact, Deal, Ticket , Company
  23. It will automatically map the extracted variables to hubspot fields.
  24. HubSpot Integration

    Slack Integration

    Post a message to a Slack channel after every call.

  25. Choose Slack as the delivery method.
  26. Choose the slack integrations from the dropdown. If not available then you can create new integration for slack from integrations tab
  27. Select the channel to which messages should be posted (e.g., #sales-leads, #support-alerts).
  28. Choose what data to include: Summary, Sentiment, Extracted Variables, Full Conversation etc
  29. Slack Integration

    Webhook

    Send structured JSON data to any external system or automation tool (Make, Zapier, n8n etc).

  30. Select Webhook from the delivery method dropdown.
  31. Paste the Webhook URL of your receiving system.
  32. Choose what data to include: Summary, Sentiment, Extracted Variables, Full Conversation etc
  33. Test the connection to verify the setup.
  34. Webhook

    3. Best Practices

  35. Test each delivery method before going live using the built-in 'Test Connection' feature.
  36. For Slack, Salesforce, and HubSpot, ensure you grant the necessary permissions during OAuth.
  37. Use Webhook.site or RequestBin to inspect real payloads during integration.
  38. Always sanitize or encrypt sensitive data when sending via webhook or email.