Surveybot lets you survey the audience via Facebook Messenger and Workplace. Its Facebook bot makes it a lot easier to do Facebook Survey.
Go to siteThe Surveybot API is a tool designed to enhance engagement and gather insights through conversational surveys within Facebook Messenger. By leveraging Pipedream's capabilities, you can automate responses, analyze survey data, and integrate with an array of other services such as CRMs, email marketing platforms, or helpdesk software to streamline workflows and act upon the gathered data effectively.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
surveybot: {
type: "app",
app: "surveybot",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://surveybot.io/api/v1/surveys`,
headers: {
"X-Api-Key": `${this.surveybot.$auth.api_key}`,
},
})
},
})
Customer Feedback Collection to Data Analysis Tools: With Pipedream, set up a workflow where Surveybot collects customer satisfaction data post-purchase, and automatically send the results to data analysis tools such as Google Sheets or BigQuery. Slice and dice the data to gain actionable insights or trigger follow-up actions based on customer sentiment.
Support Ticket Creation from Survey Responses: Whenever a survey response indicates a customer issue, use Pipedream to create a ticket in a customer support app like Zendesk or Intercom. This quick conversion from feedback to support ticket can help resolve issues swiftly and improve overall customer experience.
Lead Qualification and Addition to CRM: Use Surveybot to qualify leads through a set of questions. With Pipedream, assess the responses and automatically add qualified leads to a CRM such as Salesforce or HubSpot, including all relevant data points. This can significantly cut down manual entry and ensure timely follow-up with potential customers.
Surveybot uses API keys for authentication. When you connect your Surveybot account, Pipedream securely stores the keys so you can easily authenticate to Surveybot APIs in both code and no-code steps.
On the Surveybot dashboard, click the profile pic on the top right, then Account Settings, and Data API in the menu that appears on the left. Enter your password in the API Key section to display your API Key.