Loading...
Loading...
Bouncer integration. Manage Organizations, Leads, Projects, Pipelines, Users, Goals and more. Use when the user wants to interact with Bouncer data.
npx skill4agent add membranedev/application-skills bouncermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search bouncer --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 |
|---|---|---|
| Delete Toxicity Job | bouncer.delete-toxicity-job | Deletes a toxicity list job and its results. |
| Get Toxicity Results | bouncer.get-toxicity-results | Downloads results from a completed toxicity list job. |
| Get Toxicity Status | bouncer.get-toxicity-status | Checks the status of a toxicity list job. |
| Create Toxicity Check | bouncer.create-toxicity-check | Creates a toxicity list job to check email addresses for toxicity scores. |
| Verify Emails Sync | bouncer.verify-emails-sync | Verifies multiple emails synchronously in a batch. |
| Finish Batch | bouncer.finish-batch | Finishes a batch verification job early and returns credits for remaining unverified emails. |
| Delete Batch | bouncer.delete-batch | Deletes a batch verification request. |
| Get Batch Results | bouncer.get-batch-results | Downloads results from a completed batch verification job. |
| Get Batch Status | bouncer.get-batch-status | Retrieves the status of a batch verification job. |
| Create Batch Verification | bouncer.create-batch | Creates an asynchronous batch email verification job. |
| Get Credits | bouncer.get-credits | Retrieves the number of available verification credits in your Bouncer account. |
| Verify Domain | bouncer.verify-domain | Verifies a single domain. |
| Verify Email | bouncer.verify-email | Verifies a single email address in real-time. |
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