Skip to content

SendGrid node#

ใช้ SendGrid node เพื่อให้การทำงานใน SendGrid เป็นไปโดยอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ ได้อย่างมีประสิทธิภาพ. n8n รองรับฟีเจอร์ของ SendGrid หลากหลาย เช่น การสร้าง, อัปเดต, ลบ, และดึงข้อมูล contacts และ lists รวมถึงการส่ง emails.

Credentials

ดู SendGrid credentials สำหรับคำแนะนำในการตั้งค่า authentication.

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

Operations#

  • Contact
    • Create/update a contact
    • Delete a contact
    • Get a contact by ID
    • Get all contacts
  • List
    • Create a list
    • Delete a list
    • Get a list
    • Get all lists
    • Update a list
  • Mail
    • Send an email.

Templates and examples#

Track investments using Baserow and n8n

by Tom

View template details
Automated Email Optin Form with n8n and Hunter io for verification

by Keith Rumjahn

View template details
Add contacts to SendGrid automatically

by Harshil Agrawal

View template details
Browse SendGrid integration templates, or search all templates

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.