Authenticate with a Forms API key that has forms.readonly access and secure storage of credentials.
Use your Accredible API token to securely authorize data transfers to the Forms API and maintain secure endpoints.
GET /forms/ — Retrieve forms; GET /forms/submissions — Retrieve form submissions
Trigger automation when a form submission is received to issue or update Accredible certificates.
Actions include creating a certificate, updating status, and sending notifications.
GET /forms/submissions
form_id, submission_id, recipient_email
Schedule regular pulls of new submissions and synchronize certificates in batches.
GET /forms/submissions
form_id, batch_id, recipient_email
Webhook from Forms API triggers immediate certificate actions in Accredible
Create, update or revoke certificates in real time
POST /forms/submissions
submission_id, recipient_email, certificate_id
Fast setup without coding
Automated data sync reduces manual effort
Scalable workflow with auditable records
Key elements include endpoints, triggers, field mappings, and authentication steps
Application Programming Interface a set of rules that lets software talk to each other
A specific URL in an API that performs a defined action
A real time push notification from one app to another when an event occurs
A digital credential issued to a recipient upon completion or verification
Automatically tag recipients in Accredible using a form field to help segmentation
Add input validation and friendly error messages to guide users
Maintain an audit log of data transfers and certificate actions
Obtain a Forms API key with appropriate scope and an Accredible API token
Map form fields to Accredible recipient and certificate fields
Run tests with sample submissions and verify certificates in Accredible
Data transferred includes form responses, recipient email, and certificate metadata. Only data needed for certificate issuance is synced, while credentials remain secure.
No coding is required for standard setups. Use the connector to configure triggers and mappings. For custom logic, refer to API docs.
Yes, you can enable real time updates with webhooks or near real time with scheduled pulls.
Key endpoints are GET /forms/ and GET /forms/submissions. Webhook endpoints can be used to receive updates if available.
Use a test form, submit test data, and verify that Accredible certificates are created or updated as expected.
Protect keys, use HTTPS, limit scopes, rotate credentials.
API keys are found in the Forms API dashboard and Accredible developer settings; share only with trusted apps.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers