Monday.com
BeyondTrust to automatically send detections and recommendations to Monday.com in the form of a ticket, this eliminates manual intervention and delays, helping organizations improve their overall security posture.
Requirements
- Access to a BeyondTust site
- An active Monday.com administrator account
- An BeyondTrust administrator account
- An active project token
Create configuration in Monday.com
Third-party documentation and instructions are subject to change.
- Go to Monday.com to create a new Group. For more information, see The basics of groups.
- Go to the Administration page and obtain the API token. For detailed instructions, see Does monday.com have an API?
Create a webhook in Insights
- Go to Integrations > Webhooks > View Details.
- Click Create Integration.
- Enter the Monday.com webhook URL in this format – “https://api.monday.com/v2.”
- To create the webhook, use the following:
- Webhook Name: Enter a name i.e. Monday.com
- Webhook URL: Use the Monday.com recommended URL format - https://api.monday.com/v2. For more information, visit page - Making your first request.
- Authorization Type: custom
- Authorization: Enter the active Monday.com API token
- Webhook template: Use the following test webhook JSON template to test the connection and send a webhook to Monday.com. You can use the variables displayed on the right side of the webhook template.
`{
"query": "mutation {create_item (board_id: 7873785101, group_id: \"new_group_mkkqaj30\", item_name: \"Insights Ticket\", column_values: \"{\\\"activity_status\\\":\\\"Open\\\", \\\"text_mkkrkajm\\\":\\\"%%incidentType%%\\\" , \\\"text_mkkrs475\\\":\\\"%%incidentId%%\\\",\\\"text_mkkt6hm2\\\":\\\"%%tenantId%%\\\", \\\"text_mkkt5m31\\\":\\\"%%severity%%\\\", \\\"text_mkkt57je\\\":\\\"%%definitionId%%\\\", \\\"text_mkktse5d\\\":\\\"%%definitionSummary%%\\\", \\\"text_mkktpxct\\\":\\\"%%source%%\\\", \\\"text_mkktacy2\\\":\\\"%%location%%\\\", \\\"text_mkktnerr\\\":\\\"%%entityType%%\\\", \\\"text_mkktpd2n\\\":\\\"%%entityName%%\\\", \\\"text_mkkt13hv\\\":\\\"%%timestamp%%\\\", \\\"text_mkkthnh5\\\":\\\"%%link%%\\\"}\") {id}}"
}`
- Click Save Integration when finished.
Test and troubleshoot the integration
- Click Test Settings. The. message "Configuration successfully created” appears.
- To view the ticket created in Monday.com, go to your board on the Monday.com CRM page where you will see the posted webhook ticket under Security Detection Tickets.
Updated 5 days ago