You can link any value to the schedule adjustment page, link membership information, and understand the source of inflow.
How to pass a parameter by URL
By adding a parameter in the form of GET to the URL of the schedule adjustment page, you can pass the parameter to the schedule adjustment page.
You can also pass parameters to one-time URLs in the same way.
Example
In this case, the name "campaign" and the value "webinar" is passed to the scheduling page.
<URL of the scheduling page>?campaign=webinar
Cautions
- A maximum of 10 parameters can be passed. If the number of parameters exceeds 10, an error will be displayed on the schedule adjustment page.
- Parameters must be URL-encoded.
- Parameters can only be seen in webhook callbacks. Display of parameters in dashboard, email, CSV export, etc. will be supported soon.
How to pass parameters in an itinerary widget (embedded feature in a website)
You can also pass parameters to the widget. Please check the following page for details.
Schedule adjustment calendar Widget (Embed)