App
Uplup
Uplup is a quiz and form builder for lead generation, assessments, and audience engagement with 40+ question types and 250+ templates.
What your agent can do with Uplup
Triggers and actions 1 trigger · 17 actions
- TriggerNew Response
Triggers when someone submits a response to a quiz or form in Uplup. Includes all answers, contact info, and quiz-specific data like score and result.
- ActionAdd field
Add a new field to a form at an optional position. POST /api/v1/forms/{form_id}/fields.
- ActionAdd form
Create a new form or quiz with optional fields, styling, and quiz settings. POST /api/v1/forms.
- ActionAdd wheel
Create a new spinning wheel with customizable entries, settings, and appearance. POST /api/v1/wheels.
- ActionAdd wheel entries
Append one or more entries to a wheel without replacing the existing list. POST /api/v1/wheels/{wheel_id}/entries.
- ActionDelete field
Remove a field from the form. DELETE /api/v1/forms/{form_id}/fields/{field_id}.
- ActionDelete form
Permanently delete a form and all associated data. DELETE /api/v1/forms/{form_id}.
- ActionDelete wheel
Permanently delete a wheel and all its associated data including spin history. DELETE /api/v1/wheels/{wheel_id}.
- ActionGet form
Retrieve a single form with all its fields, pages, styling, and settings. GET /api/v1/forms/{form_id}.
- ActionGet wheel
Retrieve detailed information about a specific wheel including all entries and settings. GET /api/v1/wheels/{wheel_id}.
- ActionList fields
Get all fields for a form, ordered by position. GET /api/v1/forms/{form_id}/fields.
- ActionList forms
Return a paginated list of all forms and quizzes in the account. GET /api/v1/forms.
- ActionList submissions
Get paginated submissions for a form with optional filtering (limit, since). GET /api/v1/forms/{form_id}/submissions.
- ActionList wheels
Retrieve a paginated list of all wheels belonging to the account. GET /api/v1/wheels.
- ActionSpin wheel
Programmatically spin a wheel and get a randomly selected winner; the spin is recorded to the wheel's results history. POST /api/v1/wheels/{wheel_id}/spin.
- ActionUpdate field
Update field properties; only provided fields are modified. PATCH /api/v1/forms/{form_id}/fields/{field_id}.
- ActionUpdate form
Update form properties; only provided fields are modified. PATCH /api/v1/forms/{form_id}.
- ActionUpdate wheel
Update an existing wheel's title, entries, settings, and appearance. PUT /api/v1/wheels/{wheel_id}.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Uplup API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.