# Can send a CSV with Node SendGrid?

**URL:** https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482
**Category:** Help
**Tags:** workflow, csv
**Created:** [April 21, 2022, 7:55pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482 "2022-04-21T19:55:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan\_Calderon](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@Jonathan\_Calderon](https://forums.losant.com/u/Jonathan_Calderon)
#### Post date: [April 21, 2022, 7:55pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482/1 "2022-04-21T19:55:41Z")

</div>

Hello Losant Team!  
I have a CSV and i need send it a specific Email. I use node SendGrid in the last to send very basic Email with Losant but now i need to attach it  
Thanks 🙂

---

<div class="post-metadata">

### Author: ![Brandon\_Cannaday](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/brandon_cannaday/32/14_2.png) [@Brandon\_Cannaday](https://forums.losant.com/u/Brandon_Cannaday)
#### Post date: [April 21, 2022, 8:07pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482/2 "2022-04-21T20:07:31Z")

</div>

Hey @Jonathan_Calderon,

As you have discovered, the built-in [SendGrid Node](https://docs.losant.com/workflows/outputs/sendgrid/) does not support sending attachments.

Behind the scenes, this node is a wrapper around the [SendGrid API](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/authentication). To send attachments, and gain access to many more features provided by SendGrid, you’ll have to use the [HTTP Node](https://docs.losant.com/workflows/data/http/) and interact with their API directly.

Specifically, you’ll use the [Mail Send](https://docs.sendgrid.com/api-reference/mail-send/mail-send#body) API.

---

<div class="post-metadata">

### Author: ![Jonathan\_Calderon](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@Jonathan\_Calderon](https://forums.losant.com/u/Jonathan_Calderon)
#### Post date: [April 21, 2022, 8:19pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482/3 "2022-04-21T20:19:10Z")

</div>

Thanks Brandon. I appreciate the documentation that you provided. 🙂

---

<div class="post-metadata">

### Author: ![Brandon\_Cannaday](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/brandon_cannaday/32/14_2.png) [@Brandon\_Cannaday](https://forums.losant.com/u/Brandon_Cannaday)
#### Post date: [April 21, 2022, 9:10pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482/4 "2022-04-21T21:10:30Z")

</div>

An alternative approach is to use the [File: Create Node](https://docs.losant.com/workflows/data/file-create/) to save the CSV to your [Application Files](https://docs.losant.com/applications/files/). You can then email the auto-generated link to your user and they can download the file.

---

<div class="post-metadata">

### Author: ![Dylan\_Schuster](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/dylan_schuster/32/2850_2.png) [@Dylan\_Schuster](https://forums.losant.com/u/Dylan_Schuster)
#### Post date: [February 5, 2024, 9:07pm UTC](https://forums.losant.com/t/can-send-a-csv-with-node-sendgrid/4482/5 "2024-02-05T21:07:21Z")

</div>

Following up on this old request, it is now possible to include [attachments using the SendGrid Node](https://docs.losant.com/workflows/outputs/sendgrid/#attachments). Thanks for the feature request!
