Webhook
Integrate Logaflow into any workflow using our webhooks events for new feedback.
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
Is the comment written in the feedback.
Is the type of feedback, the value of this field can be: bug, idea and other.
Is the url to open the feedback on the logaflow dashboard.
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.
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.
This field will only be filled in if the user is authenticated via SSO or has filled in the Name field in the widget.
This field will only be filled in if the user is authenticated via SSO or has filled in the Email field in the widget.
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.