1. Connect your webhook to Logaflow
- Access the integrations tab of the project you want to integrate asn select webhook option.
- Add a webhook name.
- Paste your webhook URL.
- Se precisar adicionar algum cabeçalho para chamar seu webhook, espanda a opção ‘HTTP Header (Optional)’ e adicione sua chave e valor que deve ir no cabeçalho da chamada ao seu webhook.
- Click test and save.

2. Webhook body
The webhook will perform a POST test call to the webhook url provided with the following body:Params
string
Is the comment written in the feedback.
string
Is the type of feedback, the value of this field can be: bug, idea and other.
string
Is the url to open the feedback on the logaflow dashboard.
object
default:"null"
This field will not be null if the feedback creator is authenticated via SSO Auth or has entered the name and email for contact in the Logaflow widget.
string
default:"undefined"
This field will only be filled in if the user is authenticated via SSO and the JWT token used to authenticate the user contains this information.
string
default:"undefined"
This field will only be filled in if the user is authenticated via SSO or has filled in the Name field in the widget.
string
default:"undefined"
This field will only be filled in if the user is authenticated via SSO or has filled in the Email field in the widget.
string
default:"undefined"
This field will only be filled in if the user is authenticated via SSO and the JWT token used to authenticate the user contains this information.