I see the following use case :
- anything happens in Espo
- workflow is triggered
- API call is needed
For example :
- new case is created
- workflow is triggered
- we need to issue "curl endpoint payload="{...}" so that we can push the data to any system outside of espo.
So suppose you would use a ticketing system, the creation of a case would lead to a new ticket in ticketing system with data as filled in.
Would you recommend creating a custom service action, or have a default "API CALL" as action?
- anything happens in Espo
- workflow is triggered
- API call is needed
For example :
- new case is created
- workflow is triggered
- we need to issue "curl endpoint payload="{...}" so that we can push the data to any system outside of espo.
So suppose you would use a ticketing system, the creation of a case would lead to a new ticket in ticketing system with data as filled in.
Would you recommend creating a custom service action, or have a default "API CALL" as action?
Comment