Tags: Customers, IFTTT
Send yourself a text message, or blink your lights, or do whatever you like! This task is an example, more than anything, of what you can do by connecting Mechanic and IFTTT. Follow our guide (in the task documentation) to learn how to set up text message alerts for customer signups, and then customize any and every part of this task to your liking.
- View in the task library: tasks.mechanic.dev/send-new-customer-signups-to-ifttt
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"ifttt_event__required": "shopify_customer_created",
"value1__required": "{{ customer.email }}",
"ifttt_key__required": null,
"value2": null,
"value3": null
}
Learn about task options in Mechanic
shopify/customers/create
Learn about event subscriptions in Mechanic
Send yourself a text message, or blink your lights, or do whatever you like! This task is an example, more than anything, of what you can do by connecting Mechanic and IFTTT. Follow our guide (in the task documentation) to learn how to set up text message alerts for customer signups, and then customize any and every part of this task to your liking.
To get started with this task, follow our complete guide: Triggering IFTTT applets.
If you want to get started more directly, just fill in your IFTTT key, available in your IFTTT Maker webhook settings.
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!