Sending surveys with triggers
Usually customers use triggers to send surveys. Example use cases for that include:- Sending surveys after a certain amount of time
- Sending a survey on a certain page
- Sending a survey after a specific event happened
- …

Manually sending surveys
You can also manually send surveys to your users. For this you only need to call the following method:survey
(default: card style survey) or survey_full
(full screen survey).
Please note that the Gleap SDK needs to be fully initialized to be able to
show a survey.
Send surveys with URL parameters (Web SDK only)
You can also send surveys with URL parameters. This is useful if you want to send surveys to specific users. For example, you can send a survey to a specific user by sending them a link like this:The application that you use for sending surveys with URL parameters needs to
have the Gleap SDK installed.