David S

  • Total activity 418
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 222

Articles

Recent activity by David S Recent activity Votes
  • Why can't Surfe connect to Pipedrive trial accounts?

    Why can't Surfe connect to Pipedrive trial accounts?Surfe is designed to integrate seamlessly with Pipedrive to enhance your workflow. However, users may encounter issues when attempting to connect...

  • Additional Fields with the New Surfe Side Panel

    Important note: The new Surfe side panel has been available for all new users starting March 16th, 2026. This update does not affect users who signed up before this date. The rollout to existing us...

  • API - Webhook Troubleshooting

    Not Receiving Any Webhook Notifications?Webhooks don't activate automatically. You need to include the webhookUrl field in every enrichment request you want to be notified about.What to do: Make su...

  • API - Common API Mistakes

    1. Missing or Incorrect Authorization HeaderThe most common issue. Every single request to the Surfe API needs your API key included like this:Authorization: Bearer YOUR_API_KEYCommon mistakes: For...

  • API - Why Am I Getting No Data?

    Enrichment Returning Empty or Incomplete ResultsThe enrichment is still in progressEnrichment runs asynchronously. If you fetch results too quickly after starting the enrichment, the status may sti...

  • API - What Are Recommendations?

    How It WorksThe Recommendations feature uses three endpoints that work together in sequence: Create or update your ICP — define the characteristics of your target companies and people using filters...

  • API - Troubleshooting Surfe API Requests

    Start HereBefore diving into specific issues, check these three things first: Is your API key included? Every request needs a valid API key in the Authorization header as Bearer YOUR_API_KEY Is you...

  • API - Recommendations: Create or Update ICP

    Use this endpoint to create or update your Ideal Customer Profile (ICP). Your ICP defines the characteristics of the companies and people you want to target when fetching recommendations. Each exte...

  • API - Recommendations: Understanding Billing

    The Recommendations feature uses a different billing model to the rest of the Surfe API. Here's how it works.How You Are ChargedRecommendations are charged at the end of the month based on the numb...

  • API - Recommendations: Get ICP Filters

    This endpoint returns the list of saved ICPs, which you can use to review existing filters before fetching recommendations or before creating an updated ICP.EndpointGET /v2/recommendations/icpHeade...