Gravityflow Steps
Modify The step an entry starts on The step assignees The step conditional logic Triggered On step complete
Gravityflow Inbox
Filters Limit Entries by search criteria Entries by form id Entries displayed using the inbox short code Modify Column content Columns displayed Field or column values Pagination criteria Sorting criteria Submitter column value URL to link to entry URL text and attributes of the link to entry Admin view Modify the field columns displayed in…
GravityFlow Send invite from external system
Default functionality If notifications can be sent from the website hosting gravityflow, you can use functions such as the form submission step to manage form submissions. Different system eg CRM, sends notifications If you need participants to submit forms as part of a workflow, and you need to send notifications from an independent system, do…
Continue Reading GravityFlow Send invite from external system
GravityFlow Links Syntax
The workflow_hash allows an anonymous user to submit a form entry in a Form Submission Step The gflow_access_token allows the required behavior to occur. workflow_form_submission_link: /?id=YY&workflow_parent_entry_id=XX&workflow_hash= workflow_entry_link: /workflow-inbox/?page=gravityflow-inbox&view=entry&id=XX&lid=XX&gflow_access_token= workflow_entry_url: /workflow-inbox/?page=gravityflow-inbox&view=entry&id=13&lid=62&gflow_access_token= workflow_inbox_link: /workflow-inbox/?page=gravityflow-inbox&gflow_access_token= workflow_inbox_url: /workflow-inbox/?page=gravityflow-inbox&gflow_access_token= workflow_cancel_link: /workflow-inbox/?page=gravityflow-inbox&view=entry&id=XX&lid=XX&gflow_access_token= workflow_cancel_url: /?page=gravityflow-inbox&view=entry&id=XX&lid=XX&gflow_access_token= workflow_note: workflow_timeline:webg: January 29, 2023 at 1:31 pmSent to step: ANON: Create Entry DEMO Gform 2: Anonymous…
HubSpot Timeline Events Access and Refresh Tokens
You need A developer account An app in the developer account Process: OAth 2.0 Authorization Code grant type Create the authorization url https://app.hubspot.com/oauth/authorize?client_id={client_id}&scope={scopes}&redirect_uri={redirect_uri} App opens a browser window to send the user to the HubSpot OAuth 2.0 server User grants app access User redirected to the app with an authorization code App send a request…
Continue Reading HubSpot Timeline Events Access and Refresh Tokens
LegalSigning Impact on GravityForm Hooks
From ForGravity Support: Hooks like gform_after_submission still run each time the form is successfully submitted They are triggered every time a signer submits the form regardless of which signer it is. Certain things might process later than normal like notifications, feeds, etc. LegalSigning delay’s certain items like most notifications and add-on feeds until after the…