Skip to main content

How to add contacts via API or Webhook Integration

Updated this week

Leverage BlockSurvey’s REST API or Webhook integration to programmatically manage your Audience List- whether you're building contacts through other applications, CRMs, or custom workflows. You can perform CRUD operations (Create, Read, Update, Delete) on contacts using the API.

Accessing the API Documentation

For full details on request formats, authentication, error handling, and API endpoints (including Audience operations), refer to the official documentation:

BlockSurvey API Docs – see the Audience section for operations like Create Contact, Get Contact, Update Contact, Delete Contact.

Overview of Supported Operations

Operation

Description

Create Contact

Add a new contact to your Audience List.

Get Contact

Retrieve details of an existing contact by ID.

Update Contact

Modify fields like email, name, or custom column.

Delete Contact

Remove a contact from your Audience List.

With BlockSurvey’s API, managing your Audience List programmatically becomes seamless and powerful. Whether integrating with a CRM, automation platform, or building custom flows, everything you need is available in the API docs.

Did this answer your question?