> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/overview/events/actions/calendly-action.md).

# 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>
