Zapier Inbound¶
Zapier gives you a good way of connecting other systems to Mythradon without needing to know any programming. It also gives you the ability to connect systems that you may not be able to connect directly due to limits on their API capabilities.
Create a New Zap¶
Setup the Trigger¶
This is your other system you want to integrate to Mythradon
Setup Actions¶
For each field you wish to pass in to Mythradon you need to ensure it does not have double quotes, backslashes or new lines. To do this we will setup actions to escape them.
Note
Always escape backslash first for each field.
Create a New Action - Escape Backslash¶
Type: Formatter by Zapier
Action Event: Text

Choose Your App and Event¶
Transform: Replace
Find: \
Replace: \\

Create a New Action - Escape Double Quotes¶
Type: Formatter by Zapier
Action Event: Text

Choose Your App and Event¶
Transform: Replace
Find: "
Replace: \"

Create a New Action - Escape New Lines¶
Type: Formatter by Zapier
Action Event: Text

Choose Your App and Event¶
Transform: Replace
Find: [:return:][:newline:]
Replace: \n

Send Data to Mythradon¶
For this example we will use a lead capture API endpoint
Create a New Action¶
Type: Webhooks by Zapier
Action Event: Custom Request

Choose Your App and Event¶
Method: POST
URL: The URL provided on the lead capture record in Mythradon
Data Pass-Through: False
Data: This is flexible based on your lead capture field list here is a sample. Ensure you pick the updated version of the fields from earlier steps and not the orginal unmodified fields. You can tell if the field is an updated value based on the icon next to it. If it is updated the icon will match the icon on the Action step that updated it.
Unflatten: Yes
Basic Auth: Leave this blank
Headers: Content-Type, application/json

Test Your Zap¶
Now you need to test your Zap!
See also¶
- API Users
- Lead Capture API Entry Point
- Mythradon Marketing
- Mythradon Sales
- Mythradon Service
- Mythradon System Administration
- Mythradon Tools