I have data coming in from a send web request from Assets.
Based on the qlQuery string I then want to send an email with the results.
I am sure I need to wrap this up in something to form a table in the email but not sure, currently it just does all the key, then all the label, whereas I am after a 2 column (in testing) table.
I have done email sending before but that is with lookupobjects and I can wrap the results up in the {{#lookupObjects}}, but this is webhookresponse and I don't need the lookupobjects
{{webhookResponse.body.values.objectKey}} | {{webhookResponse.body.values.label}} |
Thanks.