Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@epilot/consent-client

Package Overview
Dependencies
Maintainers
43
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/consent-client

Client library for the epilot consent API

latest
Source
npmnpm
Version
1.5.2
Version published
Weekly downloads
1.9K
5.98%
Maintainers
43
Weekly downloads
 
Created
Source

@epilot/consent-client

CI npm version bundle size License

Client library for epilot Consent API.

Uses openapi-client-axios

Installation

npm i @epilot/consent-client

Usage

import { getClient } from '@epilot/consent-client';

const consentCLient = getClient();
await consentClient.publishConsentEvent({
  {
  type: "OPT_IN",
  topic: "EMAIL_MARKETING",
  identifier: "exampleuser@epilot.cloud",
  source: "my-custom-journey",
});

Documentation

https://docs.epilot.io/api/consent

Keywords

epilot

FAQs

Package last updated on 24 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts