{"id":31766142,"url":"https://github.com/uchiha-vivek/elevenlabs-post-call-webhook","last_synced_at":"2025-10-10T00:29:32.774Z","repository":{"id":318028118,"uuid":"1069743810","full_name":"uchiha-vivek/ElevenLabs-post-call-webhook","owner":"uchiha-vivek","description":"Postcall transcription webhooks in elevenlabs ","archived":false,"fork":false,"pushed_at":"2025-10-04T15:31:00.000Z","size":329,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T17:20:13.929Z","etag":null,"topics":["elevenlabs","notification-system","postcall-webhooks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uchiha-vivek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T14:36:40.000Z","updated_at":"2025-10-04T15:31:03.000Z","dependencies_parsed_at":"2025-10-08T22:45:10.952Z","dependency_job_id":null,"html_url":"https://github.com/uchiha-vivek/ElevenLabs-post-call-webhook","commit_stats":null,"previous_names":["uchiha-vivek/elevenlabs-post-call-webhook"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/uchiha-vivek/ElevenLabs-post-call-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchiha-vivek%2FElevenLabs-post-call-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchiha-vivek%2FElevenLabs-post-call-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchiha-vivek%2FElevenLabs-post-call-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchiha-vivek%2FElevenLabs-post-call-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uchiha-vivek","download_url":"https://codeload.github.com/uchiha-vivek/ElevenLabs-post-call-webhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uchiha-vivek%2FElevenLabs-post-call-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002359,"owners_count":26083356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elevenlabs","notification-system","postcall-webhooks"],"created_at":"2025-10-10T00:29:09.431Z","updated_at":"2025-10-10T00:29:32.752Z","avatar_url":"https://github.com/uchiha-vivek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**POST CALL TRANSCRIPT WEBHOOK**\n\nThis project is flask based webhook receiver that listens for post-call transcripts and automatically triggers the transcript to a specified address.\n\n\nThe following are the steps followed in pipeline:\n\n- Secure webhook validation with HMAC signature verification\n- Extracts the call transcript from the webhook payload\n- Sends an email notification with the transcript\n- Configurable via environment variables\n\n\n\n### Steps to run the repository\n\nClone the repository\n\n```bash\ngit clone https://github.com/uchiha-vivek/ElevenLabs-post-call-webhook.git\ncd ElevenLabs-post-call-webhook\n```\n\nActivate the environment and install the packages\n\n```bash\npython -m venv venv\nvenv\\Scripts\\activate\npip install -r requirements.txt\n```\n\nRun the server\n\n```bash\npython server.py\n```\n\n\n### Open the ngrok window\n\nRun the following command\n\n```bash\nngrok http 5000\n```\n\nYou will receive a link like this\n\n```bash\nForwarding                    https://0963ce61eb42.ngrok-free.app -\u003e http://localhost:5000      \n```\n\n\nNow in elevenlabs agent , you need to insert this in **Post-Call webhook** section under **security tab**\n\n\n\u003ca href=\"https://github.com/uchiha-vivek/ElevenLabs-post-call-webhook\"\u003e\n    \u003cimg src=\"./assets/postcall.png\" width=\"550\" height='500' alt=\"ally\" style=\"margin: 0 15px;\" /\u003e\n\u003c/a\u003e\n\n\n\nTranscript Notification email\n\n\n\n\u003ca href=\"https://github.com/uchiha-vivek/ElevenLabs-post-call-webhook\"\u003e\n    \u003cimg src=\"./assets/Screenshot_20251004_203349_Gmail.jpg\" width=\"550\" height='650' alt=\"ally\" style=\"margin: 0 15px;\" /\u003e\n\u003c/a\u003e\n\n\n\nYou need to integrate the following url\n\n```bash\nhttps://0963ce61eb42.ngrok-free.app/post-call-support\n```\n\n**/post-call-support** route is mandatory\n\n\n\nAfter the voice conversation ends , you will receive email notification for the transcript\n\n\n\nFuture integrations which will be made:\n\n- Extracting necessary userinfo like name and email from conversation\n- Storing this userinfo in azure cosmos db/ azure dynamodb\n- triggering clickup notifications\n- making custom functionalities like average call/total duration and customize stuff.\n\n\nNOTE : You will get HMAC key once you enable the webhook, you need to copy it and paste it in 11 labs\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuchiha-vivek%2Felevenlabs-post-call-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuchiha-vivek%2Felevenlabs-post-call-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuchiha-vivek%2Felevenlabs-post-call-webhook/lists"}