Richard_wp
Member
- Your Workflow URL
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTY1MDYzNzA0MzM1MjZlNTUzNzUxMzAi_pc
- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I want to send a SMS with messagebird, the step is within a router.
I have the required field filled and mij 'originator' verified at the side of messagebird.
When testing the step it all ways returns the error
When looking in the api-log at the side of messagebird it shows as no data at all was send to messagebird as the "Content last request" field is completely empty.
I have the required field filled and mij 'originator' verified at the side of messagebird.
When testing the step it all ways returns the error
Code:
{
"errors": [
{
"code": 9,
"description": "no (correct) recipients found",
"parameter": "recipients"
},
{
"code": 9,
"description": "originator is required",
"parameter": "originator"
}
]
}
