"webhook event happened" trigger not find

Can I use a third-party webhook?
I found a link that would work perfectly for what I want to do, but it’s for Slack, and I want to use it for another app.

Sin embargo, no encuentro ese conector entre los conectores de studio web disponibles

However, I can’t find that connector among the available web studio connectors.

@Matias_Clemente.Arg,

You can build a custom connector for this.

@Matias_Clemente.Arg

That si a reported issue that the activity is not found in studio web..

One work around for you is open a cross platform project in studio then you can find the webhook connector..search webhook in activities and you would see it

Cheers

I’ve tried a lot with that solution, but I don’t know why I can’t get it to connect to the service. The service is working — I’ve tested it with another system and the webhook is being redirected. But I can’t get it to trigger in UiPath. Could you give me a hand to see what I’m doing wrong? Should I open another thread so you can guide me there?


I’ve seen it in Studio, but I’m not really sure how it works — whether it runs directly from Studio or if I have to publish it to Orchestrator. Also, I don’t understand why the URL provided by this activity is different from the one I got when I created the connector (as @ashokkarale mentioned above).

@Matias_Clemente.Arg

In studio if you need to test then you need to fill the debug body its like you giving the body here itself

Once you publish to orchestrator and create a process ..then you can see/create an event trigger ..the url you see in orch is what you can use..

Also till you publish and create a trigger ideally you would not see a url in the connector as far as I remember

Cheers

1 Like


When I tested this with the “Connector Builder” and followed guidance through ChatGPT, it indicated that I needed to create a trigger. The trigger I need to create is of type “POST”; however, it seems to be disabled. Is this the case? Someone in the forum mentioned that sometimes this can be “requested” to be enabled for us. Is that correct?

@Matias_Clemente.Arg

Can you please tell what is disabled?

If you want to use webhook you need not come to connection builder again as the webhook connection is already created

Once you publish..go to triggers → events triggers → create and select the process and yhe connector

Polling is all together a different thing

Cheers

Can you please tell what is disabled?

When I attempt to create a trigger within the creation or configuration of my custom connector, two options appear: “Polling” and “Webhook.” I interpret that to recreate the activity “Webhook Event Happened,” I need the one labeled “Webhook.” However, it does not allow me to select it; it is simply grayed out and cannot be chosen (beside it, it says “Coming Soon” in Spanish).

ok,Remember, however, that the trigger “Webhook Event Happened” was not available, so I was attempting to create one as suggested by @ashokkarale.

Nevertheless, if this continues to become more complicated, I believe I will opt for using the desktop version instead.

@Matias_Clemente.Arg

May I know what you want to do with webhook?

Webhook event happened activity is for external application to send an event

Webhook trigger or polling in custom connector is for you to identify the event that hppended outside without the other system sending it..

Cheers

yes of course.I am endeavoring to respond to WhatsApp messages through EvolutionAPI. When a message arrives at my WhatsApp number, EvolutionAPI forwards it via a webhook, and I aim to capture the message using UiPath.

This is the link to the Postman method.

It closely resembles (if not matches) the scenario I provided in the link, but with Slack replaced by EvolutionAPI.

@Matias_Clemente.Arg

Then you can just create a webhook connector ..get url and use the url in the webhook of watsapp

There is no need to create a webhook in the custom connector

Cheers