You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a framework where community members can write their own automations in python based off of events/webhooks.
This can be a folder of scripts that contributors can create. Then in the frontend the integrations can be enabled or disabled with a slider on the integrations page. There should be a difference between the native integrations (Stripe etc.) and community integrations. However, in the frontend they can be visually presented the same.
Each integration needs
Name
Descriptions
logo/icon picture (optional)
script that can subscribe to events (specified in the input)
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Create a framework where community members can write their own automations in python based off of events/webhooks.
This can be a folder of scripts that contributors can create. Then in the frontend the integrations can be enabled or disabled with a slider on the integrations page. There should be a difference between the native integrations (Stripe etc.) and community integrations. However, in the frontend they can be visually presented the same.
Each integration needs
The text was updated successfully, but these errors were encountered: