Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 678 Bytes

coveo-voicify-twilio-webhook

Webhook (Google Cloud Function) for Coveo's integration with Voicify and Twilio

This webhook can be deployed in as a Google Cloud Function with HTTP Trigger

Create a New Function:

  • Provide a name
  • Select HTTP Trigger
  • Take note of the URL
  • Select ZIP Upload
  • Runtime: Node.js 6
  • Upload a ZIP file containing both index.js and package.json
  • Stage Bucket: create a bucket
  • Function to execute: webhook
  • create

In Voicify:

  • Register a new webhook with the Google Cloud Function URL