This action will allocate a custom selection of trees, plastic and offset.
- API endpoint slug
- skooteco.allocate_bundle
- Filter code method
- Skooteco.allocateBundle.skip(string?: reason)
- Runtime method
- runAction("skooteco.allocate_bundle", {})
Action fields
- Label
- Select which assets to allocate
- Helper text
- Select which assets should be a part of this bundle allocation. At least one must be selected
- Slug
- assets
- Required
- true
- Can have default value
- false
- Label
- What are the quantities for each asset? (trees:bottles:offset)
- Helper text
- Enter the quantity for each asset (always in the order trees:bottles:offset e.g 2:3:100). The minimum amount for offset is 100 (grams)
- Slug
- quantities
- Required
- true
- Can have default value
- true
- Filter code method
- Skooteco.allocateBundle.setQuantities(string: quantities)
- Label
- What is the occasion/event?
- Helper text
- The name of the event/occasion you are planting for
- Slug
- event
- Required
- false
- Can have default value
- true
- Filter code method
- Skooteco.allocateBundle.setEvent(string: event)
- Label
- Email (optional)
- Helper text
- Are you planting on behalf of someone else? Enter their email here
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- Skooteco.allocateBundle.setEmail(string: email)