Data table export

In the json input, how do one send email to multiple recipients? Can it be separated by semicolon?

The backing endpoint only supports exporting to one email address per request. However, if you are requesting the export programmatically, there is a workaround:

  1. Add a callbackUrl property to the request, and set its value to a webhook URL from your application.
  2. Create an application workflow with something like the following nodes …
    1. Webhook Trigger firing off of requests to your webhook. A temporary URL to your data table export file will be in the request body.
    2. SendGrid Node, which can include the export URL in the email body and can send to multiple addressed.