Skip to content

surfe/api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Surfe API Integration Examples

This repository contains a collection of integration examples demonstrating how to use the Surfe API with various CRM and business tools. The examples are organized into the following structure:

Repository Structure

surfe-apis/
├── core/                    # Shared code and utilities
│   ├── surfe/               # A service containing methods for calling different surfe APIs
│   ├── integrations/        # A directory containing several services for each platform's shared utils
│       ├── pipedrive/
│       ├── hubspot/
│
└── integration-examples/               # Individual integration examples

Available Examples

Contact Enrichment

Company Enrichment

CRM Integrations

Getting Started

  1. Clone the repository
  2. Start a virtual environment
  3. Navigate to the example you want to run
  4. Install dependencies:
    pip install -r requirements.txt
  5. Set up your environment variables in a .env file following the .env.example file
  6. Follow the example's README on how to run

About

Surfe's Public API examples and use cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages