Hi Tada Community-
I need some assistance. I am attempting to use the SendGrid Batch Emailer but I am running into an error. The following JSON in the “Request” section of the Pipe is structured as:
{
"emailList": {
"tableId": "kOGQ3ogQln",
"emailFieldId": "field_922",
"lastContactedDateField": "field_925"
},
"messageSource": {
"tableId": "JDXQ8E0jYR",
"recordId": "{Record ID}"
},
"message": {
"subject": "SIR Recorded - {field_632} - {field_1638}",
"content": "<b>Dear {field_39}</b>, <br> A new job for {field_42} for has been added. The salary is <strong>${field_44}</strong> and the description is: {field_43}. <br><br> Please click here to see learn more about our latest job.",
"plainText": "Dear {field_39}, A new job for {field_42} for has been added. The salary is ${field_44} and the description is: {field_43}. Please click here to see learn more about our latest job.",
"attachmentField": "field_46"
},
"configuration": {
"fromEmail": "XXXX@safety-u.com",
"fromName": "Resilence Hub",
"replyTo": "XXXX@safety-u.com",
"logMessages": "true",
"updateEmailListOnEachSend": "true"
},
"messageLogs": {
"tableId": "m72Npa5Qwv",
"contactFieldId": "field_1748",
"messageSourceFieldId": "field_1770",
"message": "field_1749",
"date": "field_1750",
"status": "field_1751"
}
}
However, I am getting the following error in the Response:
"response": {
"type": "error",
"msg": "Invalid Email supplied in: Recipient Email"
}
field_922 is an email field in the table kOGQ3ogQln. Does anyone know what could be the issue for not sending emails?
Thanks in advance,
Adam