Created
August 31, 2017 21:11
-
-
Save davidfcarr/a73f05ffd989a166b22b62a720c19a0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"activity":"Contact Us form fill", | |
"attachments":[ | |
{ | |
"fields":[ | |
{ | |
"title":"Name", | |
"value":"{{lead.First Name:default= }} {{lead.Last Name:default= }}" | |
}, | |
{ | |
"title":"Email", | |
"value":"{{lead.Email Address:default= }}" | |
}, | |
{ | |
"title":"Company", | |
"value":"{{lead.Company:default= }}" | |
}, | |
{ | |
"title":"Message", | |
"value":"{{lead.Message:default= }}" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment