Hi! I'm having some issues with blocks.
1. I'm creating blocks through the API that allow rule-based conditions and not just instruction-based. I assume this is faster but it doesn't work.
If I use rule-based they just aren't followed to the next step and I can't see them in the Vapi dashboard.
2. How stable are blocks? I made a configuration in the dashboard but sometimes it doesn't pass to the next node in the function call, even though the variable responsible is set.
3. Can you explain a bit how to use add different input to a call using a blocks workflow? My usecase is I'm building a bot for an enterprise client that calls people, understands their needs from phone carrier perspective and offers them a better deal so they switch to this company.
It involves a bunch of questions and verifications and finally making an offer.
So my question is: How do I give some inputs based on the api so that the
template uses {{full_name}} or {{address}} or {{last_bill_amount_paid}}
variables throughout all the blocks. I didn't find any of this in the documentation.