Error Message When Trying to Test Workflow

jfreemom

Member
I keep getting this workflow error when trying to test out my connection to Simvoly. Can anyone help with this?

Can not construct instance of com.tmdp.api.dto.ContactDetails: no String-argument constructor/factory method to deserialize from String value ('{ "name": "<test lead: dummy data for first_name> <test lead: dummy data for last_name>", "email": "[email protected]", "phone": "<test lead: dummy data for phone_number>", "note": "", "address": "", "city": "", "state": "", "zip": "", "country": "", "companyName": "", "tags": [ pcr lead ], "properties": [{"name": "UTM_Medium", "type":"string", "value": "Facebook"} {"name": "UTM_Campaign", "type":"string", "value": "North Carolina Credit Repair"}], "subscribed": true, "subscriberLists": ["222958101"] }')
at [Source: org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream@1614a2c7; line: 1, column: 1]
 
P

Pabblymember11

Guest
Hey @jfreemom

I keep getting this workflow error when trying to test out my connection to Simvoly. Can anyone help with this?

As we can see from your workflow, you are not passing the correct data in the action step.

So, kindly re-capture the webhook response with the real data and then use the workflow accordingly.

Also, pass the correct phone in the Phone Number fields.
 
Top