OpenPhone.co integration

This is a popular business phone platform. n8n could be used to automate sending some messages to clients or simply pulling call logs and sms longs into custom apps, etc.

Any one knows how to integrate through N8N Openphone with Airtable through a webhook?

@Home_Sweet_Cleaner what are you trying to do? For the basic stuff, the process would look like this:

  • create an incoming webhook in n8n
  • create a webhook in OpenPhone → Settings → Webhooks (use the url from the n8n webhook created above
  • select the event to trigger the post from OpenPhone to n8n
  • in n8n, add your actions after the webhook to handle the data coming in, (Air Table, etc.)