Discussions

Ask a Question

RallyUp development team. Our API implementation is not working now.

Hi! My name is Alexey, I'm from RallyUp development team. Our Introvoke system implementation not working now. We've changed nothing in our code but now when we try to make a POST to https://api.introvoke.com/api/v1/event/create we get the "404 NotFound" response with "Invalid auth token" content. Update event method (/event/{eventId}) returns the same error. The company creation method (https://api.introvoke.com/api/v1/company/{companyId}) works well. We use the one token for all API methods. Feel free to contact me via email if you need any details.

isRegistrationModeEnabled not working

Hi there! I'm Evgeny from the RallyUp team. It looks like isRegistrationModeEnabled parameter not working anymore when creating an event (Enter Greenroom button is not seen). Expected that when isRegistrationModeEnabled=false - organizers users should be able to enter the Greenroom (Enter Greenroom button should be visible). For now, I was able to enter the Greenroom only after updating the event with isRegistrationModeEnabled = true and entering the hostPasscode. Please help.

Posting email address to Event Host field

I am using the API to GET and POST information from my Airtable system to my 26 Events in Sequel. I want to update the HOSTS field with my moderator's email address. Can this be done?

Email Template - Join Event Button in email - Redirects to app.sequel.io/api/v3/<Event ID> instead of companyname.com/events/<Event ID>

Email Template - Join Event Button in email - Redirects to app.sequel.io/api/v3/<Event ID> instead of companyname.com/events/<Event ID> We created an event in sequel admin. Registered user receives the email - Clicks 'Join Event' button in email New browser tab opens with url <https://api.introvoke.com/api/v3/events/undefined/checkCanJoin?userId=2fd8f34f-ed19-4f62-ac07-9541a2315ed0|||[email protected]> instead of collegey.com/events/\<event_id>..., Can you kindly advise, where where 'Join Event' button needs to be handled?