Managed - HMAC Body (Servicely compatible)
HMAC Body
You can easily manage integrations between Servicely instances using the HMAC Body Token exchange.
You can define a HMAC Body SystemAPIOutboundToken that can be used to store/manage the token and secrets for another Servicely instance.
Field | Description |
---|---|
Name | The Name that will be used to refer to this token from the Integration |
Type | HMAC Body (Servicely) |
Active | The token can be deactivated by setting this to false |
API Token | The API Token from the target instance |
API Secret | The API client secret from the target instance |
Base URL | New in 1.9: Used for informational purposes to highlight what a token is for. |
Using from the Scripting environment
To use the SystemAPIOutboundToken from the Scripting environment, simply call the ‘apiTokenAuth' method of any of the outbound HTTP methods. The HMAC Body validation will be applied before the message is sent.
Servicely Documentation