what do you think is the possible cause?
Can you look for the webhook linked with the trigger?
Not sure
Check out the logs tab too
I’m already on it but nothing to see
Yeah exactly weird it seems like it’s not even running
Is the external user ID account yours?
Can you create a normal trigger (without connect)?
yes
Nice, please do that and let me know the source ID
you mean in pipedream UI?
Yep
Oh that one has events
Hmm
What is the full payload you’re sending to the Connect API / SDK?
Without sensitive info
const response = await [axios.post](http://axios.post)(`https://api.pipedream.com/v1/connect/${process.env.PIPEDREAM_PROJECT_ID}/triggers/deploy`, {
id: componentId,
"external_user_id": userId,
"configured_props": configuredProps,
"workflow_id ": workflow.workflow_id
},
{
headers: {
Authorization: `Bearer ${accessToken}`,
"x-pd-environment": process.env.PIPEDREAM_PROJECT_ENVIRONMENT,
"x-pd-external-user-id": userId,
"Content-Type": "application/json"
},
}
)
