A common example use case whereby Questionnaire are send directly from a CRM
In this example, we will look at setting up an integration so that users of the company CRM can click a button to Create a contact, create an Application from that Contact, and then issue a Questionnaire to that contact. Various CRMs provide no-code and low-code ways of integrating with other platforms that can help speed up the set-up.
The general sequence of endpoints to call on-click would be:
- Create Contact
- Inputs: Contact details
- Outputs: Contact ID
- Create Application
- Inputs: Contact ID from above
- Outputs: Application ID
- Send Questionnaire
- Inputs: Application ID from above, and select the type of Questionnaire (e.g. Information Request)
- Outputs: Successfully sent or failed to send message