View Categories

Integrations

36 Docs

Zoho CRM Integration

Last Updated: September 16, 2026

Automatically create or update a Contact or Lead record in Zoho CRM when a visitor submits a Contactum form. Zoho CRM uses OAuth 2.0 — you do not paste an API key directly. Instead, you create a Connected App (Server-based OAuth Application) in the Zoho API Console and complete a one-time authorization flow. Requirements How...

Trello Integration

Last Updated: September 16, 2026

Automatically create a new Trello card whenever a Contactum form is submitted. Unlike email marketing integrations, Trello is a project management tool — each form submission becomes a card in a Trello board column (list) of your choosing. Requirements Understanding Trello’s Credential System Trello requires two credentials used together on every API request: Credential What...

Sendinblue (Brevo) Integration

Last Updated: September 16, 2026

Automatically add form submitters as contacts to a Sendinblue contact list when they submit a Contactum form. Note: Sendinblue has rebranded to Brevo. The product is the same — the API endpoint, API key format, and all functionality covered in this document remain unchanged. Both names refer to the same service. Requirements 1. Get Your...

SendFox Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to a SendFox list when they submit a Contactum form. Requirements 1. Get Your SendFox Personal Access Token SendFox uses a Personal Access Token for API authentication — not an API key by that name. Both terms refer to the same credential. Keep your Personal Access Token private —...

Salesforce Integration

Last Updated: September 16, 2026

Automatically create a Contact or Lead record in Salesforce CRM when a visitor submits a Contactum form. Salesforce uses OAuth 2.0 — you do not paste an API key directly. Instead, you create a Connected App in Salesforce and complete a one-time authorization flow. Requirements How Salesforce Authentication Works Salesforce uses the OAuth 2.0 Authorization...

Moosend Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to a Moosend mailing list when they submit a Contactum form. Requirements 1. Get Your Moosend API Key The API key is a short alphanumeric string. It is passed as a query parameter on every API request — keep it private and do not share it publicly. 2. Connect...

Pipedrive Integration

Last Updated: September 16, 2026

Automatically create a new Person (contact) in Pipedrive CRM when a visitor submits a Contactum form. Unlike email marketing integrations, Pipedrive is a sales CRM — each form submission creates a new contact record in your Pipedrive People directory. Requirements 1. Get Your Pipedrive API Token Keep your API Token private — it grants full...

MailerLite Integration

Last Updated: September 16, 2026

Automatically add form submitters to a MailerLite group when they submit a Contactum form. Requirements 1. Get Your MailerLite API Key MailerLite API tokens are long Bearer strings starting with ey…. Keep it private — anyone with the token can manage your subscribers. 2. Connect MailerLite in Contactum Contactum immediately calls the MailerLite API (GET...

iContact Integration

Last Updated: September 16, 2026

Automatically add form submitters as contacts to an iContact list when they submit a Contactum form. Requirements Understanding iContact’s Credential System iContact uses three separate credentials for API access — not a single API key: Credential What it is App ID A unique identifier for your registered API application. Created in the iContact developer portal...

HubSpot Integration

Last Updated: September 16, 2026

Automatically create or update contacts in HubSpot CRM when a visitor submits a Contactum form. Optionally add the contact to a HubSpot static list at the same time. Requirements Understanding HubSpot Authentication HubSpot deprecated API keys in 2022. The current and only supported authentication method is a Private App access token. Private Apps are created...

Campaign Monitor Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to a Campaign Monitor list when they submit a Contactum form. Requirements Understanding Campaign Monitor’s Account Structure Campaign Monitor uses a two-level hierarchy that is important to understand before connecting: When connecting, you enter your API key first, then select which Client’s lists Contactum should use. Both are required...

GetResponse Integration

Last Updated: September 16, 2026

Automatically add form submitters as contacts to a GetResponse list when they submit a Contactum form. Requirements 1. Get Your GetResponse API Key Keep the API Key private — it grants full access to your GetResponse account including contacts and campaigns. 2. Connect GetResponse in Contactum Contactum validates the key by calling GET /accounts on...

Drip Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to your Drip account when they submit a Contactum form. Optionally apply tags to subscribers at the time of creation. Requirements Understanding Drip’s Account Structure Unlike traditional email marketing tools that organize contacts into separate lists, Drip uses a single subscriber database per account. All subscribers belong to the...

ConvertKit Integration

Last Updated: September 16, 2026

Automatically subscribe form submitters to a ConvertKit form (mailing list) when they submit a Contactum form. Note: ConvertKit rebranded to Kit in late 2023. The product may appear as “Kit” in the ConvertKit dashboard, but the API is still the ConvertKit API v3 and the credentials are found in the same place. Requirements 1. Get...

Constant Contact Integration

Last Updated: September 16, 2026

Automatically add form submitters as contacts to a Constant Contact mailing list when they submit a Contactum form. Requirements 1. Get Your Constant Contact Access Token Constant Contact uses OAuth 2.0 under the hood, but for direct API access you work with a long-lived access token rather than managing the full OAuth flow yourself. Tokens...

AWeber Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to an AWeber list when they submit a Contactum form. AWeber uses OAuth 2.0 — you do not paste an API key directly. Instead, you generate an authorization code inside AWeber and paste that into Contactum, which exchanges it for a long-lived access token automatically. Requirements How AWeber Authentication...

Airtable Integration

Last Updated: September 16, 2026

Automatically create a new record in an Airtable table whenever a Contactum form is submitted. Unlike email marketing integrations, Airtable is a database — each form submission becomes a new row in your chosen table. Requirements 1. Prepare Your Airtable Table Before connecting, your Airtable table must have columns whose names exactly match the fields...

ActiveCampaign Integration

Last Updated: September 16, 2026

Automatically add form submitters as contacts to an ActiveCampaign list when they submit a Contactum form. Contactum uses ActiveCampaign’s legacy v1 API, which is available on all plan types including Lite. Requirements 1. Find Your API URL and API Key ActiveCampaign requires two credentials — an account-specific URL and an API key. Both are found...

Amazon S3 Integration

Last Updated: September 16, 2026

Store form file and image uploads directly on Amazon S3 instead of, or alongside, your WordPress server. Requirements 1. Create an IAM User in AWS The plugin requires only two S3 actions. Use the minimum policy below — do not grant full S3 or admin access. Step-by-step Replace YOUR-BUCKET-NAME with your actual bucket name. 2....

Mailchimp Integration

Last Updated: September 16, 2026

Automatically add form submitters as subscribers to a Mailchimp audience (list) when they submit a Contactum form. Mailchimp is included in the free Contactum plugin — no Pro license is required. Requirements 1. Get Your Mailchimp API Key Mailchimp API keys follow the format xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-us1 — the part after the dash is your datacenter identifier...

Webhook Integration

Last Updated: September 16, 2026

Send form submissions as an HTTP POST request to any URL — works with Zapier, Make (Integromat), n8n, or your own custom endpoint. The Webhook integration is built into the free Contactum plugin — no Pro required. If you’re using Contactum Pro and need multiple webhook destinations on the same form (rather than just one),...

CleanTalk Integration

Last Updated: September 16, 2026

Automatically check every form submission against CleanTalk’s cloud-based spam database, blocking bots and spam without showing visitors a CAPTCHA. CleanTalk is built into the free Contactum plugin — no Pro required. Requirements 1. Get Your CleanTalk Access Key 2. Connect CleanTalk in Contactum Contactum sends a test request to CleanTalk to confirm the key is...

Cloudflare R2 Integration

Last Updated: September 16, 2026

Automatically upload files from a form’s File Upload field to a Cloudflare R2 bucket — S3-compatible object storage without egress fees. Cloudflare R2 requires Contactum Pro with the module enabled. Requirements 1. Get Your R2 Credentials 2. Connect Cloudflare R2 in Contactum Contactum writes and immediately deletes a tiny test object in your bucket to...

WooCommerce Integration

Last Updated: September 16, 2026

Attach a Contactum form directly to a WooCommerce product, so shoppers must fill it out before adding the product to their cart — perfect for customizable products, booking-style purchases, or any product that needs extra details collected up front. You can also let form fields change the product’s price using priced option fields. Requires Contactum...

Twilio Integration

Last Updated: September 16, 2026

Automatically send an SMS text message whenever a form is submitted — useful for notifying your team instantly, or confirming receipt with the submitter. Twilio requires Contactum Pro with the Twilio module enabled. Requirements 1. Get Your Twilio Credentials 2. Connect Twilio in Contactum Contactum confirms your Account SID/Auth Token pair against Twilio before saving....

Zapier Integration

Last Updated: September 16, 2026

Send every form submission to one or more Zapier catch hooks, so you can trigger Zaps — anything Zapier connects to — from your Contactum forms. Requires Contactum Pro with the Zapier module enabled. Like n8n, Zapier has no global connection screen — everything is configured per form, and you can send to multiple Zaps...

n8n Integration

Last Updated: September 16, 2026

Send every form submission to one or more n8n workflow webhooks, so you can build custom automations — Slack alerts, CRM updates, data syncing, anything n8n can do — triggered by your Contactum forms. Requires Contactum Pro with the n8n module enabled. Unlike most integrations, n8n has no global connection screen — everything is configured...

Notion Integration

Last Updated: September 16, 2026

Automatically create a new page in a Notion database every time a form is submitted — handy for turning form entries into a task list, CRM, or content queue you already manage in Notion. Requires Contactum Pro with the Notion module enabled. Requirements 1. Create a Notion Integration 2. Connect Notion in Contactum Contactum verifies...

Google Sheets Integration

Last Updated: September 16, 2026

Automatically append every form submission as a new row in a Google Sheet — a simple way to keep a live, shareable spreadsheet of your entries alongside (or instead of) Contactum’s own Entries screen. Requires Contactum Pro with the Google Sheets module enabled. Requirements 1. Create a Google Service Account 2. Connect Google Sheets in...

Google Calendar Integration

Last Updated: September 16, 2026

Automatically create a Google Calendar event — a booking, appointment, or reservation — every time a form is submitted. Requires Contactum Pro with the Google Calendar module enabled. Requirements 1. Create a Google Service Account 2. Connect Google Calendar in Contactum Contactum parses the JSON and makes a live call to list your calendars to...

Google Analytics Integration

Last Updated: September 16, 2026

Send a GA4 event to Google Analytics every time a form is submitted, so you can track form conversions alongside the rest of your site’s analytics. Requires Contactum Pro with the Google Analytics module enabled. Requirements 1. Get Your GA4 Credentials 2. Connect Google Analytics in Contactum Contactum sends a test event to GA4’s debug...

Google Drive Integration

Last Updated: September 16, 2026

Automatically upload files from a form’s File Upload field to Google Drive. Google Drive requires Contactum Pro with the Google Drive module enabled. Requirements 1. Create a Google OAuth Client 2. Connect Google Drive in Contactum You’re sent to Google to sign in and grant access. Google will always show the permission screen (even if...

OneDrive Integration

Last Updated: September 16, 2026

Automatically upload files from a form’s File Upload field to Microsoft OneDrive, so attachments land in your cloud storage as soon as visitors upload them. OneDrive requires Contactum Pro with the OneDrive module enabled. Requirements 1. Create an Azure App Registration 2. Connect OneDrive in Contactum You’re redirected to Microsoft to sign in and consent....

Dropbox Integration

Last Updated: September 16, 2026

Automatically upload files from a form’s File Upload field to a Dropbox folder, so attachments are saved to your cloud storage as soon as visitors upload them. Dropbox requires Contactum Pro with the Dropbox module enabled. Requirements 1. Create a Dropbox App 2. Connect Dropbox in Contactum You’re redirected to Dropbox to authorize the connection....

Mailjet Integration

Last Updated: September 16, 2026

Automatically add form submitters to a Mailjet contact list when they submit a form — no separate signup step required. Mailjet requires Contactum Pro with the Mailjet module enabled. Requirements 1. Get Your Mailjet API Credentials 2. Connect Mailjet in Contactum Contactum verifies the pair against your Mailjet account before saving. On success you’ll see...

Help Scout Integration

Last Updated: September 16, 2026

Automatically turn a form submission into a new Help Scout conversation, so customer inquiries land directly in your support helpdesk instead of (or alongside) an email notification. Help Scout requires Contactum Pro with the Help Scout module enabled. Requirements 1. Create a Help Scout App Help Scout authenticates via OAuth2, but Contactum uses the Client...