Skip to main content

Allowed IP addresses

When you host a data store or restrict access with a firewall or cloud security group, you may need to allow inbound traffic from FunnelStory so the product can connect (for example to PostgreSQL, MySQL, Microsoft SQL Server, etc.).

Static egress IPs

FunnelStory connects from these static IP addresses:

  • 54.188.137.72
  • 44.227.107.126

Add both addresses to your allowlist (security group, pg_hba.conf, Atlas IP access list, S3 bucket policy Condition on IpAddress, and so on) for the port your service uses.

When you do not need this list

  • OAuth-only or SaaS API integrations (Salesforce, HubSpot, Zendesk, and similar) use outbound HTTPS to the vendor; you normally do not allowlist these IPs on your side.
  • SSH tunnels — You run the tunnel from your host to FunnelStory; database rules often allow that host instead of FunnelStory’s egress IPs. See SSH tunnels.