Hello everyone. I’m new to Hubspot. We are implementing CourseKey and have a need for a workaround. We want to make an an API call every few minutes to CourseKey to see if a student has completed a course. If they have, that respective course gets a closed date in Hubspot and in turn, Hubspot sends a text message with the course code for the next course to the student, so that the student can enter that code in their app and start the next course. Is this possible in Hubspot?
Hey, @bryonschultz
It’s likely you’ll need to develop some form of middleware to handle this. Additionally, you’ll need to make sure you have Marketing Hub Pro or Enterprise to utilize the SMS features. Other considerations:
- create a custom property for your close dates (if you don’t already have one)
- create a custom property for your codes
- receiving the updated code from CourseKey
- using a call to update your custom properties
- test the amount of delay you need for the HubSpot back end to update and process your updated codes and dates
- sending a call to your Workflow to handle the SMS sending itself
- implement re-enrollment for your workflow
You can create a Developer Test account to test all of this so you don’t affect your production portal.
Best,
Jaycee
Thank you very much!