Hi! This is my first time posting, so hopefully everything makes sense.
Right now, I have a really complicated data pipeline that starts with particle API's webhooks and ends with sending a csv file to an email account. I think that we would have a much easier time if I sent the whole dataset as a csv once a day so that then I'm not going to be using as much cellular data. That got me thinking about if it were possible to bypass the webhook and create a function that could send an email of a csv file on an SD card straight from the boron?
Has anyone had luck attempting something like this before?