Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return a Webhook Challenge in Response #2948

Open
JuthX opened this issue Feb 12, 2021 · 2 comments
Open

Return a Webhook Challenge in Response #2948

JuthX opened this issue Feb 12, 2021 · 2 comments

Comments

@JuthX
Copy link

JuthX commented Feb 12, 2021

I am trying to implement the Monday.com project management tool with Huginn using the Webhook feature. To authenticate the URL in Monday, it sends a randomly generated challenge code, that needs to be returned to authenticate. Unfortunately I am a total beginner and am not good at coding. Any suggestions on how to return the "Challenge"-Field and its code?

Payload:
{
{ "{\"challenge\": \"YQIn0dCoBu2zspb4TpQTXz8WKRpZOjXi9r7_7__BBA9HoPDHPrzKBKXUIquIoNL0BiTJzobUQ2uQD0wq0yDYHg\"}": null, "headers": { } }

@virtadpt
Copy link
Collaborator

Run the output through a Jq Agent to clean it up. I did a little playing around with it, but I'm not yet awake enough to get a working jq string.

@cybrpimp
Copy link

Started a new thread for how to implement that new feature.

User Webhook Agent to return Response to Dropbox Webhook Verification · Issue #3021 · huginn/huginn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants