Skip to content

Instantly share code, notes, and snippets.

@davidfcarr
Created August 31, 2017 21:11
Show Gist options
  • Save davidfcarr/a73f05ffd989a166b22b62a720c19a0e to your computer and use it in GitHub Desktop.
Save davidfcarr/a73f05ffd989a166b22b62a720c19a0e to your computer and use it in GitHub Desktop.
{
"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