Find and Create resources in Cirqll. Find actions have one required option "Filter" and one optional called "With". The filter is required because it is expected you only find result one with this call.The filter you will probably need is name:eq:"/some value". The eq (equals) operater is case sensitive so if you already have a "Bakker Bart" in your system, but in moneybird you have "bakker bart" it will not match.You may use the :like: operator if you want a case insensitive search. But be aware that something like "spij" will also match with "Hamers en Spijkers".Almost every resource in Cirqll expects a customer_id. So you will need the Find Customer action a lot to get the ID.