Loading...
Loading...
Infobip integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Infobip data.
npx skill4agent add membranedev/application-skills infobipmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search infobip --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 Voice Delivery Reports | get-voice-delivery-reports | Retrieve delivery reports for voice messages |
| Send Voice Message (Text-to-Speech) | send-voice-message-tts | Send a text-to-speech voice call to a phone number |
| Send WhatsApp Text Message | send-whatsapp-text-message | Send a WhatsApp text message (within 24h session window) |
| Send WhatsApp Template Message | send-whatsapp-template-message | Send a WhatsApp message using a pre-approved template |
| List TFA Applications | list-tfa-applications | List all Two-Factor Authentication applications |
| Resend TFA PIN via SMS | resend-tfa-pin-sms | Resend a 2FA PIN code to a phone number via SMS |
| Send TFA PIN via SMS | send-tfa-pin-sms | Send a 2FA PIN code to a phone number via SMS |
| Verify TFA PIN | verify-tfa-pin | Verify a 2FA PIN code entered by the user |
| Create TFA Message Template | create-tfa-message-template | Create a message template for sending 2FA PIN codes |
| Create TFA Application | create-tfa-application | Create a new Two-Factor Authentication application for OTP management |
| Validate Email Addresses | validate-email-addresses | Validate one or more email addresses for deliverability |
| Get Email Logs | get-email-logs | Retrieve logs of sent email messages |
| Get Email Delivery Reports | get-email-delivery-reports | Retrieve delivery reports for sent email messages |
| Send Email | send-email | Send an email message to one or more recipients |
| Preview SMS Message | preview-sms-message | Preview how an SMS message will be split into parts and character count |
| Get SMS Message Logs | get-sms-message-logs | Retrieve logs of sent SMS messages |
| Get SMS Delivery Reports | get-sms-delivery-reports | Retrieve delivery reports for sent SMS messages |
| Send SMS Message | send-sms-message | Send an SMS message to one or more recipients |
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