Forum Discussion

daive's avatar
daive
Regular Visitor
1 year ago
Solved

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...
  • Akash_Varuna's avatar
    Akash_Varuna
    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