You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to send a group invite to an email address through the api would be nice. We have a church planter track dashboard that our planters go through and one step is to setup Church Metrics. It would be nice if we could perform an API call and have it send an invite and then check the status with another call. Then we could link that church in our system with a church id that's returned with the status call.
We have the need to download metrics for all of our group's churches on a weekly basis. We're using /groups/churches.json to get a list of all churches in our organization. We're then matching up those churches to our church plants internally and iterating the list then calling /groups/records.json with the church id to get each church's records. It would be nice if /groups/records.json without a church id would return the church id with the response so that we could make one call and match the metrics up internally.
The text was updated successfully, but these errors were encountered:
Here are a few suggestions/requests for the API:
/groups/churches.json
to get a list of all churches in our organization. We're then matching up those churches to our church plants internally and iterating the list then calling/groups/records.json
with the church id to get each church's records. It would be nice if/groups/records.json
without a church id would return the church id with the response so that we could make one call and match the metrics up internally.The text was updated successfully, but these errors were encountered: