ChatDaddy
Automation & Message Flows

✅ How to Auto-Update Contact Info from ChatDaddy to Notion

This guide will walk you through how to set up a ChatDaddy automation flow that automatically sends contact info into a Notion database when a tag is updated. Once completed, your…

Updated Apr 15, 2026

This guide will walk you through how to set up a ChatDaddy automation flow that automatically sends contact info into a Notion database when a tag is updated.

🔁 Use Case

Once completed, your flow will:

  • Detect when a contact is updated (e.g. added a new tag “Testing”)

  • Send the contact infos to a Notion database

  • Auto-create a new row in your chosen Notion table

🛠️ Step-by-Step Setup

🧩 Step 1: Create a Notion Integration and Share Access

  1. Go to https://www.notion.com/my-integrations

  2. Create a new internal integration

Image

  1. copy the Internal Integration Secret

Image

  1. Go to “Access” →Grant the database access to this integration and click “save”

Image

📥 Step 2: Download & Import the ChatDaddy Template

Image

Download the pre-built flow template file 👉

File

How to import template to ChatDaddy:

Image

✏️ Step 3: Edit the Flow to Match Your Setup

3.1. **Set the tag condition

Update the tag under the Condition block

→ Change New Tag is Testing to your desired tag

Image

3.2. **Edit the HTTP Headers

In the HTTP Request block, update the following:

Header NameValue Format
Content-Typeapplication/json
AuthorizationBearer YOUR_INTEGRATION_SECRET (refer: Untitled )
Notion-Version2022-06-28

3.3. **Edit the HTTP Body

Image

Replace YOUR_DATABASE_ID with your actual one.

Image

Make sure the field names (Exp: NamePNumber) in Body match your Notion column headers exactly.

🎉 Step 4: Test the Flow

  • Tag any test contact with the trigger tag (e.g. Testing)

  • Go to your Notion database

  • Confirm a new row is created with the name, phone number or other fields.

Feedback
Was this article helpful?

Related articles