Skip to content
Workload – Automation Software
Workload – Automation Software
  • Product
    • Solutions
      • Forms
      • Automate Your AdOps
      • Automate Your HR & Recruiting
    • Integrations
    • Templates
    • Company
      • Blog
      • Integrations
      • Apps
      • Case Studies
      • Experts
      • About
        • Privacy
        • Terms of Service
  • Resources & Support
  • Pricing
  • Login
  • Get Started
Workload – Automation Software
  • Product
    • Solutions
      • Forms
      • Automate Your AdOps
      • Automate Your HR & Recruiting
    • Integrations
    • Templates
    • Company
      • Blog
      • Integrations
      • Apps
      • Case Studies
      • Experts
      • About
        • Privacy
        • Terms of Service
  • Resources & Support
  • Pricing
  • Login
  • Get Started

What can we help you with?

Getting Started

  • Workload Quickstart Guide
  • Automation 101
  • How to Share Your Workspace
  • What Is Workflow Automation?

Creating Workflows

  • Create workflows (Quick Start Guide)
  • Loop through Workload actions
  • What Is Workflow Automation?
  • Workload Editor Filters: Unlock Smarter Workflow Automation
  • Workflow Building: Adding Steps and Paths to a Workflow
  • Workflow Building: Using Delays in Workflows
  • Identify, Diagnose, Fix: A Guide to Correcting Workflow Errors

Managing Workflows

  • Connect an account to Workload
  • How to copy from one workspace to another
  • How to initialize a workflow after copying
  • How to share a workflow as a template with anyone
  • How to Share Your Workspace
  • Workload Editor Filters: Unlock Smarter Workflow Automation
  • Workflow Building: Adding Steps and Paths to a Workflow
  • Workflow Building: Using Delays in Workflows
  • Identify, Diagnose, Fix: A Guide to Correcting Workflow Errors
  • Workflow Building: Fix Workflow Mistakes with the Undo and Redo Buttons
  • Workflow Building: Reordering Workflow Steps

Partner Integrations

  • How do I enable and use the Lever integration?
  • How do I enable and use the Webex integration?
  • How do I enable and use the Zoom integration?
  • How to set up the DrChrono integration with Workload
  • How to find your PEP Cloud (Painter’s Estimating Program) API Key
  • Odoo Contact Creation with WL Forms
  • Gmail to Google Sheets Automation
  • Gmail Email to Slack Channel Message
  • Copy Events Between Google Calendars
  • Automate Google Forms and Slack with AI by Workload
  • Integrate Google Forms and Gmail
  • Automate Emails with Typeform and Gmail
  • Automate Patient Data with DrChrono, Google Sheets, and Gmail
  • Automate New Patient Creation with Jotform and DrChrono
  • Trello Google Calendar Automation: Create Trello Cards from Calendar Events
  • Trello Google Forms Automation: Create Cards from Form Responses
  • Google Sheets Trello Automation: Create Trello Cards from New Spreadsheet Rows
  • Google Sheets Mailchimp Integration: Add Contacts from Spreadsheet Rows
  • DrChrono Google Calendar Integration: Use Webhooks for Automated Appointments
  • Airtable to Mailchimp Integration: Automatically Sync New Contacts
  • Typeform to Airtable Integration: Automated Record Creation
  • Airtable Gmail Integration: New Airtable Records to Sending Emails in Gmail
  • Outlook to Google Calendar Integration: Sync Calendar Events
  • Google Calendar to Outlook Integration: Instant Event Sync
  • Typeform and Outlook Integration: Email New Form Entries
  • Calendly to Google Sheets: Streamline Scheduling with Calendly Invite Logging
  • Calendly to Slack Integration: Instant Slack Alerts from Calendly
  • Google No-Code Workflow: Calendar Event to Sheets Sync
  • Google No-Code Workflow: Sheets to Calendar Sync
  • Google Sheets to Slack Messaging: A No-Code Workflow Tutorial
  • Shopify Orders to Google Sheets Sync: No- Code Workflow
  • Shopify Order to Slack Message | No-Code Automation Tutorial
  • Create Shopify Customers from Jotform Responses | No-Code Workflow
  • Shopify Mailchimp Contact Sync | No-Code Workflow
  • HubSpot to Mailchimp Sync: Hubspot Contacts to Mailchimp Lists | No-Code Workflow
  • HubSpot Form Submissions into Slack Messages | Step-by-Step No-Code Workflow Tutorial
  • Automate HubSpot Form Submissions to Google Sheets | Step-by-Step, No-Code Guide
  • Gmail Alert from Google Sheets | No-Code Automation
  • Google Calendar to Slack Status | No-Code Workflow
  • Mailchimp to HubSpot Subscriber Sync | No-Code Workflow
  • Gmail to Slack Channel Messages | No-Code Workflow Tutorial
  • Create Google Events from Calendly Invitees | No‑Code Workflow Tutorial
  • Gmail Reminder Before Calendar Event | No‑Code Workflow Tutorial
  • Google Calendar Todoist Task Sync | No-Code Workflow Tutorial
  • Google Tasks Todoist Sync | Automatically Create Tasks with No Code
  • Create Todoist Tasks from Starred Gmails | No Code Workflow ⭐ ⇨ ✅
  • Sync Outlook Calendar Events with Todoist Tasks | No-Code Workflow 🗓️⇨ ✅

