Socket
Socket
Sign inDemoInstall

cronofy-scheduler-embed

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cronofy-scheduler-embed

Cronofy's powerful Scheduler, embedded into your application


Version published
Weekly downloads
3.6K
decreased by-12.97%
Maintainers
3
Install size
60.4 kB
Created
Weekly downloads
 

Readme

Source

Cronofy Scheduler Embed

Cronofy's powerful Scheduler, embedded into your application.

Full documentation can be found here: docs.cronofy.com/developers/api-alpha/embedded-scheduler

Install

npm i -S cronofy-scheduler-embed

Generate a Embed token

You'll need to setup an Embed Secret for your Cronofy application, and then use that to sign an Embed Token JWT. A full guide on these steps is available in our documentation.

Add a Scheduler button to your page

<cronofy-scheduler-button
  id="my-scheduler-button"
  embed-token="{EMBED_TOKEN}"
  correlation-id="event-1234"
  recipient-email="doc@evenitron.com"
  event-summary="Driving lessons - Marty & Doc"
>
</cronofy-scheduler-button>
document
  .getElementById("#my-scheduler-button")
  .addEventListener("cronofyschedulerrequestcreated", function(event) {
    console.log("Cronofy Scheduler request created", event);
  });

Details on the fields available can be found in our documentation.

FAQs

Last updated on 16 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc