FriendGrid icon

FriendGrid

Consume SendGrid API

Overview

This node integrates with the FriendGrid (SendGrid) API to create new contacts in the marketing contacts list. It is useful for automating the addition of contacts with their email and optional personal details like first and last names. For example, it can be used in marketing workflows to add new subscribers or leads to a mailing list automatically.

Use Case Examples

  1. Adding a new contact with just an email address.
  2. Adding a new contact with email, first name, and last name for personalized marketing campaigns.

Properties

Name Meaning
Email Primary email address of the contact to be created.
Additional Fields Optional additional contact details such as first name and last name.

Output

JSON

  • ``
    • contacts - Array containing the created contact details returned from the FriendGrid API.

Dependencies

  • FriendGrid API authentication credential

Troubleshooting

  • Ensure the FriendGrid API credential is correctly configured and has permissions to create contacts.
  • Verify that the email field is provided and correctly formatted, as it is required.
  • Check API rate limits and network connectivity if requests fail.

Links

Discussion