Loading...
Loading...
AEvent integration. Manage data, records, and automate workflows. Use when the user wants to interact with AEvent data.
npx skill4agent add membranedev/application-skills aeventmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search aevent --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Webinars | list-webinars | List paginated scheduled webinars |
| List Forms | list-forms | List all available forms |
| List Registrants | list-registrants | List registrants with optional filtering and pagination |
| List Media Files | list-media-files | List media files by type |
| Get Webinar | get-webinar | Get details of a specific webinar by ID |
| Get Form | get-form | Get details of a specific form |
| Get Registrant | get-registrant | Get details of a specific registrant by ID |
| Get Timeline | get-timeline | Get timeline details and general settings |
| Create Webinar | create-webinar | Create a new webinar session |
| Delete Webinar | delete-webinar | Delete a webinar by ID |
| Delete Form | delete-form | Delete a form by ID |
| Delete Media File | delete-media-file | Delete a media file by ID |
| Get Upcoming Webinars | get-upcoming-webinars | List upcoming webinars that can be attached to a timeline |
| List Tags | list-tags | List all available tags |
| List Holidays | list-holidays | List all configured holidays |
| List Filters | list-filters | List all available filters |
| Get Filter | get-filter | Get a specific filter by ID |
| List Integrations | list-integrations | Get all configured integrations |
| Ban Registrant | ban-registrant | Ban one or more registrants by email or UUID |
| Unban Registrant | unban-registrant | Unban a registrant by email |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY