New to Retool So, be kind please
Trying to create a simple app using the SendGrid API, which involves getting the contact id. I have gotten to the point where I have the array returned with the id in it, and now I need to pass that id over to another field. That's where I am getting stuck.
The response looks like:
{
"result": {
"test@test.com": {
"contact": {
"address_line_1": "",
"address_line_2": "",
"alternate_emails": ,
"city": "",
"country": "",
"email": "test@test.com",
"first_name": "Test",
"id": "849c6514-6651-480c-b4d4-ab4e0df21963",
I need to be able to send updates back to SendGrid using the id field but cant get that far.
Any help would be greatly appreciated.