8 lines
353 B
PHP
8 lines
353 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Loyalty: Birthday Email',
|
|
'description' => 'Trigger an email with a coupon to your customers when they celebrate their birthday.',
|
|
'type' => 'guide',
|
|
'link' => \AutomateWoo\Admin::get_docs_link( 'examples/loyalty-workflows/celebrate-your-customers-birthday-and-send-them-a-personalized-coupon/' ),
|
|
];
|