GETTING STARTED

Event Callback

3min
you can setup a webhook like function in your pathfix application that would notify you on your connected user's connection status you can add any listening url from your app to the setup that will be called when the following events occur with your user connection user consent success user consent failure user consent disconnect call format error api error invalid oauthid setup to setup the callback event log in to your pathfix oauth account locate the application for which you want to enable this for and click on edit click on the event callback tab enter the callback url to be called for the event and hit save breakdown here is a breakdown on what each of the events mean event type description user consent success when a user connection is successful made i e a user has successfully connected his provider account to your application user consent failure when a user connection has failed i e the oauth connection to the users account has failed user consent disconnect when a user has disconnected their account call format error there is an error in the api call format e g malformed json api error the provider has returned an error in the api check the api structure as specified by the provider and try again invalid oauthid when an api call is attempted before a user has authenticated your app i e user does not have a valid oauth connection need help? reach out to us at support\@pathfix com and we would be happy to assist!