Utilities

  • Loop through Workload actions
  • Workload Editor Filters: Unlock Smarter Workflow Automation
  • Home
  • Docs
  • How to trigger a workflow based on a webhook event received from OpenPhone

How to trigger a workflow based on a webhook event received from OpenPhone

Table of Contents
  • Introduction
  • Set Up a Webhook Trigger in Workload
    • Testing without OpenPhone
    • Using the Send Test Request Feature
    • Triggering an Actual Event

Introduction #

This article is to help guide you through the process of triggering a Workload workflow based on an event occurring in OpenPhone. OpenPhone uses webhooks to send real-time notifications of events occurring in your OpenPhone workspace. When an event occurs, OpenPhone calls the webhook with a payload describing the event. When this webhook is received by Workload, it will trigger the workflow that you have designed.

Set Up a Webhook Trigger in Workload #

The first step of setting up a workflow to trigger based on an OpenPhone event is to create a webhook trigger in the Workload tool.

Log into your Workload account and create a new workflow. Next, click on “Add Trigger” in Step 1.

Select “Webhook” from the menu.

Select “Webhook Received” from the dropdown menu under “Event”.

Click “Continue”.

You will now see a webhook URL. This URL will need to be copied into OpenPhone to begin receiving the event notifications.

Next, you will need to subscribe to the specific OpenPhone event that you want to use. To do this, you will need to log into your OpenPhone account and navigate to the “Settings” menu. You will then need to click on “Webhooks”. Enter the URL that was generated in the webhook Trigger step in Workload into the “URL” field in OpenPhone. You can now label the webhook and select the event that you want the to subscribe to. Then click on “Create Webhook”.

Navigate back to your workflow in Workload. Click on the “Test Trigger” button to start the listener service. This will prepare the workflow to listen for the webhook data from OpenPhone.

You will now need to generate test data in OpenPhone to ensure your webhook is working. You can do this one of many different ways and examples are listed here.

Testing without OpenPhone #

You can use tools like Curl, Postman, or Insomnia to send POST requests to your webhook URL.

Using the Send Test Request Feature #

The Send Test Request feature in OpenPhone sends a POST request with a sample event JSON to your webhook handler, mimicking a real event. This is useful for verifying that OpenPhone can reach your webhook URL. The Send Test Request feature is on the Webhook details page by clicking the ellipses at the top right.

Triggering an Actual Event #

To test your webhook with a real event in OpenPhone:

  1. Set up a webhook for an event like message.received.
  2. Specify your OpenPhone number.
  3. Send a text to your OpenPhone number from another phone.

This will trigger the webhook and send the event to your webhook handler.

Once you receive the webhook data from OpenPhone, your trigger is now working and you can continue to build out your action steps to complete your workflow. Once you have added the steps you need and tested to ensure they are working properly, flip the toggle button in the top right corner to turn on the workflow.

Once the toggle has been clicked, it will turn green and display “On”.

You have now created a workflow with an OpenPhone trigger!

Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on May 23, 2024

Powered by BetterDocs

Table of Contents
  • Introduction
  • Set Up a Webhook Trigger in Workload
    • Testing without OpenPhone
    • Using the Send Test Request Feature
    • Triggering an Actual Event
Workload

Home

Product

Pricing

Templates

Privacy

Terms

About Us

Company

Leadership

Press

Workload Blog

Integrations

Google Sheets Integrations

Gmail Integrations

Amazon Integrations

Asana Integrations

Lever Integrations

Clio Integrations

Slack Integrations

ClickUp Integrations

ServiceTitan Integrations

See All Integrations

Support

Workload 101

Getting Started

Create a Workflow

Create a Trigger

Create an Action

See All Help Docs

© 2025 - workload.co - All rights reserved
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.OKReject Learn About PrivacyOK
Terms, Privacy & More

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT