-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers-signup-2.yml
45 lines (45 loc) · 1.22 KB
/
members-signup-2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- name: membersSignup
description: Case email template is NOT specified in privateMeta
input:
amount: 3456
member:
name: John Doe
email: [email protected]
account: 3a696232-b214-4d58-af8b-01e793c2a424
privateMeta:
emailConfig:
subject: Welcome {{ vars._email.name }}!
response:
getMetaInfo:
meta:
emailConfig:
transport: sendgrid
template: sbo/default
apikey: Our awesome sendgrid api key ;)
output:
subject: Welcome {{ vars._email.name }}!
template: sbo/default
transport: sendgrid
apikey: Our awesome sendgrid api key ;)
vars:
- _account:
meta:
emailConfig:
apikey: Our awesome sendgrid api key ;)
template: sbo/default
transport: sendgrid
_email:
apikey: Our awesome sendgrid api key ;)
subject: Welcome {{ vars._email.name }}!
template: sbo/default
transport: sendgrid
member:
account: 3a696232-b214-4d58-af8b-01e793c2a424
email: [email protected]
name: John Doe
privateMeta:
emailConfig:
subject: Welcome {{ vars._email.name }}!
amount: 3456
test: "34.56"