Return sign_up url to allow link to be sent via SMS

Hi, I’ve been using this application for my church and we love it. I recently created a feature in our church management software to trigger email invites using the API. I want to also send out text messages with the signup url included (url that includes users email not the generic link). Looking at your api, the url is not returned when sending an email invite. Is there another way to get this?

The token is just generated for the email and can’t be requested directly.
You could retrieve it directly from the database, although this is not recommended and rather complicated. The table Tokens contains the invite token (the column Extra contains a JSON with the email in it). The rest is just putting together the URL with the info you’ve already provided.

1 Like