Set up triggers for the Docusign eSignature spoke
Set up the trigger to generate the callback URL on your ServiceNow instance.
Before you begin
- Request an Integration Hub subscription.
- Activate and set up the Docusign eSignature spoke.
- Role required: admin.
Enable system property for client credentials grant type
Create or enable the glide.oauth.inbound.client.credential.grant_type.enabled system property to use the OAuth client credentials grant type for inbound integrations from the Docusign OAuth client to ServiceNow instance.
Before you begin
Role required: admin
About this task
For more information about client credentials grant type, see Client Credentials.
Procedure
- Navigate to .
- Search for the glide.oauth.inbound.client.credential.grant_type.enabled system property.
- Open the record.
- For Value, enter true.
- Right-click the form header and click Save.
Create an application registry to authenticate the inbound calls
Create an application registry in the ServiceNow instance to authenticate the inbound calls.
Before you begin
Role required: admin
Procedure
Activate the trigger definition on ServiceNow instance
Activate the trigger definition to generate the callback URL on your ServiceNow instance.
Before you begin
Role required: flow_designer and connection_admin.
About this task
Docusign uses the callback URL to securely send the payload to the ServiceNow instance.
Procedure
Add configuration in Docusign account
Add a custom configuration in the Docusign account to send realātime data updates to the ServiceNow instance.
Before you begin
Role required: admin
Procedure
What to do next
Create flows in Workflow Studio using these triggers as per your requirement. For more information, see Create a flow with an external trigger.