We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can use https://api.planningcenteronline.com/people/v2/forms/1745/subscriptions to get PCO ID of people who get notifications for form submissions.
https://api.planningcenteronline.com/people/v2/forms/1745/subscriptions
Then use https://people.planningcenteronline.com/forms/' + FORM_ID + '/submissions/export.csv to check for new submissions
https://people.planningcenteronline.com/forms/' + FORM_ID + '/submissions/export.csv
And finally send DM if there are new submissions including the submission content and a link to the submission.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can use
https://api.planningcenteronline.com/people/v2/forms/1745/subscriptions
to get PCO ID of people who get notifications for form submissions.
Then use
https://people.planningcenteronline.com/forms/' + FORM_ID + '/submissions/export.csv
to check for new submissions
And finally send DM if there are new submissions including the submission content and a link to the submission.
The text was updated successfully, but these errors were encountered: