✅ 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.

🔁 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
  1. Create a new internal integration
Notion image
  1. copy the Internal Integration Secret
    1. Notion image
  1. Go to “Access” →Grant the database access to this integration and click “save”
Notion image
 

📥 Step 2: Download & Import the ChatDaddy Template

Notion image

Download the pre-built flow template file 👉

 

How to import template to ChatDaddy:

Notion 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

Notion image

3.2. Edit the HTTP Headers

In the HTTP Request block, update the following:

Header Name
Value Format
Content-Type
application/json
Authorization
Bearer YOUR_INTEGRATION_SECRET (refer: copy the  )
Notion-Version
2022-06-28

3.3. Edit the HTTP Body

Notion image

Replace YOUR_DATABASE_ID with your actual one.

Notion 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.
 
Did this answer your question?
😞
😐
🤩