The integration between Freshdesk and Squadcast is webhook based so you can also create tickets in Freshdesk from within Squadcast. The steps to integrate Squadcast with Freshdesk using webhooks for creating tickets:
Get Freshdesk API Key
- Log in to your Freshdesk Support Portal > Go to your Profile (top right) -> Profile Settings -> View API Key > Copy the API Key.
Generate Basic Token:
- Use a tool (e.g., Postman) to generate a basic token from the API Key.
- In Postman, create a new tab and use the provided curl command with the API Key in the URL.
- Configure Authorization -> Basic Auth -> Use API Key as the Username.
- Copy the generated Basic Token from the Authorization header.
Set Up Webhook in Freshdesk:
- Go to Settings -> Webhooks in Freshdesk.
- Click "Add Webhook" and follow the three-step process.
- Add Webhook Details like: Webhook Name, Webhook Description, Failure Notification Email, URL & Additional Headers.
- Choose a POST request and replace "domain" with your actual domain.
Choose Webhook Type:
- Select Manual or Automatic Webhook type based on your needs.
- For Manual: Choose authorized teams to access the webhook.
- For Automatic: Select v2 version, triggers (e.g., Incident Triggered), and apply filters if necessary.
Configure Payload:
- Select the pre-configured template for "Freshdesk - Create Ticket."
- Customize priority, status, and additional fields as needed.
- Test the webhook using the "Test Webhook" option.
Click "Save" to create the webhook.
By following these steps, you will integrate Squadcast with Freshdesk using webhooks to automatically create tickets in Freshdesk whenever incidents are triggered in Squadcast. Make sure to replace placeholders like "domain" with your actual information.
ServiceNow - Create ServiceNow tickets for new Incidents
ServiceNow is a cloud-based platform that provides IT service management (ITSM), IT operations management (ITOM), and IT business management (ITBM) services. It offers a wide range of features, including:
- Incident management
- Problem management
- Change management
- Knowledge management
It integrates with Squadcast to provide real-time incident alerts and playback recordings. This integration allows businesses to quickly identify and resolve incidents, reducing downtime and improving customer satisfaction.
By connecting Squadcast and ServiceNow, your team can expedite incident resolution, track progress, and maintain accurate records within the ServiceNow ecosystem. Here are the steps to integrate ServiceNow with Squadcast:
- Go to the Squadcast app and click on the Integrations tab.
- Click on ServiceNow and then click on Add ServiceNow Integration.
- Enter your ServiceNow instance URL, username, and password.
- Select the group you want to integrate with Squadcast.
- Click on Save and you’re done!
It’s also possible to configure ServiceNow to create ticket action via Webhooks.