How can I send data to a webhook with a username and a password, from a post submit hook, using exports.run
https://docs.celigo.com/hc/en-us/articles/10972500798107-Best-practices-for-managing-errors-part-1#tools-and-tips
Currently trying to follow this guide however it doesn't explain how to send data to a webhook when the webhook has a basic verification, with a username and password.
-
Gil Querubin that example doesn't use a generic webhook. It uses a listener tied to the integrator.io connector.
This listener type requires token authentication (despite the title of the url saying "public url") and that token is an IO generated token for your account. However, since the request from the script is coming internally there is no need to pass a token. If you wanted to post to this listener from Postman, you would need the token.
1
Please sign in to leave a comment.
Comments
1 comment