Create and Activate the Human Approval Integration
Let's create the integration to request manager approval. The integration invokes the human workflow and passes the claimed amount to the workflow.
Prerequisites:
Before you create the human approval integration, keep in mind the following:
- The integration must be asynchronous. The integration's endpoint does not receive a response.
- The integration must always start with a REST trigger connection with the REST adapter.
- The REST trigger connection must have with the following:
- Trigger role
- OAuth 2.0 Or Basic Authentication as the security policy
- POST verb
- JSON request
- The trigger in the integration must be configured with the custom header x-agentic-callback-url. This is required for any integration that's calling human in the loop and must be stated with this name.













