Skip to Content
API ReferenceBest Practices

Best Practices

Rate Limiting:

Avoid overwhelming the webhook with too many simultaneous requests:

  • Implement delays between multiple calls
  • Use queue systems for high-volume scenarios
  • Monitor your API usage in Dialora dashboard

Security:

Keep your webhook URL secure:

  • Store webhook URLs as environment variables
  • Use HTTPS-only connections
  • Monitor webhook usage for unusual activity
  • Rotate webhook URLs periodically if needed