Skip to content

Conversation

@Prat011
Copy link
Collaborator

@Prat011 Prat011 commented Oct 17, 2024

Important

Adds documentation for setting up admin event webhooks in Composio, including configuration steps and code examples for Python and JavaScript.

  • Documentation:
    • Adds adm_webhook.mdx to document setting up admin event webhooks in Composio.
    • Provides configuration steps and code examples for Python and JavaScript.
    • Explains webhook payload structure and key insights.
  • Navigation:
    • Updates mint.json to include patterns/admin_webhook/adm_webhook in the navigation.

This description was created by Ellipsis for 3a40702. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 3a40702 in 26 seconds

More details
  • Looked at 203 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_RWJDecu99q2j2EJu


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

print(f"Integration Name: {body.get('data', {}).get('integration_name')}")

if __name__ == '__main__':
app.run(debug=True, port=5000)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running Flask in debug mode is not recommended for production due to security risks. Consider setting debug=False for production environments.


```javascript
const express = require('express');
const bodyParser = require('body-parser');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

body-parser is now built into Express. You can use express.json() instead of bodyParser.json().

@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2024

This comment was generated by github-actions[bot]!

JS SDK Coverage Report

📊 Coverage report for JS SDK can be found at the following URL:
https://pub-92e668239ab84bfd80ee07d61e9d2f40.r2.dev/coverage-11497257738/coverage/index.html

📁 Test report folder can be found at the following URL:
https://pub-92e668239ab84bfd80ee07d61e9d2f40.r2.dev/html-report-11497257738/html-report/report.html

@Prat011 Prat011 deleted the feat/admin-webhook branch January 13, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants