# Calendly Action

## Dependencies

{% code overflow="wrap" %}

```html
<!-- Calendly embed script and styles -->
<link href="https://calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://calendly.com/assets/external/widget.js" type="text/javascript"></script>
```

{% endcode %}

## Params&#x20;

## Execution&#x20;

```
Calendly.initPopupWidget({ url: 'https://calendly.com/YOUR_SCHEDULING_LINK' });
```

<https://help.calendly.com/hc/en-us/articles/223147027-Embed-options-overview>

<https://help.calendly.com/hc/en-us/articles/31619797446935-How-to-create-a-custom-button-to-open-Calendly#h_01JSJ4MA237XCCX8J2ZZJPDKS2>
