Creating an entity
#
Submitting the requestIn order to create a todo, we simply send a POST
request to the collections path with the body parameters that correspond to the fields the entity will have.
Creating a todo
Example response
#
EffectsCreating an entity dispatches an event {{entity_name}}_created
to which you can subscribe with {insert link to webhook subscribe}