You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('Follow-up Email', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'Here is some {{ interest | important }} more information.', ARRAY['followup', 'info'], 'informational', 'html', uuid_generate_v4(), 'followup-email'),
('Like it, then click', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'Like it, then click', ARRAY['marketing', 'info'], 'drip', 'html', uuid_generate_v4(), 'like-it-then-click'),
39
-
('Wee see you (EmailBuilder)', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'Wee see you', ARRAY['marketing', 'info'], 'drip', 'emailbuilder', uuid_generate_v4(), 'wee-see-you');
('Follow-up Email', 'Here is some {{ interest | important }} more information.', ARRAY['followup', 'info'], 'informational', 'html', 'followup-email'),
((SELECT id FROM flows WHERE name = 'Welcome Flow'), (SELECT id FROM mails WHERE name = 'Welcome Email'), 1, 'delay', 1, 'Step 1', 'Welcome to our service!', CURRENT_TIMESTAMP),
53
53
((SELECT id FROM flows WHERE name = 'Welcome Flow'), (SELECT id FROM mails WHERE name = 'Follow-up Email'), 2, 'delay', 1, 'Step 2', 'Follow-up Information', CURRENT_TIMESTAMP),
54
-
((SELECT id FROM flows WHERE name = 'Welcome Flow'), (SELECT id FROM mails WHERE name = 'Anything else?'), 3, 'delay', 1, 'Step 3', 'Anything else subject?', CURRENT_TIMESTAMP),
54
+
((SELECT id FROM flows WHERE name = 'Welcome Flow'), (SELECT id FROM mails WHERE name = 'Anything else'), 3, 'delay', 1, 'Step 3', 'Anything else subject', CURRENT_TIMESTAMP),
55
55
((SELECT id FROM flows WHERE name = 'Click Open Flow'), (SELECT id FROM mails WHERE name = 'Like it, then click'), 1, 'delay', 0, 'Step 1', 'Like it, then click', CURRENT_TIMESTAMP),
56
56
((SELECT id FROM flows WHERE name = 'Click Open Flow'), (SELECT id FROM mails WHERE name = 'Wee see you (EmailBuilder)'), 2, 'click', 0, 'Step 2', 'Wee see you', CURRENT_TIMESTAMP);
0 commit comments