I have this simple workflow to test push bullet
I have the browser app working. I can select a mobile number and some text. The send initiates the sms to send to the number.
In the PushBullet node I can’t see how to send the to: parameter. I only see text & body. When I run it myText & myBody is sent to the android app.
What am I missing here please ?
Information on your n8n setup
- **n8n version:**1.59.0
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via Render
- Operating system: Windows
n8n
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Looks like the node only does a Push not a Text Message.
I had to use a http request to achieve it
4 Likes
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.