Workflow: Manual Messagebird Send

Workflow Details

Download Workflow
{
    "id": "85",
    "name": "Sending an SMS with MessageBird",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "MessageBird",
            "type": "n8n-nodes-base.messageBird",
            "position": [
                450,
                300
            ],
            "parameters": {
                "message": "",
                "originator": "",
                "recipients": "",
                "additionalFields": []
            },
            "credentials": {
                "messageBirdApi": ""
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "MessageBird",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Gmail Automation Triggered
View
Telegram Redis Create Webhook
View
Code Form Automation Webhook
View
Notify_user_in_Slack_of_quarantined_email_and_create_Jira_ticket_if_opened
View
Gmail GoogleDrive Import
View
Extract personal data with a self-hosted LLM Mistral NeMo
View
Code Respondtowebhook Process Webhook
View
Create a new list, add a new contact to the list, update the contact, and get all contacts in the list
View
Fine-tuning with OpenAI models
View
Splitout Extractfromfile Create Webhook
View