In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Create custom Crossmint and DigiCert workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
Create wallet
Creates a new wallet.
Get wallets for user
Retrieves all wallets associated with a user.
Get NFTs from wallet
Fetches NFTs that belong to a specific wallet.
Transfer NFT (email)
Transfers an NFT using the recipient's email.
Transfer NFT (userId)
Transfers an NFT to a user identified by their userId.
Sign message
Signs a message with the wallet's private key.
Mint NFT
Creates a new NFT.
Mint NFT with ID
Mints an NFT while ensuring idempotency using its ID.
Get all NFTs
Retrieves all NFTs available.
Mint status
Checks the status of the minting process for NFTs.
Edit NFT
Edits an existing NFT's metadata.
Burn NFT
Permanently removes an NFT.
Mint SFT
Mint a new SFT (Semi-Fungible Token).
Create nft
Mint a new NFT with specified metadata.
Mint NFT
Mint and send NFTs to your customer’s wallets or email addresses, scaling up to millions per hour.
Get action status
Check the status of an async action using its actionId.
Manage Collections
Deploy and manage token collections securely.
To set up Crossmint integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Crossmint to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Crossmint official documentation to get a full list of all API endpoints and verify the scraped ones!
Edit custom field
Update details of a custom field in the account.
Create AuthKey
This endpoint creates a new AuthKey.
Delete AuthKey
This endpoint deletes an existing AuthKey.
List custom fields
This endpoint retrieves a list of custom fields.
List invites
This endpoint lists all invites.
Send invite
This endpoint sends an invite.
Update account emails
This endpoint updates the registered account emails.
Update invite status
This endpoint updates the status of a specific invite.
List custom fields
Retrieve a list of custom fields for the account.
Create AuthKey
Create a new AuthKey for the account.
Delete AuthKey
Delete an existing AuthKey from the account.
List invites
Retrieve a list of invites associated with the account.
Update account emails
Update the email addresses associated with the account.
Resend invite
Resend an invitation to an invitee.
Edit custom field
Edit an existing custom field in the account.
Delete custom field
Remove a custom field from the account.
Resend invite
Resends an invite to a user for accessing the account.
List keys
This endpoint retrieves a list of API keys.
Create key
This endpoint creates a new API key.
Edit key
This endpoint allows editing an existing API key.
Update key status
This endpoint updates the status of a specific API key.
List keys
Retrieve a list of API keys for the account.
Create key
Create a new API key for the account.
Edit key
Update the details of an existing API key.
Update key status
Update the status of a specific API key.
Get key info
Retrieve information about a specific API key.
List domain DCV methods
Retrieves the list of domain DCV methods.
Check domain DCV
Checks the DCV status for a specific domain.
Change domain DCV method
Changes the specified DCV method for a domain.
List IP restrictions
Retrieves the list of IP restriction rules.
List orders
Retrieves a list of all orders.
List orders
Retrieve a list of orders by alternative order ID.
Add note
Add a note to an order.
Edit note
Edit an existing note on an order.
Delete note
Delete a note from an order.
List duplicates
Retrieve a list of duplicate orders.
Get order info
Retrieve information about a specific order.
List reissues
Fetch the list of reissued orders.
List order notes
Obtain a list of notes associated with orders.
View note
View a specific note linked to an order.
Update CSR
Update the Certificate Signing Request for an order.
Change CT status
Update the Certificate Transparency status of an order.
Revoke order certificates
Revoke the certificates associated with a specified order.
Order Basic OV
Places an order for a Basic OV certificate.
Order Secure Site OV
Places an order for a Secure Site OV certificate.
Order Private SSL
Places an order for a Private SSL certificate.
Order code signing certificate
Places an order for a Code Signing certificate.
Edit custom field value
Change the value of a custom field in an order.
Delete custom field
Remove a custom field from an order.
List organizations
Retrieve a list of organizations.
Create organization
Create a new organization.
Activate organization
Activate an existing organization.
Delete organization
Delete an existing organization.
Deactivate organization
Deactivate a specified organization.
List approvers
Retrieve a list of approvers for a specified organization.
Submit organization for validation
Submit a specified organization for validation.
List approvers
Retrieve a list of approvers associated with the organization.
Submit organization for validation
Submit the organization for validation.
List permissions
Retrieve a list of permissions available in the system.
Check permission
Check if a specific permission is granted.
Container permissions
Retrieve permissions specific to a container within the account.
List permissions
Get a list of permissions for the account.
Check permission
Verify if the account has a specific permission.
Product list
Retrieve a list of available products.
Request summary
Get a summary of requests.
List requests
Retrieve a list of all requests.
List requests
Retrieve a list of requests made.
Create subaccount
Create a new subaccount.
List subaccounts
Retrieve a list of all subaccounts.
Create subaccount
Create a new subaccount in the system.
List users
Retrieve a list of all users.
Add user
Add a new user to the system.
List users
Retrieve a list of users in the system.
Add user
Add a new user to the system.
Create voucher order
Creates a new voucher order.
List voucher orders
Retrieves a list of all voucher orders.
List codes for voucher order
Lists the codes associated with a specific voucher order.
Cancel voucher code
Cancels a specific voucher code.
Get voucher order details
Retrieves detailed information about a specific voucher order.
List used voucher codes
Lists all codes that have been used.
Enable scanning
Enables scanning for vulnerability assessments.
Disable scanning
Disables scanning for vulnerability assessments.
Get enabled status
Retrieves the enabled status of vulnerability assessments scanning.
Get scan details
Retrieves details of the vulnerability scan.
Download results
Downloads the results of the vulnerability assessment.
Get notification settings
Retrieves the notification settings for vulnerability assessments.
Update notification settings
Updates the notification settings for vulnerability assessments.
Create webhook
Creates a new webhook.
Resend domain DCV emails
Resends the emails required for domain control validation.
View balance
Retrieves the current balance for the account.
List balance history
Provides a history of balance transactions for the account.
List purchase history
Lists all purchase transactions made by the account.
Add IP restriction rule
Adds a new IP restriction rule to the account.
Delete IP restriction
Deletes an existing IP restriction rule from the account.
To set up DigiCert integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to DigiCert to query the data you need using the API endpoint URLs you provide.
These API endpoints were generated using n8n
n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the DigiCert official documentation to get a full list of all API endpoints and verify the scraped ones!
The SOAR platform you want
Mountains of monotonous tasks make building and monitoring your workflows a chore. Not anymore.
Learn more
Save engineering resources
Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.
Learn more
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast