Resume Event Handler when adding new profile to Klaviyo

I’m using Make to add profiles to Klaviyo (email and SMS marketing service) when a new user registers with us.

Sometimes, our customers give us fake telephones, thus, when adding the profile we get the following error:

RuntimeError
[400] The phone number provided either does not exist or is ineligible to receive SMS

Origin
Klaviyo

I want to use the Resume module so that when this happens, we can still add the profile to Klaviyo omitting the phone number.

It is not clear to me how to set his module for this specific error only (the Klaviyo module can throw other errors). I see that there’s a ‘type’ field but I’m not sure what it does and cannot find any documentation on it.

Thank you for your help!

All you need to do is use a filter and filter the details for that specific error

I used a JSON module in my example just imagine its you klaviyo.

2 Likes

Oh my gosh. So simple! I don’t know why I was expecting the condition to be inside the Resume step. Thank you so much!!

2 Likes