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!