This topic was automatically generated from Slack. You can find the original thread here.
Dillon Lara : I have an error on an integration from twitter to gorgias chat. Can someone help me out?
> Your workflow at https://pipedream.com/@/p_PACBZp9?e=1vNBKCfpjnVbbHkIJiBRiuEOWKs generated the following error at 11:43:19 PM UTC on Thursday, July 15th, 2021:
>
> Error — Request failed with status code 400
Dylan Sather (Pipedream) : It looks like they require you to pass a “type” param under the “source” object (along with from and extra) that’s one of the values they list in the error message below the step. Try adding “type”: “email” under the source object in the array of messages.
Dylan Sather (Pipedream) : I tested by hovering over the most recent event that yielded the 400 and clicking the arrow in a circle, which replays the event on the latest version of your workflow.
Dylan Sather (Pipedream) : sorry, I didn’t see that you were passing screen name here, and I thought it was an email, which is why I recommended you put type: email there. I just tried it with type: "twitter-tweet" and it looks like it worked
Dylan Sather (Pipedream) : You may want to ask the team from Gorgias since they’ll be able to give you a better answer. It looks like you were passing the Twitter screen name, which is why it failed when we passed type: email. It looks like Gorgias validates that email address, which is why it told us it wasn’t a valid email