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
- Adding a new contact with just an email address.
- Adding a new contact with email, first name, and last name for personalized marketing campaigns.
Properties
| Name | Meaning |
|---|---|
| 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
- SendGrid API Documentation - Official documentation for the SendGrid API used by the FriendGrid node.