Things to consider
The following describe important items for tech integration partners:
|
Description |
|
Register only one JobAdder developer account. |
|
Use the API application credentials (e.g. client ID and secret) that you have setup in your JobAdder developer account for your authorization URL. This identifies your application that is using the JobAdder API. (Note: Do not ask the JobAdder users to register their own developer account, etc..) |
|
Make sure that you have an integration / settings page in your application where users can connect and authorize your application's API access to their JobAdder account. |
| Make sure to map the JobAdder account number, instance, and the tokens generated (including webhook ID / partner action IDs if applicable) to your application account once setup / connection has completed. |
| A client's JobAdder account can have multiple users and only admin users (or users with Grant API access to Integration partners permission) can authorize your application's API access on their JobAdder account via the OAuth2 authorization code flow. |
|
We also highly recommend that you have an option to disconnect the integration as well. When disconnecting make sure to delete webhooks and partner action buttons (if applicable) first before deleting the tokens. If tokens are no longer valid, you may need to have user reconnect so you can remove these. |