website logo
⌘K
Getting Started
Introduction to Nexweave
USE CASES
Google Forms to Emails
Calendly Form to Emails
Website Forms to Emails
📃LANDING PAGES
Landingi Pages
Swipe Pages
WordPress Plugin
Embed Links
✉️EMAIL CLIENTS
Lemlist Integration
Campaign Methods for Email Clients
Active Campaign Integration
Autoklose Integration
Automizy Integration
Elastic Mail Integration
Groove Integration
Kirim Email Integration
Mailchimp Campaign
MailerLite Campaign
Moosend Integration
Ontraport Integration
OutreachBin Integration
PersistIQ Integration
Platform.ly integration
Reply.io integration
Snov.io integration
CHAT CLIENTS
Landbot Integration
AUTOMATION PLATFORM
Communication
Zapier Integration
Personalized Videos using Texau
Personalized Images using Texau
INTEGRATE WITH NEXWEAVE
➿API & SDK
Javascript Integration
Nexweave API
COLD OUTREACH
Custom Branding
Whitelabel
Shopify Integration
Docs powered by archbee 
11min

API Integration (Deprecated)

Nexweave engage your audiences with interactive videos that can be personalized for millions!. We are introducing some API's endpoint which will help you to integrate Nexweave with your own platform.

Postman Collection

Nexweave API's.postman_collection.json




List Template

This endpoint send you the response for the user's published templates.

URL: https://api.nexweave.com/api/v1/nexweave-integration/template-listing

Method: GET

Header: Authorization > [API KEY]

Response:

GraphQL
JS
|



List Template variables

This endpoint returns the variables and their default value used in the template. Request body can be either template id or campaign id.

URL: https://api.nexweave.com/api/v1/nexweave-integration/variable-listing

Method: POST

Header: Authorization > [API KEY]

Body:

JS
|


Response:

JS
|



List Campaign

This endpoint returns a list of campaign which you have already ran from the Nexweave platform.

URL: https://api.nexweave.com/api/v1/nexweave-integration/campaign-listing

Method: GET

Header: Authorization > [API KEY]

Body:

Response:

JS
|



Generate Experience URL

This endpoint generates a Nexweave experience link, thumbnail link, and image link based on the request body. If we pass "campaign_id" and data of variables in a request, then endpoint will generate experience_link, thumbnail_link and image_link which we have used while creating campaign. If we pass "template_id" with data of variables in request then endpoint will only return only experience_link.

URL: https://api.nexweave.com/api/v1/nexweave-integration/experience

Method: POST

Header: Authorization > [API KEY]

Body:

JS
|


Response:

JS
|





Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
COLD OUTREACH
Docs powered by archbee 
TABLE OF CONTENTS
List Template
List Template variables
List Campaign
Generate Experience URL