Intercom
To sync Intercom to WebhookDB, click here and follow the prompts to connect your accounts.
Once you have connected to WebhookDB, we will immediately start listening for changes and updates on your Conversations and Contacts. There is no further set up required.
To access your database, use the database string provided to you on successful signup. If for some reason you lose that string, you can use our CLI either by downloading it or heading to our website for the online version.
It is very important that you use the email that is connected to your Intercom account to login to your WebhookDB account. Once logged in, run webhookdb db connection
to retrieve your connection string.
$ webhookdb auth login --username=hello@webhookdb.com
Hello again!
To finish registering, please look for an email we just sent to hello@webhookdb.com.
It contains a One Time Password code to validate your email.
You can enter it here, or if you want to finish up from a new prompt, use:
webhookdb auth login --username=hello@webhookdb.com --token=<6 digit token>
Enter the token from your email: ******
Welcome! For help getting started, please check out
our docs at https://webhookdb.com/docs/cli.
Quick tip: Use `webhookdb services list` to see what services are available.
$ webhookdb db connection
postgres://aro55a8841c055e2527d92:55a37f583dca21a23c4@hello_webhookdb_com_org.db.webhookdb.com:5432/adb55a07a3bb540afb172a
Check out our guide to add additional APIs, and to sync data to your data warehouse or your own application backend.