egthasas Demo Workflow

See a live demo of how egthasas connects GitHub, Notion & Slack in one automated workflow

GitHub

Triggers on new commits

Notion

Creates a documentation page

Slack

Sends status notifications

* Animated connections represent automated data flow
Code Preview
github:
  when:
    - commit.push
    - branch.create
  then:
    notion:
      - create.page
      - update.property
    slack:
      - send.message
      - post.status

# Configuration parameters
notion_database_id: "d341c1794a45453f81a5"
slack_channel: "dev-notifications"
github_webhook_secret: "demo-secret-123456"

Integration Results

GitHub

Processed: 45 commits

Status: Active

Latest Run: 2025-08-26 14:32:18

Notion

Pages Created: 24

Status: Syncing

Last Sync: 5 minutes ago

Slack

Messages Sent: 18

Status: Connected

Last Message: 3 minutes ago

Ready to Try it Yourself?