/
Odoo how-tos
Odoo how-tos
Step 1. Get API key in Odoo
https://odoo-restapi.readthedocs.io/en/latest/connection/logging_in/oauth2_authentication.html
Note redirect_uri is found in iHub when adding a OAuth2 credential
Step 2. Setup iHub credentials
Goto Credentials
Select OAuth 2 and enter a name
Add the details required from step 1
Step 3. Create Records
Goto integrations
Click Create, enter a name and select the application/json template
In the Method select POST
In the URL add YOUR_INSTANCE/
restapi/1.0/object/{object_name}?vals={'name':'{{issue.summart}}'}
, multiple selections available,
Related content
ZOHO how-to
ZOHO how-to
More like this
Send SOAP message
Send SOAP message
More like this
ServiceNow - create Incident from issue
ServiceNow - create Incident from issue
More like this
User Guide
User Guide
More like this
Create new account in Salesforce
Create new account in Salesforce
More like this
Send issue to MS Teams channel
Send issue to MS Teams channel
More like this