I would like to use the process definition to post data to an external REST API and update other data in my company's system. We want to avoid pulling this information. Is this possible?
I would like to use the process definition to post data to an external REST API and update other data in my company's system. We want to avoid pulling this information. Is this possible?
Web Logic Hooks don’t support event-based sending; they activate whenever a record is saved. I’m currently developing a loadable module package that adds a SugarBPM action to send webhooks to external sources. With this package, you can customize the data sent in each webhook, including specific fields and relationships, and configure authentication, retry logic, and more.
If you’re interested in beta testing, please reach out to jeff@amaiza.com.
Web Logic Hooks don’t support event-based sending; they activate whenever a record is saved. I’m currently developing a loadable module package that adds a SugarBPM action to send webhooks to external sources. With this package, you can customize the data sent in each webhook, including specific fields and relationships, and configure authentication, retry logic, and more.
If you’re interested in beta testing, please reach out to jeff@amaiza.com.