Authentication tokens granted by the Outreach.io API last for only 120 minutes. After which period the tokens need to be refreshed using the refresh token provided alongside the grant token.
1 2 3 4 5 6 | refresh_auth_token(
key,
secret,
redirect,
refresh_token = Sys.getenv("OUTREACH_REFRESH")
)
|
key |
The application or client ID provided to you by Outreach.io. |
secret |
The secret provided by Outreach.io. |
redirect |
The callback URI or URL provided by Outreach.io. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.