Connector Vs Job workers Camunda 8

Hi Guys,
I tried to understand the real difference between Connectors vs Job workers… I saw couple of articles including official. I understand Connectors we can build as library and we can reuse easily injecting the library… If I build the application with Job workers, I can do the same right building that project as library and I can inject into any other project… so what is the advantage here as a Connector…

Can someone give some real time difference where exactly I can utilise connector instead of Job worker ?

Hi,
One use case for connectors is for low code development…I see orgs using the SaaS solution with no code, just models…

Simple example, say a customer requests a statement to be delivered via email, you could use rest connector to lookup customer details, lookup transactions, then use the sendgrid connector to email customer…FEEL scripts can be used to assemble the email content…

Hence these kinds of use cases can be done by low code devs…

Regards
Rob