Power Automate Custom Connector

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, s.emmons, BullhornSupport

Post Reply
GoHigher
User
Posts: 1
Joined: Fri Aug 11, 2023 5:57 pm

Power Automate Custom Connector

Post by GoHigher »

Hello

I am trying to build a custom power automate connector into Bullhorn.

Has anyone had experience in this?

Thanks
Adam
brendasantiago
User
Posts: 1
Joined: Wed Oct 25, 2023 6:43 am

Re: Power Automate Custom Connector

Post by brendasantiago »

Yes, I used to build a custom power automate connector into Bullhorn.
In the Power Automate platform, I navigate to the "Custom connectors" section and create a new custom connector. Provide the necessary details, such as the connector name, base URL, and authentication requirements. Define actions and triggers: Within the custom connector, define the actions and triggers that you want to expose to Power Automate users. These actions and triggers correspond to the specific operations and events you want to perform with Bullhorn. Then, I determine the authentication method required by Bullhorn's API (e.g., OAuth 2.0, API key, etc.). Configure the authentication settings in the custom connector to enable users to authenticate and access Bullhorn securely. For each action or trigger, I specify the inputs (parameters) required and the outputs (response) that will be returned. Map the inputs and outputs to the appropriate Bullhorn API endpoints and data structures.
Bcampbell
User
Posts: 3
Joined: Mon Apr 04, 2022 7:44 pm

Re: Power Automate Custom Connector

Post by Bcampbell »

Could you share any info on the authentication? We use Rest OAuth 2.0 today, but I would much prefer a custom connector in Power Automate. I've not been able to figure out what authentication to setup it up as?
Post Reply