Forum Discussion
daive
1 year agoRegular Visitor
Script a new connection
Hi all, Is it possible to script a new connection? As in this action: This is my script, its failing with a 404 Not Found $tenantId = "<tenant-id>"
$clientId = "<client-id>"
$clie...
- 1 year ago
Hi daive , I think
- connectionDetails must be a JSON string (not nested).
- credentials must be Base64-encoded.
- Credentials must be encrypted using the gateway's public key.
- And Ensure you have relevant API Permissions
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance