Integromat Object Type

I’m trying to get Integrmat working with my SuiteCRM install, but it isn’t populating the Object Type box.

It connects to the API ok, I’ve selected SuiteCRM 7.1 but it won’t let me go further without an object type listed.

I just want it to watch for the creation or update of contacts which will then feed into the invoice system.

If it’s easier to do manually (both on same VPS and I have full SSH on it), that’s fine too!

Thanks

Andrew

I don’t know anything about integromat, so I’ll just answer about the manual integration.

You make a simple after_save logic hook in Contacts module. This will be called everytime a contact is created or updated.

From there, you can call your invoice system. But do you’d have to know what sort of API it provides, one that can be invoked from PHP.