Hi everyone, just a quick one, hoping someone can point me in the right direction.
Does anyone know of an existing provisioning module that can send custom API calls to my application RestAPI in response to services being created, suspended, unsuspended and terminated?
For example. when a service is purchased:
POST https://api.mycustomservice.com/service/launch
{
"customer_id"!: "EXAMPLE",
"service_id"!: "EXAMPLE",
"status": "active"
}
And likewise for suspending, terminating etc.
Just looking to see if there is something already out there that we can use rather than making our own module.
Thanks!
Brad