Can I send message to an external API instead of an email in Process Definition

Hello,

My company is trying to evaluate the use of SugarCRM and SugarBPM. During our Process Definition, we want to send an API post to a REST API located in another business application. We don't want to build a process to pull information out of SugarCRM; we would like to post a notification of a change.

Is this possible and what areas do I need to study to learn about, what I'm trying to do.

Thank you,

Parents
  • Hi  ,

    SugarBPM does not have a native way to post API calls. Depending on the complexity of your needs, Sugar's Web Logic Hooks feature may meet your needs. However, if you are looking to be more selective on how and when to send API calls, that would need either a plugin or customization to achieve. If your use case falls into the latter category, would you be looking to send a payload of the triggered record to the REST endpoint or would you want to be more selective in the information and format of what you are sending?

    Chris

Reply
  • Hi  ,

    SugarBPM does not have a native way to post API calls. Depending on the complexity of your needs, Sugar's Web Logic Hooks feature may meet your needs. However, if you are looking to be more selective on how and when to send API calls, that would need either a plugin or customization to achieve. If your use case falls into the latter category, would you be looking to send a payload of the triggered record to the REST endpoint or would you want to be more selective in the information and format of what you are sending?

    Chris

Children
No Data