Loading...
Loading...
Findymail integration. Manage Persons, Organizations, Leads, Deals, Pipelines, Activities and more. Use when the user wants to interact with Findymail data.
npx skill4agent add membranedev/application-skills findymailmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search findymail --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 |
|---|---|---|
| Get Credits | get-credits | Get the current credit balance for your Findymail account. |
| Verify Email | verify-email | Verify if an email address is valid and deliverable. |
| Find Phone Number | find-phone-number | Find a phone number from a LinkedIn profile URL. |
| Find Email by LinkedIn | find-email-by-linkedin | Find a professional email address using a LinkedIn profile URL. |
| Find Email by Name | find-email-by-name | Find a professional email address using a person's first name, last name, and company domain. |
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