Update contact in EmailOctopus from Tally

Hi folks, trying to update a contact in OctopusEmail starting from a Tally form. i’ve added a module with “get contact from a list” to check if the contact (email address) is existing.
despite the email exist or not, the module throw an error.
attached my blueprint.
where i’m wrong?
scenario make per emailoctopus.json (31.7 KB)

Welcome to the Make community!

What is the error message?

To allow us to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

Following the above steps will allow others to assist you here. Thanks!

Hi , here what i can see


msedge_GP50EUAV07

problem solved. the issue was related to the fact that EmailOctopus API expect to receive an MD5 hash of the email as MemberID. used the md5(xxxxxx) fuction to calculate the MD5 of the email address. now it’s working perfectly.

thanks

2 Likes