Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

Can custom connector triggers use webhooks with security?

(0) ShareShare
ReportReport
Posted on by 56

I am creating a custom connector and I have authentication and the actions sorted, I just need to figure out the triggers. The webhooks that I am trying to work with have security, hashed using HMACSHA256 and base64 encoded (webhook docs here).

 

Does anyone know is it possible use a webhook that is hashed using HMACSHA256 as a custom connector trigger?

 

Thanks in advance

  • cchannon Profile Picture
    4,702 Super User 2025 Season 1 on at
    Re: Can custom connector triggers use webhooks with security?

    It might be possible to accomplish this on the PowerApps side... not really sure how... but this is not your biggest problem. The Overview documentation page from your link above also references an example API endpoint as:

     

    https://api.xero.com/api.xro/2.0/Contacts/717f2bfc-c6d4-41fd-b238-3f2f0c0cf777

     

    This is a big problem for Custom Connectors because Custom Connectors have no mechanism for building parameterized URLs. None whatsoever. Unless you can hardcode the ID into the url for the custom connector (I assume that is not an option) custom connectors simply cannot get the job done here. You will need to write your own connector (probably as an Azure Function) to act as the interface here. Bonus: it will be much easier to handle your hashing requirements there than in some convoluted PowerAutomate approach. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 87 Most Valuable Professional

#2
mmbr1606 Profile Picture

mmbr1606 71 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

Overall leaderboard