Mechanic tour task, with Mechanic.

Mechanic is a development and ecommerce automation platform for Shopify. :)

Mechanic tour task

This task is part of the Mechanic tour! Feel free to delete this task once you are done with the tour.

Runs Occurs when a user manually triggers the task. Configuration includes what is your first name, what is your last name, and what is your favorite color.

15-day free trial – unlimited tasks

Developer details

Mechanic is designed to benefit everybody: merchants, customers, developers, agencies, Shopifolks, everybody.

That’s why we make it easy to configure automation without code, why we make it easy to tweak the underlying code once tasks are installed, and why we publish it all here for everyone to learn from.

(By the way, have you seen our documentation? Have you joined the Slack community?)

Open source
View on GitHub to contribute to this task
Subscriptions
mechanic/user/trigger
Tasks use subscriptions to sign up for specific kinds of events. Learn more
Options
what is your first name (required), what is your last name (required), what is your favorite color (required)
Code
{% action "echo" %}
  {{ options.what_is_your_first_name__required | json }}
{% endaction %}

{% action "echo" %}
  {{ options.what_is_your_last_name__required | json }}
{% endaction %}

{% action "echo" %}
  {{ options.what_is_your_favorite_color__required | json }}
{% endaction %}
Task code is written in Mechanic Liquid, an extension of open-source Liquid enhanced for automation. Learn more