How to put multiple marketo lead tokens in payload for MS teams incoming Webhook integration
I have issue to put multiple Marketo tokens in MS teams incoming webhook payload.
Does some help me how to create payload message -json for MS teams bot integration with Marketo ?
As for the text only message payload is OK. But when I put Marketo token in the payload message in
MS teams Webhook setup.
here is sample payload with text only - this is OK
{
"title": "title",
"text": "this is text"
}
Here is another payload with single token - this is OK
{
"title": "Form Submission",
"text": "{{lead.Last Name}} this is test."
}
Would you please tell me how to create payload with multiple lead tokens of marketo ?
We'd like to put those lead tokens.
- {{lead.Last Name}}, {{Lead.Fast Name}}, {{company.Company Name}}, {{Lead. xxxx}}
thanks,
best regards